Class DrawTileRepeatOffsetAttribute

All Implemented Interfaces:
Serializable, Cloneable, Attr, EventTarget, Node, NodeList, TypeInfo

public class DrawTileRepeatOffsetAttribute extends OdfAttribute
DOM implementation of OpenDocument attribute @draw:tile-repeat-offset.
See Also:
  • Field Details

    • ATTRIBUTE_NAME

      public static final OdfName ATTRIBUTE_NAME
  • Constructor Details

    • DrawTileRepeatOffsetAttribute

      public DrawTileRepeatOffsetAttribute(OdfFileDom ownerDocument)
      Create the instance of OpenDocument attribute @draw:tile-repeat-offset.
      Parameters:
      ownerDocument - The type is OdfFileDom
  • Method Details

    • getOdfName

      public OdfName getOdfName()
      Returns the attribute name.
      Specified by:
      getOdfName in class OdfAttribute
      Returns:
      the OdfName for @draw:tile-repeat-offset.
    • getName

      public String getName()
      Specified by:
      getName in interface Attr
      Overrides:
      getName in class AttrImpl
      Returns:
      Returns the name of this attribute.
    • setEnumValue

      public void setEnumValue(DrawTileRepeatOffsetAttribute.Value attrValue)
      Parameters:
      attrValue - The Enum value of the attribute.
    • getEnumValue

      public DrawTileRepeatOffsetAttribute.Value getEnumValue()
      Returns:
      Returns the Enum value of the attribute
    • getDefault

      public String getDefault()
      Returns the default value of @draw:tile-repeat-offset.
      Specified by:
      getDefault in class OdfAttribute
      Returns:
      the default value as String dependent of its element name return null if the default value does not exist
    • hasDefault

      public boolean hasDefault()
      Default value indicator. As the attribute default value is dependent from its element, the attribute has only a default, when a parent element exists.
      Specified by:
      hasDefault in class OdfAttribute
      Returns:
      true if @draw:tile-repeat-offset has an element parent otherwise return false as undefined.
    • isId

      public boolean isId()
      Specified by:
      isId in interface Attr
      Overrides:
      isId in class AttrImpl
      Returns:
      Returns whether this attribute is known to be of type ID (i.e. xml:id ?)