org.odftoolkit.odfdom.dom.element.style
Class StylePageLayoutPropertiesElement

java.lang.Object
  extended by org.apache.xerces.dom.NodeImpl
      extended by org.apache.xerces.dom.ChildNode
          extended by org.apache.xerces.dom.ParentNode
              extended by org.apache.xerces.dom.ElementImpl
                  extended by org.apache.xerces.dom.ElementNSImpl
                      extended by org.odftoolkit.odfdom.OdfElement
                          extended by org.odftoolkit.odfdom.dom.element.OdfStylePropertiesBase
                              extended by org.odftoolkit.odfdom.dom.element.style.StylePageLayoutPropertiesElement
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
Direct Known Subclasses:
OdfStylePageLayoutProperties

public class StylePageLayoutPropertiesElement
extends OdfStylePropertiesBase

DOM implementation of OpenDocument element .

See Also:
Serialized Form

Field Summary
static OdfStyleProperty BackgroundColor
           
static OdfStyleProperty Border
           
static OdfStyleProperty BorderBottom
           
static OdfStyleProperty BorderLeft
           
static OdfStyleProperty BorderLineWidth
           
static OdfStyleProperty BorderLineWidthBottom
           
static OdfStyleProperty BorderLineWidthLeft
           
static OdfStyleProperty BorderLineWidthRight
           
static OdfStyleProperty BorderLineWidthTop
           
static OdfStyleProperty BorderRight
           
static OdfStyleProperty BorderTop
           
static OdfName ELEMENT_NAME
           
static OdfStyleProperty FirstPageNumber
           
static OdfStyleProperty FootnoteMaxHeight
           
static OdfStyleProperty LayoutGridBaseHeight
           
static OdfStyleProperty LayoutGridBaseWidth
           
static OdfStyleProperty LayoutGridColor
           
static OdfStyleProperty LayoutGridDisplay
           
static OdfStyleProperty LayoutGridLines
           
static OdfStyleProperty LayoutGridMode
           
static OdfStyleProperty LayoutGridPrint
           
static OdfStyleProperty LayoutGridRubyBelow
           
static OdfStyleProperty LayoutGridRubyHeight
           
static OdfStyleProperty LayoutGridSnapTo
           
static OdfStyleProperty LayoutGridStandardMode
           
static OdfStyleProperty Margin
           
static OdfStyleProperty MarginBottom
           
static OdfStyleProperty MarginLeft
           
static OdfStyleProperty MarginRight
           
static OdfStyleProperty MarginTop
           
static OdfStyleProperty NumFormat
           
static OdfStyleProperty NumLetterSync
           
static OdfStyleProperty NumPrefix
           
static OdfStyleProperty NumSuffix
           
static OdfStyleProperty Padding
           
static OdfStyleProperty PaddingBottom
           
static OdfStyleProperty PaddingLeft
           
static OdfStyleProperty PaddingRight
           
static OdfStyleProperty PaddingTop
           
static OdfStyleProperty PageHeight
           
static OdfStyleProperty PageWidth
           
static OdfStyleProperty PaperTrayName
           
static OdfStyleProperty Print
           
static OdfStyleProperty PrintOrientation
           
static OdfStyleProperty PrintPageOrder
           
static OdfStyleProperty RegisterTruthRefStyleName
           
static OdfStyleProperty ScaleTo
           
static OdfStyleProperty ScaleToPages
           
static OdfStyleProperty Shadow
           
static OdfStyleProperty TableCentering
           
static OdfStyleProperty WritingMode
           
 
Fields inherited from class org.odftoolkit.odfdom.OdfElement
mOdfDocument
 
Fields inherited from class org.apache.xerces.dom.ElementNSImpl
localName, namespaceURI
 
Fields inherited from class org.apache.xerces.dom.ElementImpl
attributes, name
 
Fields inherited from class org.apache.xerces.dom.ParentNode
firstChild, fNodeListCache, ownerDocument
 
Fields inherited from class org.apache.xerces.dom.ChildNode
nextSibling, previousSibling
 
Fields inherited from class org.apache.xerces.dom.NodeImpl
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Fields inherited from interface org.w3c.dom.TypeInfo
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION
 
Constructor Summary
StylePageLayoutPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StylePageLayoutPropertiesElement
 
Method Summary
 java.lang.String getFoBackgroundColorAttribute()
          Receives the value of the ODFDOM attribute representation FoBackgroundColorAttribute , See
 java.lang.String getFoBorderAttribute()
          Receives the value of the ODFDOM attribute representation FoBorderAttribute , See
 java.lang.String getFoBorderBottomAttribute()
          Receives the value of the ODFDOM attribute representation FoBorderBottomAttribute , See
 java.lang.String getFoBorderLeftAttribute()
          Receives the value of the ODFDOM attribute representation FoBorderLeftAttribute , See
 java.lang.String getFoBorderRightAttribute()
          Receives the value of the ODFDOM attribute representation FoBorderRightAttribute , See
 java.lang.String getFoBorderTopAttribute()
          Receives the value of the ODFDOM attribute representation FoBorderTopAttribute , See
 java.lang.String getFoMarginAttribute()
          Receives the value of the ODFDOM attribute representation FoMarginAttribute , See
 java.lang.String getFoMarginBottomAttribute()
          Receives the value of the ODFDOM attribute representation FoMarginBottomAttribute , See
 java.lang.String getFoMarginLeftAttribute()
          Receives the value of the ODFDOM attribute representation FoMarginLeftAttribute , See
 java.lang.String getFoMarginRightAttribute()
          Receives the value of the ODFDOM attribute representation FoMarginRightAttribute , See
 java.lang.String getFoMarginTopAttribute()
          Receives the value of the ODFDOM attribute representation FoMarginTopAttribute , See
 java.lang.String getFoPaddingAttribute()
          Receives the value of the ODFDOM attribute representation FoPaddingAttribute , See
 java.lang.String getFoPaddingBottomAttribute()
          Receives the value of the ODFDOM attribute representation FoPaddingBottomAttribute , See
 java.lang.String getFoPaddingLeftAttribute()
          Receives the value of the ODFDOM attribute representation FoPaddingLeftAttribute , See
 java.lang.String getFoPaddingRightAttribute()
          Receives the value of the ODFDOM attribute representation FoPaddingRightAttribute , See
 java.lang.String getFoPaddingTopAttribute()
          Receives the value of the ODFDOM attribute representation FoPaddingTopAttribute , See
 java.lang.String getFoPageHeightAttribute()
          Receives the value of the ODFDOM attribute representation FoPageHeightAttribute , See
 java.lang.String getFoPageWidthAttribute()
          Receives the value of the ODFDOM attribute representation FoPageWidthAttribute , See
 OdfName getOdfName()
          Get the element name
 java.lang.String getStyleBorderLineWidthAttribute()
          Receives the value of the ODFDOM attribute representation StyleBorderLineWidthAttribute , See
 java.lang.String getStyleBorderLineWidthBottomAttribute()
          Receives the value of the ODFDOM attribute representation StyleBorderLineWidthBottomAttribute , See
 java.lang.String getStyleBorderLineWidthLeftAttribute()
          Receives the value of the ODFDOM attribute representation StyleBorderLineWidthLeftAttribute , See
 java.lang.String getStyleBorderLineWidthRightAttribute()
          Receives the value of the ODFDOM attribute representation StyleBorderLineWidthRightAttribute , See
 java.lang.String getStyleBorderLineWidthTopAttribute()
          Receives the value of the ODFDOM attribute representation StyleBorderLineWidthTopAttribute , See
 java.lang.String getStyleFirstPageNumberAttribute()
          Receives the value of the ODFDOM attribute representation StyleFirstPageNumberAttribute , See
 java.lang.String getStyleFootnoteMaxHeightAttribute()
          Receives the value of the ODFDOM attribute representation StyleFootnoteMaxHeightAttribute , See
 java.lang.String getStyleLayoutGridBaseHeightAttribute()
          Receives the value of the ODFDOM attribute representation StyleLayoutGridBaseHeightAttribute , See
 java.lang.String getStyleLayoutGridBaseWidthAttribute()
          Receives the value of the ODFDOM attribute representation StyleLayoutGridBaseWidthAttribute , See
 java.lang.String getStyleLayoutGridColorAttribute()
          Receives the value of the ODFDOM attribute representation StyleLayoutGridColorAttribute , See
 java.lang.Boolean getStyleLayoutGridDisplayAttribute()
          Receives the value of the ODFDOM attribute representation StyleLayoutGridDisplayAttribute , See
 java.lang.Integer getStyleLayoutGridLinesAttribute()
          Receives the value of the ODFDOM attribute representation StyleLayoutGridLinesAttribute , See
 java.lang.String getStyleLayoutGridModeAttribute()
          Receives the value of the ODFDOM attribute representation StyleLayoutGridModeAttribute , See
 java.lang.Boolean getStyleLayoutGridPrintAttribute()
          Receives the value of the ODFDOM attribute representation StyleLayoutGridPrintAttribute , See
 java.lang.Boolean getStyleLayoutGridRubyBelowAttribute()
          Receives the value of the ODFDOM attribute representation StyleLayoutGridRubyBelowAttribute , See
 java.lang.String getStyleLayoutGridRubyHeightAttribute()
          Receives the value of the ODFDOM attribute representation StyleLayoutGridRubyHeightAttribute , See
 java.lang.Boolean getStyleLayoutGridSnapToAttribute()
          Receives the value of the ODFDOM attribute representation StyleLayoutGridSnapToAttribute , See
 java.lang.Boolean getStyleLayoutGridStandardModeAttribute()
          Receives the value of the ODFDOM attribute representation StyleLayoutGridStandardModeAttribute , See
 java.lang.String getStyleNumFormatAttribute()
          Receives the value of the ODFDOM attribute representation StyleNumFormatAttribute , See
 java.lang.Boolean getStyleNumLetterSyncAttribute()
          Receives the value of the ODFDOM attribute representation StyleNumLetterSyncAttribute , See
 java.lang.String getStyleNumPrefixAttribute()
          Receives the value of the ODFDOM attribute representation StyleNumPrefixAttribute , See
 java.lang.String getStyleNumSuffixAttribute()
          Receives the value of the ODFDOM attribute representation StyleNumSuffixAttribute , See
 java.lang.String getStylePaperTrayNameAttribute()
          Receives the value of the ODFDOM attribute representation StylePaperTrayNameAttribute , See
 java.lang.String getStylePrintAttribute()
          Receives the value of the ODFDOM attribute representation StylePrintAttribute , See
 java.lang.String getStylePrintOrientationAttribute()
          Receives the value of the ODFDOM attribute representation StylePrintOrientationAttribute , See
 java.lang.String getStylePrintPageOrderAttribute()
          Receives the value of the ODFDOM attribute representation StylePrintPageOrderAttribute , See
 java.lang.String getStyleRegisterTruthRefStyleNameAttribute()
          Receives the value of the ODFDOM attribute representation StyleRegisterTruthRefStyleNameAttribute , See
 java.lang.String getStyleScaleToAttribute()
          Receives the value of the ODFDOM attribute representation StyleScaleToAttribute , See
 java.lang.Integer getStyleScaleToPagesAttribute()
          Receives the value of the ODFDOM attribute representation StyleScaleToPagesAttribute , See
 java.lang.String getStyleShadowAttribute()
          Receives the value of the ODFDOM attribute representation StyleShadowAttribute , See
 java.lang.String getStyleTableCenteringAttribute()
          Receives the value of the ODFDOM attribute representation StyleTableCenteringAttribute , See
 java.lang.String getStyleWritingModeAttribute()
          Receives the value of the ODFDOM attribute representation StyleWritingModeAttribute , See
 OfficeBinaryDataElement newOfficeBinaryDataElement()
          Create child element .
 StyleColumnElement newStyleColumnElement(java.lang.String styleRelWidthAttributeValue)
          Create child element .
 StyleColumnSepElement newStyleColumnSepElement(java.lang.String styleWidthAttributeValue)
          Create child element .
 void setFoBackgroundColorAttribute(java.lang.String foBackgroundColorValue)
          Sets the value of ODFDOM attribute representation FoBackgroundColorAttribute , See
 void setFoBorderAttribute(java.lang.String foBorderValue)
          Sets the value of ODFDOM attribute representation FoBorderAttribute , See
 void setFoBorderBottomAttribute(java.lang.String foBorderBottomValue)
          Sets the value of ODFDOM attribute representation FoBorderBottomAttribute , See
 void setFoBorderLeftAttribute(java.lang.String foBorderLeftValue)
          Sets the value of ODFDOM attribute representation FoBorderLeftAttribute , See
 void setFoBorderRightAttribute(java.lang.String foBorderRightValue)
          Sets the value of ODFDOM attribute representation FoBorderRightAttribute , See
 void setFoBorderTopAttribute(java.lang.String foBorderTopValue)
          Sets the value of ODFDOM attribute representation FoBorderTopAttribute , See
 void setFoMarginAttribute(java.lang.String foMarginValue)
          Sets the value of ODFDOM attribute representation FoMarginAttribute , See
 void setFoMarginBottomAttribute(java.lang.String foMarginBottomValue)
          Sets the value of ODFDOM attribute representation FoMarginBottomAttribute , See
 void setFoMarginLeftAttribute(java.lang.String foMarginLeftValue)
          Sets the value of ODFDOM attribute representation FoMarginLeftAttribute , See
 void setFoMarginRightAttribute(java.lang.String foMarginRightValue)
          Sets the value of ODFDOM attribute representation FoMarginRightAttribute , See
 void setFoMarginTopAttribute(java.lang.String foMarginTopValue)
          Sets the value of ODFDOM attribute representation FoMarginTopAttribute , See
 void setFoPaddingAttribute(java.lang.String foPaddingValue)
          Sets the value of ODFDOM attribute representation FoPaddingAttribute , See
 void setFoPaddingBottomAttribute(java.lang.String foPaddingBottomValue)
          Sets the value of ODFDOM attribute representation FoPaddingBottomAttribute , See
 void setFoPaddingLeftAttribute(java.lang.String foPaddingLeftValue)
          Sets the value of ODFDOM attribute representation FoPaddingLeftAttribute , See
 void setFoPaddingRightAttribute(java.lang.String foPaddingRightValue)
          Sets the value of ODFDOM attribute representation FoPaddingRightAttribute , See
 void setFoPaddingTopAttribute(java.lang.String foPaddingTopValue)
          Sets the value of ODFDOM attribute representation FoPaddingTopAttribute , See
 void setFoPageHeightAttribute(java.lang.String foPageHeightValue)
          Sets the value of ODFDOM attribute representation FoPageHeightAttribute , See
 void setFoPageWidthAttribute(java.lang.String foPageWidthValue)
          Sets the value of ODFDOM attribute representation FoPageWidthAttribute , See
 void setStyleBorderLineWidthAttribute(java.lang.String styleBorderLineWidthValue)
          Sets the value of ODFDOM attribute representation StyleBorderLineWidthAttribute , See
 void setStyleBorderLineWidthBottomAttribute(java.lang.String styleBorderLineWidthBottomValue)
          Sets the value of ODFDOM attribute representation StyleBorderLineWidthBottomAttribute , See
 void setStyleBorderLineWidthLeftAttribute(java.lang.String styleBorderLineWidthLeftValue)
          Sets the value of ODFDOM attribute representation StyleBorderLineWidthLeftAttribute , See
 void setStyleBorderLineWidthRightAttribute(java.lang.String styleBorderLineWidthRightValue)
          Sets the value of ODFDOM attribute representation StyleBorderLineWidthRightAttribute , See
 void setStyleBorderLineWidthTopAttribute(java.lang.String styleBorderLineWidthTopValue)
          Sets the value of ODFDOM attribute representation StyleBorderLineWidthTopAttribute , See
 void setStyleFirstPageNumberAttribute(java.lang.String styleFirstPageNumberValue)
          Sets the value of ODFDOM attribute representation StyleFirstPageNumberAttribute , See
 void setStyleFootnoteMaxHeightAttribute(java.lang.String styleFootnoteMaxHeightValue)
          Sets the value of ODFDOM attribute representation StyleFootnoteMaxHeightAttribute , See
 void setStyleLayoutGridBaseHeightAttribute(java.lang.String styleLayoutGridBaseHeightValue)
          Sets the value of ODFDOM attribute representation StyleLayoutGridBaseHeightAttribute , See
 void setStyleLayoutGridBaseWidthAttribute(java.lang.String styleLayoutGridBaseWidthValue)
          Sets the value of ODFDOM attribute representation StyleLayoutGridBaseWidthAttribute , See
 void setStyleLayoutGridColorAttribute(java.lang.String styleLayoutGridColorValue)
          Sets the value of ODFDOM attribute representation StyleLayoutGridColorAttribute , See
 void setStyleLayoutGridDisplayAttribute(java.lang.Boolean styleLayoutGridDisplayValue)
          Sets the value of ODFDOM attribute representation StyleLayoutGridDisplayAttribute , See
 void setStyleLayoutGridLinesAttribute(java.lang.Integer styleLayoutGridLinesValue)
          Sets the value of ODFDOM attribute representation StyleLayoutGridLinesAttribute , See
 void setStyleLayoutGridModeAttribute(java.lang.String styleLayoutGridModeValue)
          Sets the value of ODFDOM attribute representation StyleLayoutGridModeAttribute , See
 void setStyleLayoutGridPrintAttribute(java.lang.Boolean styleLayoutGridPrintValue)
          Sets the value of ODFDOM attribute representation StyleLayoutGridPrintAttribute , See
 void setStyleLayoutGridRubyBelowAttribute(java.lang.Boolean styleLayoutGridRubyBelowValue)
          Sets the value of ODFDOM attribute representation StyleLayoutGridRubyBelowAttribute , See
 void setStyleLayoutGridRubyHeightAttribute(java.lang.String styleLayoutGridRubyHeightValue)
          Sets the value of ODFDOM attribute representation StyleLayoutGridRubyHeightAttribute , See
 void setStyleLayoutGridSnapToAttribute(java.lang.Boolean styleLayoutGridSnapToValue)
          Sets the value of ODFDOM attribute representation StyleLayoutGridSnapToAttribute , See
 void setStyleLayoutGridStandardModeAttribute(java.lang.Boolean styleLayoutGridStandardModeValue)
          Sets the value of ODFDOM attribute representation StyleLayoutGridStandardModeAttribute , See
 void setStyleNumFormatAttribute(java.lang.String styleNumFormatValue)
          Sets the value of ODFDOM attribute representation StyleNumFormatAttribute , See
 void setStyleNumLetterSyncAttribute(java.lang.Boolean styleNumLetterSyncValue)
          Sets the value of ODFDOM attribute representation StyleNumLetterSyncAttribute , See
 void setStyleNumPrefixAttribute(java.lang.String styleNumPrefixValue)
          Sets the value of ODFDOM attribute representation StyleNumPrefixAttribute , See
 void setStyleNumSuffixAttribute(java.lang.String styleNumSuffixValue)
          Sets the value of ODFDOM attribute representation StyleNumSuffixAttribute , See
 void setStylePaperTrayNameAttribute(java.lang.String stylePaperTrayNameValue)
          Sets the value of ODFDOM attribute representation StylePaperTrayNameAttribute , See
 void setStylePrintAttribute(java.lang.String stylePrintValue)
          Sets the value of ODFDOM attribute representation StylePrintAttribute , See
 void setStylePrintOrientationAttribute(java.lang.String stylePrintOrientationValue)
          Sets the value of ODFDOM attribute representation StylePrintOrientationAttribute , See
 void setStylePrintPageOrderAttribute(java.lang.String stylePrintPageOrderValue)
          Sets the value of ODFDOM attribute representation StylePrintPageOrderAttribute , See
 void setStyleRegisterTruthRefStyleNameAttribute(java.lang.String styleRegisterTruthRefStyleNameValue)
          Sets the value of ODFDOM attribute representation StyleRegisterTruthRefStyleNameAttribute , See
 void setStyleScaleToAttribute(java.lang.String styleScaleToValue)
          Sets the value of ODFDOM attribute representation StyleScaleToAttribute , See
 void setStyleScaleToPagesAttribute(java.lang.Integer styleScaleToPagesValue)
          Sets the value of ODFDOM attribute representation StyleScaleToPagesAttribute , See
 void setStyleShadowAttribute(java.lang.String styleShadowValue)
          Sets the value of ODFDOM attribute representation StyleShadowAttribute , See
 void setStyleTableCenteringAttribute(java.lang.String styleTableCenteringValue)
          Sets the value of ODFDOM attribute representation StyleTableCenteringAttribute , See
 void setStyleWritingModeAttribute(java.lang.String styleWritingModeValue)
          Sets the value of ODFDOM attribute representation StyleWritingModeAttribute , See
 
Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfStylePropertiesBase
hashCode
 
Methods inherited from class org.odftoolkit.odfdom.OdfElement
cloneNode, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onInsertNode, onRemoveNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toString
 
Methods inherited from class org.apache.xerces.dom.ElementNSImpl
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues
 
Methods inherited from class org.apache.xerces.dom.ElementImpl
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData
 
Methods inherited from class org.apache.xerces.dom.ParentNode
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren
 
Methods inherited from class org.apache.xerces.dom.ChildNode
getNextSibling, getParentNode, getPreviousSibling
 
Methods inherited from class org.apache.xerces.dom.NodeImpl
addEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.Node
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData
 

Field Detail

ELEMENT_NAME

public static final OdfName ELEMENT_NAME

PageWidth

public static final OdfStyleProperty PageWidth

PageHeight

public static final OdfStyleProperty PageHeight

NumFormat

public static final OdfStyleProperty NumFormat

NumLetterSync

public static final OdfStyleProperty NumLetterSync

NumPrefix

public static final OdfStyleProperty NumPrefix

NumSuffix

public static final OdfStyleProperty NumSuffix

PaperTrayName

public static final OdfStyleProperty PaperTrayName

PrintOrientation

public static final OdfStyleProperty PrintOrientation

MarginLeft

public static final OdfStyleProperty MarginLeft

MarginRight

public static final OdfStyleProperty MarginRight

MarginTop

public static final OdfStyleProperty MarginTop

MarginBottom

public static final OdfStyleProperty MarginBottom

Margin

public static final OdfStyleProperty Margin

Border

public static final OdfStyleProperty Border

BorderTop

public static final OdfStyleProperty BorderTop

BorderBottom

public static final OdfStyleProperty BorderBottom

BorderLeft

public static final OdfStyleProperty BorderLeft

BorderRight

public static final OdfStyleProperty BorderRight

BorderLineWidth

public static final OdfStyleProperty BorderLineWidth

BorderLineWidthTop

public static final OdfStyleProperty BorderLineWidthTop

BorderLineWidthBottom

public static final OdfStyleProperty BorderLineWidthBottom

BorderLineWidthLeft

public static final OdfStyleProperty BorderLineWidthLeft

BorderLineWidthRight

public static final OdfStyleProperty BorderLineWidthRight

Padding

public static final OdfStyleProperty Padding

PaddingTop

public static final OdfStyleProperty PaddingTop

PaddingBottom

public static final OdfStyleProperty PaddingBottom

PaddingLeft

public static final OdfStyleProperty PaddingLeft

PaddingRight

public static final OdfStyleProperty PaddingRight

Shadow

public static final OdfStyleProperty Shadow

BackgroundColor

public static final OdfStyleProperty BackgroundColor

RegisterTruthRefStyleName

public static final OdfStyleProperty RegisterTruthRefStyleName

Print

public static final OdfStyleProperty Print

PrintPageOrder

public static final OdfStyleProperty PrintPageOrder

FirstPageNumber

public static final OdfStyleProperty FirstPageNumber

ScaleTo

public static final OdfStyleProperty ScaleTo

ScaleToPages

public static final OdfStyleProperty ScaleToPages

TableCentering

public static final OdfStyleProperty TableCentering

FootnoteMaxHeight

public static final OdfStyleProperty FootnoteMaxHeight

WritingMode

public static final OdfStyleProperty WritingMode

LayoutGridMode

public static final OdfStyleProperty LayoutGridMode

LayoutGridStandardMode

public static final OdfStyleProperty LayoutGridStandardMode

LayoutGridBaseHeight

public static final OdfStyleProperty LayoutGridBaseHeight

LayoutGridRubyHeight

public static final OdfStyleProperty LayoutGridRubyHeight

LayoutGridLines

public static final OdfStyleProperty LayoutGridLines

LayoutGridBaseWidth

public static final OdfStyleProperty LayoutGridBaseWidth

LayoutGridColor

public static final OdfStyleProperty LayoutGridColor

LayoutGridRubyBelow

public static final OdfStyleProperty LayoutGridRubyBelow

LayoutGridPrint

public static final OdfStyleProperty LayoutGridPrint

LayoutGridDisplay

public static final OdfStyleProperty LayoutGridDisplay

LayoutGridSnapTo

public static final OdfStyleProperty LayoutGridSnapTo
Constructor Detail

StylePageLayoutPropertiesElement

public StylePageLayoutPropertiesElement(OdfFileDom ownerDoc)
Create the instance of StylePageLayoutPropertiesElement

Parameters:
ownerDoc - The type is OdfFileDom
Method Detail

getOdfName

public OdfName getOdfName()
Get the element name

Specified by:
getOdfName in class OdfElement
Returns:
return OdfName the name of element .

getFoPageWidthAttribute

public java.lang.String getFoPageWidthAttribute()
Receives the value of the ODFDOM attribute representation FoPageWidthAttribute , See

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

setFoPageWidthAttribute

public void setFoPageWidthAttribute(java.lang.String foPageWidthValue)
Sets the value of ODFDOM attribute representation FoPageWidthAttribute , See

Parameters:
foPageWidthValue - The type is String

getFoPageHeightAttribute

public java.lang.String getFoPageHeightAttribute()
Receives the value of the ODFDOM attribute representation FoPageHeightAttribute , See

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

setFoPageHeightAttribute

public void setFoPageHeightAttribute(java.lang.String foPageHeightValue)
Sets the value of ODFDOM attribute representation FoPageHeightAttribute , See

Parameters:
foPageHeightValue - The type is String

getStyleNumFormatAttribute

public java.lang.String getStyleNumFormatAttribute()
Receives the value of the ODFDOM attribute representation StyleNumFormatAttribute , See

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

setStyleNumFormatAttribute

public void setStyleNumFormatAttribute(java.lang.String styleNumFormatValue)
Sets the value of ODFDOM attribute representation StyleNumFormatAttribute , See

Parameters:
styleNumFormatValue - The type is String

getStyleNumLetterSyncAttribute

public java.lang.Boolean getStyleNumLetterSyncAttribute()
Receives the value of the ODFDOM attribute representation StyleNumLetterSyncAttribute , See

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

setStyleNumLetterSyncAttribute

public void setStyleNumLetterSyncAttribute(java.lang.Boolean styleNumLetterSyncValue)
Sets the value of ODFDOM attribute representation StyleNumLetterSyncAttribute , See

Parameters:
styleNumLetterSyncValue - The type is Boolean

getStyleNumPrefixAttribute

public java.lang.String getStyleNumPrefixAttribute()
Receives the value of the ODFDOM attribute representation StyleNumPrefixAttribute , See

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

setStyleNumPrefixAttribute

public void setStyleNumPrefixAttribute(java.lang.String styleNumPrefixValue)
Sets the value of ODFDOM attribute representation StyleNumPrefixAttribute , See

Parameters:
styleNumPrefixValue - The type is String

getStyleNumSuffixAttribute

public java.lang.String getStyleNumSuffixAttribute()
Receives the value of the ODFDOM attribute representation StyleNumSuffixAttribute , See

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

setStyleNumSuffixAttribute

public void setStyleNumSuffixAttribute(java.lang.String styleNumSuffixValue)
Sets the value of ODFDOM attribute representation StyleNumSuffixAttribute , See

Parameters:
styleNumSuffixValue - The type is String

getStylePaperTrayNameAttribute

public java.lang.String getStylePaperTrayNameAttribute()
Receives the value of the ODFDOM attribute representation StylePaperTrayNameAttribute , See

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

setStylePaperTrayNameAttribute

public void setStylePaperTrayNameAttribute(java.lang.String stylePaperTrayNameValue)
Sets the value of ODFDOM attribute representation StylePaperTrayNameAttribute , See

Parameters:
stylePaperTrayNameValue - The type is String

getStylePrintOrientationAttribute

public java.lang.String getStylePrintOrientationAttribute()
Receives the value of the ODFDOM attribute representation StylePrintOrientationAttribute , See

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

setStylePrintOrientationAttribute

public void setStylePrintOrientationAttribute(java.lang.String stylePrintOrientationValue)
Sets the value of ODFDOM attribute representation StylePrintOrientationAttribute , See

Parameters:
stylePrintOrientationValue - The type is String

getFoMarginLeftAttribute

public java.lang.String getFoMarginLeftAttribute()
Receives the value of the ODFDOM attribute representation FoMarginLeftAttribute , See

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

setFoMarginLeftAttribute

public void setFoMarginLeftAttribute(java.lang.String foMarginLeftValue)
Sets the value of ODFDOM attribute representation FoMarginLeftAttribute , See

Parameters:
foMarginLeftValue - The type is String

getFoMarginRightAttribute

public java.lang.String getFoMarginRightAttribute()
Receives the value of the ODFDOM attribute representation FoMarginRightAttribute , See

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

setFoMarginRightAttribute

public void setFoMarginRightAttribute(java.lang.String foMarginRightValue)
Sets the value of ODFDOM attribute representation FoMarginRightAttribute , See

Parameters:
foMarginRightValue - The type is String

getFoMarginTopAttribute

public java.lang.String getFoMarginTopAttribute()
Receives the value of the ODFDOM attribute representation FoMarginTopAttribute , See

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

setFoMarginTopAttribute

public void setFoMarginTopAttribute(java.lang.String foMarginTopValue)
Sets the value of ODFDOM attribute representation FoMarginTopAttribute , See

Parameters:
foMarginTopValue - The type is String

getFoMarginBottomAttribute

public java.lang.String getFoMarginBottomAttribute()
Receives the value of the ODFDOM attribute representation FoMarginBottomAttribute , See

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

setFoMarginBottomAttribute

public void setFoMarginBottomAttribute(java.lang.String foMarginBottomValue)
Sets the value of ODFDOM attribute representation FoMarginBottomAttribute , See

Parameters:
foMarginBottomValue - The type is String

getFoMarginAttribute

public java.lang.String getFoMarginAttribute()
Receives the value of the ODFDOM attribute representation FoMarginAttribute , See

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

setFoMarginAttribute

public void setFoMarginAttribute(java.lang.String foMarginValue)
Sets the value of ODFDOM attribute representation FoMarginAttribute , See

Parameters:
foMarginValue - The type is String

getFoBorderAttribute

public java.lang.String getFoBorderAttribute()
Receives the value of the ODFDOM attribute representation FoBorderAttribute , See

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

setFoBorderAttribute

public void setFoBorderAttribute(java.lang.String foBorderValue)
Sets the value of ODFDOM attribute representation FoBorderAttribute , See

Parameters:
foBorderValue - The type is String

getFoBorderTopAttribute

public java.lang.String getFoBorderTopAttribute()
Receives the value of the ODFDOM attribute representation FoBorderTopAttribute , See

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

setFoBorderTopAttribute

public void setFoBorderTopAttribute(java.lang.String foBorderTopValue)
Sets the value of ODFDOM attribute representation FoBorderTopAttribute , See

Parameters:
foBorderTopValue - The type is String

getFoBorderBottomAttribute

public java.lang.String getFoBorderBottomAttribute()
Receives the value of the ODFDOM attribute representation FoBorderBottomAttribute , See

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

setFoBorderBottomAttribute

public void setFoBorderBottomAttribute(java.lang.String foBorderBottomValue)
Sets the value of ODFDOM attribute representation FoBorderBottomAttribute , See

Parameters:
foBorderBottomValue - The type is String

getFoBorderLeftAttribute

public java.lang.String getFoBorderLeftAttribute()
Receives the value of the ODFDOM attribute representation FoBorderLeftAttribute , See

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

setFoBorderLeftAttribute

public void setFoBorderLeftAttribute(java.lang.String foBorderLeftValue)
Sets the value of ODFDOM attribute representation FoBorderLeftAttribute , See

Parameters:
foBorderLeftValue - The type is String

getFoBorderRightAttribute

public java.lang.String getFoBorderRightAttribute()
Receives the value of the ODFDOM attribute representation FoBorderRightAttribute , See

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

setFoBorderRightAttribute

public void setFoBorderRightAttribute(java.lang.String foBorderRightValue)
Sets the value of ODFDOM attribute representation FoBorderRightAttribute , See

Parameters:
foBorderRightValue - The type is String

getStyleBorderLineWidthAttribute

public java.lang.String getStyleBorderLineWidthAttribute()
Receives the value of the ODFDOM attribute representation StyleBorderLineWidthAttribute , See

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

setStyleBorderLineWidthAttribute

public void setStyleBorderLineWidthAttribute(java.lang.String styleBorderLineWidthValue)
Sets the value of ODFDOM attribute representation StyleBorderLineWidthAttribute , See

Parameters:
styleBorderLineWidthValue - The type is String

getStyleBorderLineWidthTopAttribute

public java.lang.String getStyleBorderLineWidthTopAttribute()
Receives the value of the ODFDOM attribute representation StyleBorderLineWidthTopAttribute , See

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

setStyleBorderLineWidthTopAttribute

public void setStyleBorderLineWidthTopAttribute(java.lang.String styleBorderLineWidthTopValue)
Sets the value of ODFDOM attribute representation StyleBorderLineWidthTopAttribute , See

Parameters:
styleBorderLineWidthTopValue - The type is String

getStyleBorderLineWidthBottomAttribute

public java.lang.String getStyleBorderLineWidthBottomAttribute()
Receives the value of the ODFDOM attribute representation StyleBorderLineWidthBottomAttribute , See

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

setStyleBorderLineWidthBottomAttribute

public void setStyleBorderLineWidthBottomAttribute(java.lang.String styleBorderLineWidthBottomValue)
Sets the value of ODFDOM attribute representation StyleBorderLineWidthBottomAttribute , See

Parameters:
styleBorderLineWidthBottomValue - The type is String

getStyleBorderLineWidthLeftAttribute

public java.lang.String getStyleBorderLineWidthLeftAttribute()
Receives the value of the ODFDOM attribute representation StyleBorderLineWidthLeftAttribute , See

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

setStyleBorderLineWidthLeftAttribute

public void setStyleBorderLineWidthLeftAttribute(java.lang.String styleBorderLineWidthLeftValue)
Sets the value of ODFDOM attribute representation StyleBorderLineWidthLeftAttribute , See

Parameters:
styleBorderLineWidthLeftValue - The type is String

getStyleBorderLineWidthRightAttribute

public java.lang.String getStyleBorderLineWidthRightAttribute()
Receives the value of the ODFDOM attribute representation StyleBorderLineWidthRightAttribute , See

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

setStyleBorderLineWidthRightAttribute

public void setStyleBorderLineWidthRightAttribute(java.lang.String styleBorderLineWidthRightValue)
Sets the value of ODFDOM attribute representation StyleBorderLineWidthRightAttribute , See

Parameters:
styleBorderLineWidthRightValue - The type is String

getFoPaddingAttribute

public java.lang.String getFoPaddingAttribute()
Receives the value of the ODFDOM attribute representation FoPaddingAttribute , See

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

setFoPaddingAttribute

public void setFoPaddingAttribute(java.lang.String foPaddingValue)
Sets the value of ODFDOM attribute representation FoPaddingAttribute , See

Parameters:
foPaddingValue - The type is String

getFoPaddingTopAttribute

public java.lang.String getFoPaddingTopAttribute()
Receives the value of the ODFDOM attribute representation FoPaddingTopAttribute , See

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

setFoPaddingTopAttribute

public void setFoPaddingTopAttribute(java.lang.String foPaddingTopValue)
Sets the value of ODFDOM attribute representation FoPaddingTopAttribute , See

Parameters:
foPaddingTopValue - The type is String

getFoPaddingBottomAttribute

public java.lang.String getFoPaddingBottomAttribute()
Receives the value of the ODFDOM attribute representation FoPaddingBottomAttribute , See

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

setFoPaddingBottomAttribute

public void setFoPaddingBottomAttribute(java.lang.String foPaddingBottomValue)
Sets the value of ODFDOM attribute representation FoPaddingBottomAttribute , See

Parameters:
foPaddingBottomValue - The type is String

getFoPaddingLeftAttribute

public java.lang.String getFoPaddingLeftAttribute()
Receives the value of the ODFDOM attribute representation FoPaddingLeftAttribute , See

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

setFoPaddingLeftAttribute

public void setFoPaddingLeftAttribute(java.lang.String foPaddingLeftValue)
Sets the value of ODFDOM attribute representation FoPaddingLeftAttribute , See

Parameters:
foPaddingLeftValue - The type is String

getFoPaddingRightAttribute

public java.lang.String getFoPaddingRightAttribute()
Receives the value of the ODFDOM attribute representation FoPaddingRightAttribute , See

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

setFoPaddingRightAttribute

public void setFoPaddingRightAttribute(java.lang.String foPaddingRightValue)
Sets the value of ODFDOM attribute representation FoPaddingRightAttribute , See

Parameters:
foPaddingRightValue - The type is String

getStyleShadowAttribute

public java.lang.String getStyleShadowAttribute()
Receives the value of the ODFDOM attribute representation StyleShadowAttribute , See

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

setStyleShadowAttribute

public void setStyleShadowAttribute(java.lang.String styleShadowValue)
Sets the value of ODFDOM attribute representation StyleShadowAttribute , See

Parameters:
styleShadowValue - The type is String

getFoBackgroundColorAttribute

public java.lang.String getFoBackgroundColorAttribute()
Receives the value of the ODFDOM attribute representation FoBackgroundColorAttribute , See

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

setFoBackgroundColorAttribute

public void setFoBackgroundColorAttribute(java.lang.String foBackgroundColorValue)
Sets the value of ODFDOM attribute representation FoBackgroundColorAttribute , See

Parameters:
foBackgroundColorValue - The type is String

getStyleRegisterTruthRefStyleNameAttribute

public java.lang.String getStyleRegisterTruthRefStyleNameAttribute()
Receives the value of the ODFDOM attribute representation StyleRegisterTruthRefStyleNameAttribute , See

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

setStyleRegisterTruthRefStyleNameAttribute

public void setStyleRegisterTruthRefStyleNameAttribute(java.lang.String styleRegisterTruthRefStyleNameValue)
Sets the value of ODFDOM attribute representation StyleRegisterTruthRefStyleNameAttribute , See

Parameters:
styleRegisterTruthRefStyleNameValue - The type is String

getStylePrintAttribute

public java.lang.String getStylePrintAttribute()
Receives the value of the ODFDOM attribute representation StylePrintAttribute , See

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

setStylePrintAttribute

public void setStylePrintAttribute(java.lang.String stylePrintValue)
Sets the value of ODFDOM attribute representation StylePrintAttribute , See

Parameters:
stylePrintValue - The type is String

getStylePrintPageOrderAttribute

public java.lang.String getStylePrintPageOrderAttribute()
Receives the value of the ODFDOM attribute representation StylePrintPageOrderAttribute , See

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

setStylePrintPageOrderAttribute

public void setStylePrintPageOrderAttribute(java.lang.String stylePrintPageOrderValue)
Sets the value of ODFDOM attribute representation StylePrintPageOrderAttribute , See

Parameters:
stylePrintPageOrderValue - The type is String

getStyleFirstPageNumberAttribute

public java.lang.String getStyleFirstPageNumberAttribute()
Receives the value of the ODFDOM attribute representation StyleFirstPageNumberAttribute , See

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

setStyleFirstPageNumberAttribute

public void setStyleFirstPageNumberAttribute(java.lang.String styleFirstPageNumberValue)
Sets the value of ODFDOM attribute representation StyleFirstPageNumberAttribute , See

Parameters:
styleFirstPageNumberValue - The type is String

getStyleScaleToAttribute

public java.lang.String getStyleScaleToAttribute()
Receives the value of the ODFDOM attribute representation StyleScaleToAttribute , See

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

setStyleScaleToAttribute

public void setStyleScaleToAttribute(java.lang.String styleScaleToValue)
Sets the value of ODFDOM attribute representation StyleScaleToAttribute , See

Parameters:
styleScaleToValue - The type is String

getStyleScaleToPagesAttribute

public java.lang.Integer getStyleScaleToPagesAttribute()
Receives the value of the ODFDOM attribute representation StyleScaleToPagesAttribute , See

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

setStyleScaleToPagesAttribute

public void setStyleScaleToPagesAttribute(java.lang.Integer styleScaleToPagesValue)
Sets the value of ODFDOM attribute representation StyleScaleToPagesAttribute , See

Parameters:
styleScaleToPagesValue - The type is Integer

getStyleTableCenteringAttribute

public java.lang.String getStyleTableCenteringAttribute()
Receives the value of the ODFDOM attribute representation StyleTableCenteringAttribute , See

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

setStyleTableCenteringAttribute

public void setStyleTableCenteringAttribute(java.lang.String styleTableCenteringValue)
Sets the value of ODFDOM attribute representation StyleTableCenteringAttribute , See

Parameters:
styleTableCenteringValue - The type is String

getStyleFootnoteMaxHeightAttribute

public java.lang.String getStyleFootnoteMaxHeightAttribute()
Receives the value of the ODFDOM attribute representation StyleFootnoteMaxHeightAttribute , See

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

setStyleFootnoteMaxHeightAttribute

public void setStyleFootnoteMaxHeightAttribute(java.lang.String styleFootnoteMaxHeightValue)
Sets the value of ODFDOM attribute representation StyleFootnoteMaxHeightAttribute , See

Parameters:
styleFootnoteMaxHeightValue - The type is String

getStyleWritingModeAttribute

public java.lang.String getStyleWritingModeAttribute()
Receives the value of the ODFDOM attribute representation StyleWritingModeAttribute , See

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

setStyleWritingModeAttribute

public void setStyleWritingModeAttribute(java.lang.String styleWritingModeValue)
Sets the value of ODFDOM attribute representation StyleWritingModeAttribute , See

Parameters:
styleWritingModeValue - The type is String

getStyleLayoutGridModeAttribute

public java.lang.String getStyleLayoutGridModeAttribute()
Receives the value of the ODFDOM attribute representation StyleLayoutGridModeAttribute , See

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

setStyleLayoutGridModeAttribute

public void setStyleLayoutGridModeAttribute(java.lang.String styleLayoutGridModeValue)
Sets the value of ODFDOM attribute representation StyleLayoutGridModeAttribute , See

Parameters:
styleLayoutGridModeValue - The type is String

getStyleLayoutGridStandardModeAttribute

public java.lang.Boolean getStyleLayoutGridStandardModeAttribute()
Receives the value of the ODFDOM attribute representation StyleLayoutGridStandardModeAttribute , See

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

setStyleLayoutGridStandardModeAttribute

public void setStyleLayoutGridStandardModeAttribute(java.lang.Boolean styleLayoutGridStandardModeValue)
Sets the value of ODFDOM attribute representation StyleLayoutGridStandardModeAttribute , See

Parameters:
styleLayoutGridStandardModeValue - The type is Boolean

getStyleLayoutGridBaseHeightAttribute

public java.lang.String getStyleLayoutGridBaseHeightAttribute()
Receives the value of the ODFDOM attribute representation StyleLayoutGridBaseHeightAttribute , See

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

setStyleLayoutGridBaseHeightAttribute

public void setStyleLayoutGridBaseHeightAttribute(java.lang.String styleLayoutGridBaseHeightValue)
Sets the value of ODFDOM attribute representation StyleLayoutGridBaseHeightAttribute , See

Parameters:
styleLayoutGridBaseHeightValue - The type is String

getStyleLayoutGridRubyHeightAttribute

public java.lang.String getStyleLayoutGridRubyHeightAttribute()
Receives the value of the ODFDOM attribute representation StyleLayoutGridRubyHeightAttribute , See

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

setStyleLayoutGridRubyHeightAttribute

public void setStyleLayoutGridRubyHeightAttribute(java.lang.String styleLayoutGridRubyHeightValue)
Sets the value of ODFDOM attribute representation StyleLayoutGridRubyHeightAttribute , See

Parameters:
styleLayoutGridRubyHeightValue - The type is String

getStyleLayoutGridLinesAttribute

public java.lang.Integer getStyleLayoutGridLinesAttribute()
Receives the value of the ODFDOM attribute representation StyleLayoutGridLinesAttribute , See

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

setStyleLayoutGridLinesAttribute

public void setStyleLayoutGridLinesAttribute(java.lang.Integer styleLayoutGridLinesValue)
Sets the value of ODFDOM attribute representation StyleLayoutGridLinesAttribute , See

Parameters:
styleLayoutGridLinesValue - The type is Integer

getStyleLayoutGridBaseWidthAttribute

public java.lang.String getStyleLayoutGridBaseWidthAttribute()
Receives the value of the ODFDOM attribute representation StyleLayoutGridBaseWidthAttribute , See

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

setStyleLayoutGridBaseWidthAttribute

public void setStyleLayoutGridBaseWidthAttribute(java.lang.String styleLayoutGridBaseWidthValue)
Sets the value of ODFDOM attribute representation StyleLayoutGridBaseWidthAttribute , See

Parameters:
styleLayoutGridBaseWidthValue - The type is String

getStyleLayoutGridColorAttribute

public java.lang.String getStyleLayoutGridColorAttribute()
Receives the value of the ODFDOM attribute representation StyleLayoutGridColorAttribute , See

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

setStyleLayoutGridColorAttribute

public void setStyleLayoutGridColorAttribute(java.lang.String styleLayoutGridColorValue)
Sets the value of ODFDOM attribute representation StyleLayoutGridColorAttribute , See

Parameters:
styleLayoutGridColorValue - The type is String

getStyleLayoutGridRubyBelowAttribute

public java.lang.Boolean getStyleLayoutGridRubyBelowAttribute()
Receives the value of the ODFDOM attribute representation StyleLayoutGridRubyBelowAttribute , See

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

setStyleLayoutGridRubyBelowAttribute

public void setStyleLayoutGridRubyBelowAttribute(java.lang.Boolean styleLayoutGridRubyBelowValue)
Sets the value of ODFDOM attribute representation StyleLayoutGridRubyBelowAttribute , See

Parameters:
styleLayoutGridRubyBelowValue - The type is Boolean

getStyleLayoutGridPrintAttribute

public java.lang.Boolean getStyleLayoutGridPrintAttribute()
Receives the value of the ODFDOM attribute representation StyleLayoutGridPrintAttribute , See

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

setStyleLayoutGridPrintAttribute

public void setStyleLayoutGridPrintAttribute(java.lang.Boolean styleLayoutGridPrintValue)
Sets the value of ODFDOM attribute representation StyleLayoutGridPrintAttribute , See

Parameters:
styleLayoutGridPrintValue - The type is Boolean

getStyleLayoutGridDisplayAttribute

public java.lang.Boolean getStyleLayoutGridDisplayAttribute()
Receives the value of the ODFDOM attribute representation StyleLayoutGridDisplayAttribute , See

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

setStyleLayoutGridDisplayAttribute

public void setStyleLayoutGridDisplayAttribute(java.lang.Boolean styleLayoutGridDisplayValue)
Sets the value of ODFDOM attribute representation StyleLayoutGridDisplayAttribute , See

Parameters:
styleLayoutGridDisplayValue - The type is Boolean

getStyleLayoutGridSnapToAttribute

public java.lang.Boolean getStyleLayoutGridSnapToAttribute()
Receives the value of the ODFDOM attribute representation StyleLayoutGridSnapToAttribute , See

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

setStyleLayoutGridSnapToAttribute

public void setStyleLayoutGridSnapToAttribute(java.lang.Boolean styleLayoutGridSnapToValue)
Sets the value of ODFDOM attribute representation StyleLayoutGridSnapToAttribute , See

Parameters:
styleLayoutGridSnapToValue - The type is Boolean

newOfficeBinaryDataElement

public OfficeBinaryDataElement newOfficeBinaryDataElement()
Create child element .

Returns:
return the element DifferentQName

newStyleColumnSepElement

public StyleColumnSepElement newStyleColumnSepElement(java.lang.String styleWidthAttributeValue)
Create child element .

Parameters:
styleWidthAttributeValue - the String value of StyleWidthAttribute, see at specification
Returns:
return the element DifferentQName

newStyleColumnElement

public StyleColumnElement newStyleColumnElement(java.lang.String styleRelWidthAttributeValue)
Create child element .

Parameters:
styleRelWidthAttributeValue - the String value of StyleRelWidthAttribute, see at specification
Returns:
return the element DifferentQName


Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.