Class StylePageLayoutPropertiesElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class StylePageLayoutPropertiesElement extends OdfStylePropertiesBase
DOM implementation of OpenDocument element <style:page-layout-properties>.
See Also:
  • Field Details

  • Constructor Details

    • StylePageLayoutPropertiesElement

      public StylePageLayoutPropertiesElement(OdfFileDom ownerDoc)
      Create the instance of StylePageLayoutPropertiesElement
      Parameters:
      ownerDoc - The type is OdfFileDom
  • Method Details

    • getOdfName

      public OdfName getOdfName()
      Get the element name
      Specified by:
      getOdfName in class OdfElement
      Returns:
      return OdfName the name of element <style:page-layout-properties>.
    • getFoBackgroundColorAttribute

      public String getFoBackgroundColorAttribute()
      Receives the value of the ODFDOM attribute representation FoBackgroundColorAttribute , See @fo:background-color
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoBackgroundColorAttribute

      public void setFoBackgroundColorAttribute(String foBackgroundColorValue)
      Sets the value of ODFDOM attribute representation FoBackgroundColorAttribute , See @fo:background-color
      Parameters:
      foBackgroundColorValue - The type is String
    • getFoBorderAttribute

      public String getFoBorderAttribute()
      Receives the value of the ODFDOM attribute representation FoBorderAttribute , See @fo:border
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoBorderAttribute

      public void setFoBorderAttribute(String foBorderValue)
      Sets the value of ODFDOM attribute representation FoBorderAttribute , See @fo:border
      Parameters:
      foBorderValue - The type is String
    • getFoBorderBottomAttribute

      public String getFoBorderBottomAttribute()
      Receives the value of the ODFDOM attribute representation FoBorderBottomAttribute , See @fo:border-bottom
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoBorderBottomAttribute

      public void setFoBorderBottomAttribute(String foBorderBottomValue)
      Sets the value of ODFDOM attribute representation FoBorderBottomAttribute , See @fo:border-bottom
      Parameters:
      foBorderBottomValue - The type is String
    • getFoBorderLeftAttribute

      public String getFoBorderLeftAttribute()
      Receives the value of the ODFDOM attribute representation FoBorderLeftAttribute , See @fo:border-left
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoBorderLeftAttribute

      public void setFoBorderLeftAttribute(String foBorderLeftValue)
      Sets the value of ODFDOM attribute representation FoBorderLeftAttribute , See @fo:border-left
      Parameters:
      foBorderLeftValue - The type is String
    • getFoBorderRightAttribute

      public String getFoBorderRightAttribute()
      Receives the value of the ODFDOM attribute representation FoBorderRightAttribute , See @fo:border-right
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoBorderRightAttribute

      public void setFoBorderRightAttribute(String foBorderRightValue)
      Sets the value of ODFDOM attribute representation FoBorderRightAttribute , See @fo:border-right
      Parameters:
      foBorderRightValue - The type is String
    • getFoBorderTopAttribute

      public String getFoBorderTopAttribute()
      Receives the value of the ODFDOM attribute representation FoBorderTopAttribute , See @fo:border-top
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoBorderTopAttribute

      public void setFoBorderTopAttribute(String foBorderTopValue)
      Sets the value of ODFDOM attribute representation FoBorderTopAttribute , See @fo:border-top
      Parameters:
      foBorderTopValue - The type is String
    • getFoMarginAttribute

      public String getFoMarginAttribute()
      Receives the value of the ODFDOM attribute representation FoMarginAttribute , See @fo:margin
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoMarginAttribute

      public void setFoMarginAttribute(String foMarginValue)
      Sets the value of ODFDOM attribute representation FoMarginAttribute , See @fo:margin
      Parameters:
      foMarginValue - The type is String
    • getFoMarginBottomAttribute

      public String getFoMarginBottomAttribute()
      Receives the value of the ODFDOM attribute representation FoMarginBottomAttribute , See @fo:margin-bottom
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoMarginBottomAttribute

      public void setFoMarginBottomAttribute(String foMarginBottomValue)
      Sets the value of ODFDOM attribute representation FoMarginBottomAttribute , See @fo:margin-bottom
      Parameters:
      foMarginBottomValue - The type is String
    • getFoMarginLeftAttribute

      public String getFoMarginLeftAttribute()
      Receives the value of the ODFDOM attribute representation FoMarginLeftAttribute , See @fo:margin-left
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoMarginLeftAttribute

      public void setFoMarginLeftAttribute(String foMarginLeftValue)
      Sets the value of ODFDOM attribute representation FoMarginLeftAttribute , See @fo:margin-left
      Parameters:
      foMarginLeftValue - The type is String
    • getFoMarginRightAttribute

      public String getFoMarginRightAttribute()
      Receives the value of the ODFDOM attribute representation FoMarginRightAttribute , See @fo:margin-right
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoMarginRightAttribute

      public void setFoMarginRightAttribute(String foMarginRightValue)
      Sets the value of ODFDOM attribute representation FoMarginRightAttribute , See @fo:margin-right
      Parameters:
      foMarginRightValue - The type is String
    • getFoMarginTopAttribute

      public String getFoMarginTopAttribute()
      Receives the value of the ODFDOM attribute representation FoMarginTopAttribute , See @fo:margin-top
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoMarginTopAttribute

      public void setFoMarginTopAttribute(String foMarginTopValue)
      Sets the value of ODFDOM attribute representation FoMarginTopAttribute , See @fo:margin-top
      Parameters:
      foMarginTopValue - The type is String
    • getFoPaddingAttribute

      public String getFoPaddingAttribute()
      Receives the value of the ODFDOM attribute representation FoPaddingAttribute , See @fo:padding
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoPaddingAttribute

      public void setFoPaddingAttribute(String foPaddingValue)
      Sets the value of ODFDOM attribute representation FoPaddingAttribute , See @fo:padding
      Parameters:
      foPaddingValue - The type is String
    • getFoPaddingBottomAttribute

      public String getFoPaddingBottomAttribute()
      Receives the value of the ODFDOM attribute representation FoPaddingBottomAttribute , See @fo:padding-bottom
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoPaddingBottomAttribute

      public void setFoPaddingBottomAttribute(String foPaddingBottomValue)
      Sets the value of ODFDOM attribute representation FoPaddingBottomAttribute , See @fo:padding-bottom
      Parameters:
      foPaddingBottomValue - The type is String
    • getFoPaddingLeftAttribute

      public String getFoPaddingLeftAttribute()
      Receives the value of the ODFDOM attribute representation FoPaddingLeftAttribute , See @fo:padding-left
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoPaddingLeftAttribute

      public void setFoPaddingLeftAttribute(String foPaddingLeftValue)
      Sets the value of ODFDOM attribute representation FoPaddingLeftAttribute , See @fo:padding-left
      Parameters:
      foPaddingLeftValue - The type is String
    • getFoPaddingRightAttribute

      public String getFoPaddingRightAttribute()
      Receives the value of the ODFDOM attribute representation FoPaddingRightAttribute , See @fo:padding-right
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoPaddingRightAttribute

      public void setFoPaddingRightAttribute(String foPaddingRightValue)
      Sets the value of ODFDOM attribute representation FoPaddingRightAttribute , See @fo:padding-right
      Parameters:
      foPaddingRightValue - The type is String
    • getFoPaddingTopAttribute

      public String getFoPaddingTopAttribute()
      Receives the value of the ODFDOM attribute representation FoPaddingTopAttribute , See @fo:padding-top
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoPaddingTopAttribute

      public void setFoPaddingTopAttribute(String foPaddingTopValue)
      Sets the value of ODFDOM attribute representation FoPaddingTopAttribute , See @fo:padding-top
      Parameters:
      foPaddingTopValue - The type is String
    • getFoPageHeightAttribute

      public String getFoPageHeightAttribute()
      Receives the value of the ODFDOM attribute representation FoPageHeightAttribute , See @fo:page-height
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoPageHeightAttribute

      public void setFoPageHeightAttribute(String foPageHeightValue)
      Sets the value of ODFDOM attribute representation FoPageHeightAttribute , See @fo:page-height
      Parameters:
      foPageHeightValue - The type is String
    • getFoPageWidthAttribute

      public String getFoPageWidthAttribute()
      Receives the value of the ODFDOM attribute representation FoPageWidthAttribute , See @fo:page-width
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoPageWidthAttribute

      public void setFoPageWidthAttribute(String foPageWidthValue)
      Sets the value of ODFDOM attribute representation FoPageWidthAttribute , See @fo:page-width
      Parameters:
      foPageWidthValue - The type is String
    • getStyleBorderLineWidthAttribute

      public String getStyleBorderLineWidthAttribute()
      Receives the value of the ODFDOM attribute representation StyleBorderLineWidthAttribute , See @style:border-line-width
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleBorderLineWidthAttribute

      public void setStyleBorderLineWidthAttribute(String styleBorderLineWidthValue)
      Sets the value of ODFDOM attribute representation StyleBorderLineWidthAttribute , See @style:border-line-width
      Parameters:
      styleBorderLineWidthValue - The type is String
    • getStyleBorderLineWidthBottomAttribute

      public String getStyleBorderLineWidthBottomAttribute()
      Receives the value of the ODFDOM attribute representation StyleBorderLineWidthBottomAttribute , See @style:border-line-width-bottom
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleBorderLineWidthBottomAttribute

      public void setStyleBorderLineWidthBottomAttribute(String styleBorderLineWidthBottomValue)
      Sets the value of ODFDOM attribute representation StyleBorderLineWidthBottomAttribute , See @style:border-line-width-bottom
      Parameters:
      styleBorderLineWidthBottomValue - The type is String
    • getStyleBorderLineWidthLeftAttribute

      public String getStyleBorderLineWidthLeftAttribute()
      Receives the value of the ODFDOM attribute representation StyleBorderLineWidthLeftAttribute , See @style:border-line-width-left
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleBorderLineWidthLeftAttribute

      public void setStyleBorderLineWidthLeftAttribute(String styleBorderLineWidthLeftValue)
      Sets the value of ODFDOM attribute representation StyleBorderLineWidthLeftAttribute , See @style:border-line-width-left
      Parameters:
      styleBorderLineWidthLeftValue - The type is String
    • getStyleBorderLineWidthRightAttribute

      public String getStyleBorderLineWidthRightAttribute()
      Receives the value of the ODFDOM attribute representation StyleBorderLineWidthRightAttribute , See @style:border-line-width-right
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleBorderLineWidthRightAttribute

      public void setStyleBorderLineWidthRightAttribute(String styleBorderLineWidthRightValue)
      Sets the value of ODFDOM attribute representation StyleBorderLineWidthRightAttribute , See @style:border-line-width-right
      Parameters:
      styleBorderLineWidthRightValue - The type is String
    • getStyleBorderLineWidthTopAttribute

      public String getStyleBorderLineWidthTopAttribute()
      Receives the value of the ODFDOM attribute representation StyleBorderLineWidthTopAttribute , See @style:border-line-width-top
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleBorderLineWidthTopAttribute

      public void setStyleBorderLineWidthTopAttribute(String styleBorderLineWidthTopValue)
      Sets the value of ODFDOM attribute representation StyleBorderLineWidthTopAttribute , See @style:border-line-width-top
      Parameters:
      styleBorderLineWidthTopValue - The type is String
    • getStyleFirstPageNumberAttribute

      public Integer getStyleFirstPageNumberAttribute()
      Receives the value of the ODFDOM attribute representation StyleFirstPageNumberAttribute , See @style:first-page-number
      Returns:
      - the Integer , the value or null, if the attribute is not set and no default value defined.
    • setStyleFirstPageNumberAttribute

      public void setStyleFirstPageNumberAttribute(Integer styleFirstPageNumberValue)
      Sets the value of ODFDOM attribute representation StyleFirstPageNumberAttribute , See @style:first-page-number
      Parameters:
      styleFirstPageNumberValue - The type is Integer
    • getStyleFootnoteMaxHeightAttribute

      public String getStyleFootnoteMaxHeightAttribute()
      Receives the value of the ODFDOM attribute representation StyleFootnoteMaxHeightAttribute , See @style:footnote-max-height
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleFootnoteMaxHeightAttribute

      public void setStyleFootnoteMaxHeightAttribute(String styleFootnoteMaxHeightValue)
      Sets the value of ODFDOM attribute representation StyleFootnoteMaxHeightAttribute , See @style:footnote-max-height
      Parameters:
      styleFootnoteMaxHeightValue - The type is String
    • getStyleLayoutGridBaseHeightAttribute

      public String getStyleLayoutGridBaseHeightAttribute()
      Receives the value of the ODFDOM attribute representation StyleLayoutGridBaseHeightAttribute , See @style:layout-grid-base-height
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleLayoutGridBaseHeightAttribute

      public void setStyleLayoutGridBaseHeightAttribute(String styleLayoutGridBaseHeightValue)
      Sets the value of ODFDOM attribute representation StyleLayoutGridBaseHeightAttribute , See @style:layout-grid-base-height
      Parameters:
      styleLayoutGridBaseHeightValue - The type is String
    • getStyleLayoutGridBaseWidthAttribute

      public String getStyleLayoutGridBaseWidthAttribute()
      Receives the value of the ODFDOM attribute representation StyleLayoutGridBaseWidthAttribute , See @style:layout-grid-base-width
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleLayoutGridBaseWidthAttribute

      public void setStyleLayoutGridBaseWidthAttribute(String styleLayoutGridBaseWidthValue)
      Sets the value of ODFDOM attribute representation StyleLayoutGridBaseWidthAttribute , See @style:layout-grid-base-width
      Parameters:
      styleLayoutGridBaseWidthValue - The type is String
    • getStyleLayoutGridColorAttribute

      public String getStyleLayoutGridColorAttribute()
      Receives the value of the ODFDOM attribute representation StyleLayoutGridColorAttribute , See @style:layout-grid-color
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleLayoutGridColorAttribute

      public void setStyleLayoutGridColorAttribute(String styleLayoutGridColorValue)
      Sets the value of ODFDOM attribute representation StyleLayoutGridColorAttribute , See @style:layout-grid-color
      Parameters:
      styleLayoutGridColorValue - The type is String
    • getStyleLayoutGridDisplayAttribute

      public Boolean getStyleLayoutGridDisplayAttribute()
      Receives the value of the ODFDOM attribute representation StyleLayoutGridDisplayAttribute , See @style:layout-grid-display
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setStyleLayoutGridDisplayAttribute

      public void setStyleLayoutGridDisplayAttribute(Boolean styleLayoutGridDisplayValue)
      Sets the value of ODFDOM attribute representation StyleLayoutGridDisplayAttribute , See @style:layout-grid-display
      Parameters:
      styleLayoutGridDisplayValue - The type is Boolean
    • getStyleLayoutGridLinesAttribute

      public Integer getStyleLayoutGridLinesAttribute()
      Receives the value of the ODFDOM attribute representation StyleLayoutGridLinesAttribute , See @style:layout-grid-lines
      Returns:
      - the Integer , the value or null, if the attribute is not set and no default value defined.
    • setStyleLayoutGridLinesAttribute

      public void setStyleLayoutGridLinesAttribute(Integer styleLayoutGridLinesValue)
      Sets the value of ODFDOM attribute representation StyleLayoutGridLinesAttribute , See @style:layout-grid-lines
      Parameters:
      styleLayoutGridLinesValue - The type is Integer
    • getStyleLayoutGridModeAttribute

      public String getStyleLayoutGridModeAttribute()
      Receives the value of the ODFDOM attribute representation StyleLayoutGridModeAttribute , See @style:layout-grid-mode
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleLayoutGridModeAttribute

      public void setStyleLayoutGridModeAttribute(String styleLayoutGridModeValue)
      Sets the value of ODFDOM attribute representation StyleLayoutGridModeAttribute , See @style:layout-grid-mode
      Parameters:
      styleLayoutGridModeValue - The type is String
    • getStyleLayoutGridPrintAttribute

      public Boolean getStyleLayoutGridPrintAttribute()
      Receives the value of the ODFDOM attribute representation StyleLayoutGridPrintAttribute , See @style:layout-grid-print
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setStyleLayoutGridPrintAttribute

      public void setStyleLayoutGridPrintAttribute(Boolean styleLayoutGridPrintValue)
      Sets the value of ODFDOM attribute representation StyleLayoutGridPrintAttribute , See @style:layout-grid-print
      Parameters:
      styleLayoutGridPrintValue - The type is Boolean
    • getStyleLayoutGridRubyBelowAttribute

      public Boolean getStyleLayoutGridRubyBelowAttribute()
      Receives the value of the ODFDOM attribute representation StyleLayoutGridRubyBelowAttribute , See @style:layout-grid-ruby-below
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setStyleLayoutGridRubyBelowAttribute

      public void setStyleLayoutGridRubyBelowAttribute(Boolean styleLayoutGridRubyBelowValue)
      Sets the value of ODFDOM attribute representation StyleLayoutGridRubyBelowAttribute , See @style:layout-grid-ruby-below
      Parameters:
      styleLayoutGridRubyBelowValue - The type is Boolean
    • getStyleLayoutGridRubyHeightAttribute

      public String getStyleLayoutGridRubyHeightAttribute()
      Receives the value of the ODFDOM attribute representation StyleLayoutGridRubyHeightAttribute , See @style:layout-grid-ruby-height
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleLayoutGridRubyHeightAttribute

      public void setStyleLayoutGridRubyHeightAttribute(String styleLayoutGridRubyHeightValue)
      Sets the value of ODFDOM attribute representation StyleLayoutGridRubyHeightAttribute , See @style:layout-grid-ruby-height
      Parameters:
      styleLayoutGridRubyHeightValue - The type is String
    • getStyleLayoutGridSnapToAttribute

      public Boolean getStyleLayoutGridSnapToAttribute()
      Receives the value of the ODFDOM attribute representation StyleLayoutGridSnapToAttribute , See @style:layout-grid-snap-to
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setStyleLayoutGridSnapToAttribute

      public void setStyleLayoutGridSnapToAttribute(Boolean styleLayoutGridSnapToValue)
      Sets the value of ODFDOM attribute representation StyleLayoutGridSnapToAttribute , See @style:layout-grid-snap-to
      Parameters:
      styleLayoutGridSnapToValue - The type is Boolean
    • getStyleLayoutGridStandardModeAttribute

      public Boolean getStyleLayoutGridStandardModeAttribute()
      Receives the value of the ODFDOM attribute representation StyleLayoutGridStandardModeAttribute , See @style:layout-grid-standard-mode
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setStyleLayoutGridStandardModeAttribute

      public void setStyleLayoutGridStandardModeAttribute(Boolean styleLayoutGridStandardModeValue)
      Sets the value of ODFDOM attribute representation StyleLayoutGridStandardModeAttribute , See @style:layout-grid-standard-mode
      Parameters:
      styleLayoutGridStandardModeValue - The type is Boolean
    • getStyleNumFormatAttribute

      public String getStyleNumFormatAttribute()
      Receives the value of the ODFDOM attribute representation StyleNumFormatAttribute , See @style:num-format

      Attribute is mandatory.

      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleNumFormatAttribute

      public void setStyleNumFormatAttribute(String styleNumFormatValue)
      Sets the value of ODFDOM attribute representation StyleNumFormatAttribute , See @style:num-format
      Parameters:
      styleNumFormatValue - The type is String
    • getStyleNumLetterSyncAttribute

      public Boolean getStyleNumLetterSyncAttribute()
      Receives the value of the ODFDOM attribute representation StyleNumLetterSyncAttribute , See @style:num-letter-sync
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setStyleNumLetterSyncAttribute

      public void setStyleNumLetterSyncAttribute(Boolean styleNumLetterSyncValue)
      Sets the value of ODFDOM attribute representation StyleNumLetterSyncAttribute , See @style:num-letter-sync
      Parameters:
      styleNumLetterSyncValue - The type is Boolean
    • getStyleNumPrefixAttribute

      public String getStyleNumPrefixAttribute()
      Receives the value of the ODFDOM attribute representation StyleNumPrefixAttribute , See @style:num-prefix
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleNumPrefixAttribute

      public void setStyleNumPrefixAttribute(String styleNumPrefixValue)
      Sets the value of ODFDOM attribute representation StyleNumPrefixAttribute , See @style:num-prefix
      Parameters:
      styleNumPrefixValue - The type is String
    • getStyleNumSuffixAttribute

      public String getStyleNumSuffixAttribute()
      Receives the value of the ODFDOM attribute representation StyleNumSuffixAttribute , See @style:num-suffix
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleNumSuffixAttribute

      public void setStyleNumSuffixAttribute(String styleNumSuffixValue)
      Sets the value of ODFDOM attribute representation StyleNumSuffixAttribute , See @style:num-suffix
      Parameters:
      styleNumSuffixValue - The type is String
    • getStylePaperTrayNameAttribute

      public String getStylePaperTrayNameAttribute()
      Receives the value of the ODFDOM attribute representation StylePaperTrayNameAttribute , See @style:paper-tray-name
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStylePaperTrayNameAttribute

      public void setStylePaperTrayNameAttribute(String stylePaperTrayNameValue)
      Sets the value of ODFDOM attribute representation StylePaperTrayNameAttribute , See @style:paper-tray-name
      Parameters:
      stylePaperTrayNameValue - The type is String
    • getStylePrintAttribute

      public String getStylePrintAttribute()
      Receives the value of the ODFDOM attribute representation StylePrintAttribute , See @style:print
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStylePrintAttribute

      public void setStylePrintAttribute(String stylePrintValue)
      Sets the value of ODFDOM attribute representation StylePrintAttribute , See @style:print
      Parameters:
      stylePrintValue - The type is String
    • getStylePrintOrientationAttribute

      public String getStylePrintOrientationAttribute()
      Receives the value of the ODFDOM attribute representation StylePrintOrientationAttribute , See @style:print-orientation
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStylePrintOrientationAttribute

      public void setStylePrintOrientationAttribute(String stylePrintOrientationValue)
      Sets the value of ODFDOM attribute representation StylePrintOrientationAttribute , See @style:print-orientation
      Parameters:
      stylePrintOrientationValue - The type is String
    • getStylePrintPageOrderAttribute

      public String getStylePrintPageOrderAttribute()
      Receives the value of the ODFDOM attribute representation StylePrintPageOrderAttribute , See @style:print-page-order
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStylePrintPageOrderAttribute

      public void setStylePrintPageOrderAttribute(String stylePrintPageOrderValue)
      Sets the value of ODFDOM attribute representation StylePrintPageOrderAttribute , See @style:print-page-order
      Parameters:
      stylePrintPageOrderValue - The type is String
    • getStyleRegisterTruthRefStyleNameAttribute

      public String getStyleRegisterTruthRefStyleNameAttribute()
      Receives the value of the ODFDOM attribute representation StyleRegisterTruthRefStyleNameAttribute , See @style:register-truth-ref-style-name
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleRegisterTruthRefStyleNameAttribute

      public void setStyleRegisterTruthRefStyleNameAttribute(String styleRegisterTruthRefStyleNameValue)
      Sets the value of ODFDOM attribute representation StyleRegisterTruthRefStyleNameAttribute , See @style:register-truth-ref-style-name
      Parameters:
      styleRegisterTruthRefStyleNameValue - The type is String
    • getStyleScaleToAttribute

      public String getStyleScaleToAttribute()
      Receives the value of the ODFDOM attribute representation StyleScaleToAttribute , See @style:scale-to
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleScaleToAttribute

      public void setStyleScaleToAttribute(String styleScaleToValue)
      Sets the value of ODFDOM attribute representation StyleScaleToAttribute , See @style:scale-to
      Parameters:
      styleScaleToValue - The type is String
    • getStyleScaleToPagesAttribute

      public Integer getStyleScaleToPagesAttribute()
      Receives the value of the ODFDOM attribute representation StyleScaleToPagesAttribute , See @style:scale-to-pages
      Returns:
      - the Integer , the value or null, if the attribute is not set and no default value defined.
    • setStyleScaleToPagesAttribute

      public void setStyleScaleToPagesAttribute(Integer styleScaleToPagesValue)
      Sets the value of ODFDOM attribute representation StyleScaleToPagesAttribute , See @style:scale-to-pages
      Parameters:
      styleScaleToPagesValue - The type is Integer
    • getStyleShadowAttribute

      public String getStyleShadowAttribute()
      Receives the value of the ODFDOM attribute representation StyleShadowAttribute , See @style:shadow
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleShadowAttribute

      public void setStyleShadowAttribute(String styleShadowValue)
      Sets the value of ODFDOM attribute representation StyleShadowAttribute , See @style:shadow
      Parameters:
      styleShadowValue - The type is String
    • getStyleTableCenteringAttribute

      public String getStyleTableCenteringAttribute()
      Receives the value of the ODFDOM attribute representation StyleTableCenteringAttribute , See @style:table-centering
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleTableCenteringAttribute

      public void setStyleTableCenteringAttribute(String styleTableCenteringValue)
      Sets the value of ODFDOM attribute representation StyleTableCenteringAttribute , See @style:table-centering
      Parameters:
      styleTableCenteringValue - The type is String
    • getStyleWritingModeAttribute

      public String getStyleWritingModeAttribute()
      Receives the value of the ODFDOM attribute representation StyleWritingModeAttribute , See @style:writing-mode
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleWritingModeAttribute

      public void setStyleWritingModeAttribute(String styleWritingModeValue)
      Sets the value of ODFDOM attribute representation StyleWritingModeAttribute , See @style:writing-mode
      Parameters:
      styleWritingModeValue - The type is String
    • newStyleBackgroundImageElement

      public StyleBackgroundImageElement newStyleBackgroundImageElement()
      Create child element <style:background-image>.

      Child element was added in ODF 1.2

      Returns:
      the element <style:background-image>
    • newStyleColumnsElement

      public StyleColumnsElement newStyleColumnsElement(int foColumnCountValue)
      Create child element <style:columns>.
      Parameters:
      foColumnCountValue - the Integer value of FoColumnCountAttribute , see @fo:column-count at specification Child element was added in ODF 1.2
      Returns:
      the element <style:columns>
    • newStyleFootnoteSepElement

      public StyleFootnoteSepElement newStyleFootnoteSepElement()
      Create child element <style:footnote-sep>.

      Child element was added in ODF 1.2

      Returns:
      the element <style:footnote-sep>
    • accept

      public void accept(ElementVisitor visitor)
      Accept an visitor instance to allow the visitor to do some operations. Refer to visitor design pattern to get a better understanding.
      Overrides:
      accept in class OdfElement
      Parameters:
      visitor - an instance of DefaultElementVisitor