java.lang.Object
com.independentsoft.office.word.drawing.Inline
All Implemented Interfaces:
IContentElement

public class Inline extends Object implements IContentElement
The Class Inline.
  • Constructor Details

    • Inline

      public Inline()
      Instantiates a new inline.
    • Inline

      public Inline(GraphicObject graphicObject)
      Instantiates a new inline.
      Parameters:
      graphicObject - the graphic object
    • Inline

      public Inline(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new inline.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • getContentElements

      public List<IContentElement> getContentElements()
      Specified by:
      getContentElements in interface IContentElement
    • clone

      public Inline clone()
      Specified by:
      clone in interface IContentElement
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getDistanceBetweenTextAndBottomEdge

      public Unit getDistanceBetweenTextAndBottomEdge()
      Gets the distance between text and bottom edge.
      Returns:
      the distance between text and bottom edge
    • setDistanceBetweenTextAndBottomEdge

      public void setDistanceBetweenTextAndBottomEdge(Unit distanceBetweenTextAndBottomEdge)
      Sets the distance between text and bottom edge.
      Parameters:
      distanceBetweenTextAndBottomEdge - the new distance between text and bottom edge
    • getDistanceBetweenTextAndLeftEdge

      public Unit getDistanceBetweenTextAndLeftEdge()
      Gets the distance between text and left edge.
      Returns:
      the distance between text and left edge
    • setDistanceBetweenTextAndLeftEdge

      public void setDistanceBetweenTextAndLeftEdge(Unit distanceBetweenTextAndLeftEdge)
      Sets the distance between text and left edge.
      Parameters:
      distanceBetweenTextAndLeftEdge - the new distance between text and left edge
    • getDistanceBetweenTextAndRightEdge

      public Unit getDistanceBetweenTextAndRightEdge()
      Gets the distance between text and right edge.
      Returns:
      the distance between text and right edge
    • setDistanceBetweenTextAndRightEdge

      public void setDistanceBetweenTextAndRightEdge(Unit distanceBetweenTextAndRightEdge)
      Sets the distance between text and right edge.
      Parameters:
      distanceBetweenTextAndRightEdge - the new distance between text and right edge
    • getDistanceBetweenTextAndTopEdge

      public Unit getDistanceBetweenTextAndTopEdge()
      Gets the distance between text and top edge.
      Returns:
      the distance between text and top edge
    • setDistanceBetweenTextAndTopEdge

      public void setDistanceBetweenTextAndTopEdge(Unit distanceBetweenTextAndTopEdge)
      Sets the distance between text and top edge.
      Parameters:
      distanceBetweenTextAndTopEdge - the new distance between text and top edge
    • getSize

      public DrawingObjectSize getSize()
      Gets the size.
      Returns:
      the size
    • setSize

      public void setSize(DrawingObjectSize size)
      Sets the size.
      Parameters:
      size - the new size
    • getEffectExtent

      public EffectExtent getEffectExtent()
      Gets the effect extent.
      Returns:
      the effect extent
    • setEffectExtent

      public void setEffectExtent(EffectExtent effectExtent)
      Sets the effect extent.
      Parameters:
      effectExtent - the new effect extent
    • getGraphicObject

      public GraphicObject getGraphicObject()
      Gets the graphic object.
      Returns:
      the graphic object
    • setGraphicObject

      public void setGraphicObject(GraphicObject graphicObject)
      Sets the graphic object.
      Parameters:
      graphicObject - the new graphic object
    • getLocking

      public GraphicFrameLocking getLocking()
      Gets the locking.
      Returns:
      the locking
    • setLocking

      public void setLocking(GraphicFrameLocking locking)
      Sets the locking.
      Parameters:
      locking - the new locking
    • getID

      public String getID()
      Gets the id.
      Returns:
      the id
    • setID

      public void setID(String id)
      Sets the id.
      Parameters:
      id - the new id
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the new description
    • isHidden

      public boolean isHidden()
      Checks if is hidden.
      Returns:
      true, if is hidden
    • setHidden

      public void setHidden(boolean isHidden)
      Sets the hidden.
      Parameters:
      isHidden - the new hidden