Class TableUseFirstRowStylesAttribute

    • Constructor Detail

      • TableUseFirstRowStylesAttribute

        public TableUseFirstRowStylesAttribute​(OdfFileDom ownerDocument)
        Create the instance of OpenDocument attribute @table:use-first-row-styles.
        Parameters:
        ownerDocument - The type is OdfFileDom
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface Attr
        Overrides:
        getName in class org.apache.xerces.dom.AttrImpl
        Returns:
        Returns the name of this attribute.
      • setBooleanValue

        public void setBooleanValue​(boolean value)
        Parameters:
        value - The boolean value of the attribute.
      • booleanValue

        public boolean booleanValue()
        Returns:
        Returns the boolean value of the attribute
      • 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 @table:use-first-row-styles has an element parent otherwise return false as undefined.
      • isId

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