Interface Formula

  • All Known Implementing Classes:
    AdjustValue, Guide

    public interface Formula
    A guide formula in DrawingML.

    This is a base interface for adjust values, geometric guides and built-in guides

    • Field Detail

      • OOXML_DEGREE

        static final double OOXML_DEGREE
        OOXML units are 60000ths of a degree
        See Also:
        Constant Field Values
    • Method Detail

      • evaluate

        double evaluate​(Context ctx)