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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final double
    OOXML units are 60000ths of a degree
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
  • Field Details

    • OOXML_DEGREE

      static final double OOXML_DEGREE
      OOXML units are 60000ths of a degree
      See Also:
  • Method Details

    • evaluate

      double evaluate(Context ctx)