Interface Inline

All Superinterfaces:
Serializable
All Known Implementing Classes:
InlineImpl

public interface Inline extends Serializable
The Interface Inline.
  • Method Details

    • getType

      String getType()
      Gets the type.
      Returns:
      the type
    • setType

      void setType(String type)
      Sets the type.
      Parameters:
      type - the type to set
    • getSpine

      int getSpine()
      Gets the spine.
      Returns:
      the spine
    • setSpine

      void setSpine(int spine)
      Sets the spine.
      Parameters:
      spine - the spine to set
    • getObjectReference

      String getObjectReference()
      Gets the object reference.
      Returns:
      the objectReference
    • setObjectReference

      void setObjectReference(String objectReference)
      Sets the object reference.
      Parameters:
      objectReference - the objectReference to set
    • getAnchorReference

      String getAnchorReference()
      Gets the anchor reference.
      Returns:
      the anchorReference
    • setAnchorReference

      void setAnchorReference(String anchorReference)
      Sets the anchor reference.
      Parameters:
      anchorReference - the anchorReference to set
    • getAnchorRelativeX

      String getAnchorRelativeX()
      Gets the anchor relative X.
      Returns:
      the anchorRelativeX
    • setAnchorRelativeX

      void setAnchorRelativeX(String anchorRelativeX)
      Sets the anchor relative X.
      Parameters:
      anchorRelativeX - the anchorRelativeX to set
    • getAnchorOffsetX

      double getAnchorOffsetX()
      Gets the anchor offset X.
      Returns:
      the anchorOffsetX
    • setAnchorOffsetX

      void setAnchorOffsetX(double anchorOffsetX)
      Sets the anchor offset X.
      Parameters:
      anchorOffsetX - the anchorOffsetX to set
    • getAnchorRelativeY

      String getAnchorRelativeY()
      Gets the anchor relative Y.
      Returns:
      the anchorRelativeY
    • setAnchorRelativeY

      void setAnchorRelativeY(String anchorRelativeY)
      Sets the anchor relative Y.
      Parameters:
      anchorRelativeY - the anchorRelativeY to set
    • getAnchorOffsetY

      double getAnchorOffsetY()
      Gets the anchor offset Y.
      Returns:
      the anchorOffsetY
    • setAnchorOffsetY

      void setAnchorOffsetY(double anchorOffsetY)
      Sets the anchor offset Y.
      Parameters:
      anchorOffsetY - the anchorOffsetY to set
    • getKeep

      int getKeep()
      Gets the keep.
      Returns:
      the keep
    • setKeep

      void setKeep(int keep)
      Sets the keep.
      Parameters:
      keep - the keep to set
    • getLock

      int getLock()
      Gets the lock.
      Returns:
      the lock
    • setLock

      void setLock(int lock)
      Sets the lock.
      Parameters:
      lock - the lock to set
    • getAlign

      String getAlign()
      Gets the align.
      Returns:
      the align
    • setAlign

      void setAlign(String align)
      Sets the align.
      Parameters:
      align - the align to set
    • getAbove

      double getAbove()
      Gets the above.
      Returns:
      the above
    • setAbove

      void setAbove(double above)
      Sets the above.
      Parameters:
      above - the above to set
    • getBelow

      double getBelow()
      Gets the below.
      Returns:
      the below
    • setBelow

      void setBelow(double below)
      Sets the below.
      Parameters:
      below - the below to set