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

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.pkg.OdfElement
                          extended by org.odftoolkit.odfdom.dom.element.OdfStylePropertiesBase
                              extended by org.odftoolkit.odfdom.dom.element.style.StyleHeaderFooterPropertiesElement
All Implemented Interfaces:
Serializable, Cloneable, Element, EventTarget, Node, NodeList, TypeInfo

public class StyleHeaderFooterPropertiesElement
extends OdfStylePropertiesBase

DOM implementation of OpenDocument element style:header-footer-properties.

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 OdfStyleProperty DynamicSpacing
           
static OdfName ELEMENT_NAME
           
static OdfStyleProperty Height
           
static OdfStyleProperty Margin
           
static OdfStyleProperty MarginBottom
           
static OdfStyleProperty MarginLeft
           
static OdfStyleProperty MarginRight
           
static OdfStyleProperty MarginTop
           
static OdfStyleProperty MinHeight
           
static OdfStyleProperty Padding
           
static OdfStyleProperty PaddingBottom
           
static OdfStyleProperty PaddingLeft
           
static OdfStyleProperty PaddingRight
           
static OdfStyleProperty PaddingTop
           
static OdfStyleProperty Shadow
           
 
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
StyleHeaderFooterPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleHeaderFooterPropertiesElement
 
Method Summary
 void accept(ElementVisitor visitor)
          Accept an visitor instance to allow the visitor to do some operations.
 String getFoBackgroundColorAttribute()
          Receives the value of the ODFDOM attribute representation FoBackgroundColorAttribute , See fo:background-color
 String getFoBorderAttribute()
          Receives the value of the ODFDOM attribute representation FoBorderAttribute , See fo:border
 String getFoBorderBottomAttribute()
          Receives the value of the ODFDOM attribute representation FoBorderBottomAttribute , See fo:border-bottom
 String getFoBorderLeftAttribute()
          Receives the value of the ODFDOM attribute representation FoBorderLeftAttribute , See fo:border-left
 String getFoBorderRightAttribute()
          Receives the value of the ODFDOM attribute representation FoBorderRightAttribute , See fo:border-right
 String getFoBorderTopAttribute()
          Receives the value of the ODFDOM attribute representation FoBorderTopAttribute , See fo:border-top
 String getFoMarginAttribute()
          Receives the value of the ODFDOM attribute representation FoMarginAttribute , See fo:margin
 String getFoMarginBottomAttribute()
          Receives the value of the ODFDOM attribute representation FoMarginBottomAttribute , See fo:margin-bottom
 String getFoMarginLeftAttribute()
          Receives the value of the ODFDOM attribute representation FoMarginLeftAttribute , See fo:margin-left
 String getFoMarginRightAttribute()
          Receives the value of the ODFDOM attribute representation FoMarginRightAttribute , See fo:margin-right
 String getFoMarginTopAttribute()
          Receives the value of the ODFDOM attribute representation FoMarginTopAttribute , See fo:margin-top
 String getFoMinHeightAttribute()
          Receives the value of the ODFDOM attribute representation FoMinHeightAttribute , See fo:min-height
 String getFoPaddingAttribute()
          Receives the value of the ODFDOM attribute representation FoPaddingAttribute , See fo:padding
 String getFoPaddingBottomAttribute()
          Receives the value of the ODFDOM attribute representation FoPaddingBottomAttribute , See fo:padding-bottom
 String getFoPaddingLeftAttribute()
          Receives the value of the ODFDOM attribute representation FoPaddingLeftAttribute , See fo:padding-left
 String getFoPaddingRightAttribute()
          Receives the value of the ODFDOM attribute representation FoPaddingRightAttribute , See fo:padding-right
 String getFoPaddingTopAttribute()
          Receives the value of the ODFDOM attribute representation FoPaddingTopAttribute , See fo:padding-top
 OdfName getOdfName()
          Get the element name
 String getStyleBorderLineWidthAttribute()
          Receives the value of the ODFDOM attribute representation StyleBorderLineWidthAttribute , See style:border-line-width
 String getStyleBorderLineWidthBottomAttribute()
          Receives the value of the ODFDOM attribute representation StyleBorderLineWidthBottomAttribute , See style:border-line-width-bottom
 String getStyleBorderLineWidthLeftAttribute()
          Receives the value of the ODFDOM attribute representation StyleBorderLineWidthLeftAttribute , See style:border-line-width-left
 String getStyleBorderLineWidthRightAttribute()
          Receives the value of the ODFDOM attribute representation StyleBorderLineWidthRightAttribute , See style:border-line-width-right
 String getStyleBorderLineWidthTopAttribute()
          Receives the value of the ODFDOM attribute representation StyleBorderLineWidthTopAttribute , See style:border-line-width-top
 Boolean getStyleDynamicSpacingAttribute()
          Receives the value of the ODFDOM attribute representation StyleDynamicSpacingAttribute , See style:dynamic-spacing
 String getStyleShadowAttribute()
          Receives the value of the ODFDOM attribute representation StyleShadowAttribute , See style:shadow
 String getSvgHeightAttribute()
          Receives the value of the ODFDOM attribute representation SvgHeightAttribute , See svg:height
 StyleBackgroundImageElement newStyleBackgroundImageElement()
          Create child element style:background-image.
 void setFoBackgroundColorAttribute(String foBackgroundColorValue)
          Sets the value of ODFDOM attribute representation FoBackgroundColorAttribute , See fo:background-color
 void setFoBorderAttribute(String foBorderValue)
          Sets the value of ODFDOM attribute representation FoBorderAttribute , See fo:border
 void setFoBorderBottomAttribute(String foBorderBottomValue)
          Sets the value of ODFDOM attribute representation FoBorderBottomAttribute , See fo:border-bottom
 void setFoBorderLeftAttribute(String foBorderLeftValue)
          Sets the value of ODFDOM attribute representation FoBorderLeftAttribute , See fo:border-left
 void setFoBorderRightAttribute(String foBorderRightValue)
          Sets the value of ODFDOM attribute representation FoBorderRightAttribute , See fo:border-right
 void setFoBorderTopAttribute(String foBorderTopValue)
          Sets the value of ODFDOM attribute representation FoBorderTopAttribute , See fo:border-top
 void setFoMarginAttribute(String foMarginValue)
          Sets the value of ODFDOM attribute representation FoMarginAttribute , See fo:margin
 void setFoMarginBottomAttribute(String foMarginBottomValue)
          Sets the value of ODFDOM attribute representation FoMarginBottomAttribute , See fo:margin-bottom
 void setFoMarginLeftAttribute(String foMarginLeftValue)
          Sets the value of ODFDOM attribute representation FoMarginLeftAttribute , See fo:margin-left
 void setFoMarginRightAttribute(String foMarginRightValue)
          Sets the value of ODFDOM attribute representation FoMarginRightAttribute , See fo:margin-right
 void setFoMarginTopAttribute(String foMarginTopValue)
          Sets the value of ODFDOM attribute representation FoMarginTopAttribute , See fo:margin-top
 void setFoMinHeightAttribute(String foMinHeightValue)
          Sets the value of ODFDOM attribute representation FoMinHeightAttribute , See fo:min-height
 void setFoPaddingAttribute(String foPaddingValue)
          Sets the value of ODFDOM attribute representation FoPaddingAttribute , See fo:padding
 void setFoPaddingBottomAttribute(String foPaddingBottomValue)
          Sets the value of ODFDOM attribute representation FoPaddingBottomAttribute , See fo:padding-bottom
 void setFoPaddingLeftAttribute(String foPaddingLeftValue)
          Sets the value of ODFDOM attribute representation FoPaddingLeftAttribute , See fo:padding-left
 void setFoPaddingRightAttribute(String foPaddingRightValue)
          Sets the value of ODFDOM attribute representation FoPaddingRightAttribute , See fo:padding-right
 void setFoPaddingTopAttribute(String foPaddingTopValue)
          Sets the value of ODFDOM attribute representation FoPaddingTopAttribute , See fo:padding-top
 void setStyleBorderLineWidthAttribute(String styleBorderLineWidthValue)
          Sets the value of ODFDOM attribute representation StyleBorderLineWidthAttribute , See style:border-line-width
 void setStyleBorderLineWidthBottomAttribute(String styleBorderLineWidthBottomValue)
          Sets the value of ODFDOM attribute representation StyleBorderLineWidthBottomAttribute , See style:border-line-width-bottom
 void setStyleBorderLineWidthLeftAttribute(String styleBorderLineWidthLeftValue)
          Sets the value of ODFDOM attribute representation StyleBorderLineWidthLeftAttribute , See style:border-line-width-left
 void setStyleBorderLineWidthRightAttribute(String styleBorderLineWidthRightValue)
          Sets the value of ODFDOM attribute representation StyleBorderLineWidthRightAttribute , See style:border-line-width-right
 void setStyleBorderLineWidthTopAttribute(String styleBorderLineWidthTopValue)
          Sets the value of ODFDOM attribute representation StyleBorderLineWidthTopAttribute , See style:border-line-width-top
 void setStyleDynamicSpacingAttribute(Boolean styleDynamicSpacingValue)
          Sets the value of ODFDOM attribute representation StyleDynamicSpacingAttribute , See style:dynamic-spacing
 void setStyleShadowAttribute(String styleShadowValue)
          Sets the value of ODFDOM attribute representation StyleShadowAttribute , See style:shadow
 void setSvgHeightAttribute(String svgHeightValue)
          Sets the value of ODFDOM attribute representation SvgHeightAttribute , See svg:height
 
Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfStylePropertiesBase
hashCode
 
Methods inherited from class org.odftoolkit.odfdom.pkg.OdfElement
cloneNode, cloneOdfElement, 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

BackgroundColor

public static final OdfStyleProperty BackgroundColor

Border

public static final OdfStyleProperty Border

BorderBottom

public static final OdfStyleProperty BorderBottom

BorderLeft

public static final OdfStyleProperty BorderLeft

BorderRight

public static final OdfStyleProperty BorderRight

BorderTop

public static final OdfStyleProperty BorderTop

Margin

public static final OdfStyleProperty Margin

MarginBottom

public static final OdfStyleProperty MarginBottom

MarginLeft

public static final OdfStyleProperty MarginLeft

MarginRight

public static final OdfStyleProperty MarginRight

MarginTop

public static final OdfStyleProperty MarginTop

MinHeight

public static final OdfStyleProperty MinHeight

Padding

public static final OdfStyleProperty Padding

PaddingBottom

public static final OdfStyleProperty PaddingBottom

PaddingLeft

public static final OdfStyleProperty PaddingLeft

PaddingRight

public static final OdfStyleProperty PaddingRight

PaddingTop

public static final OdfStyleProperty PaddingTop

BorderLineWidth

public static final OdfStyleProperty BorderLineWidth

BorderLineWidthBottom

public static final OdfStyleProperty BorderLineWidthBottom

BorderLineWidthLeft

public static final OdfStyleProperty BorderLineWidthLeft

BorderLineWidthRight

public static final OdfStyleProperty BorderLineWidthRight

BorderLineWidthTop

public static final OdfStyleProperty BorderLineWidthTop

DynamicSpacing

public static final OdfStyleProperty DynamicSpacing

Shadow

public static final OdfStyleProperty Shadow

Height

public static final OdfStyleProperty Height
Constructor Detail

StyleHeaderFooterPropertiesElement

public StyleHeaderFooterPropertiesElement(OdfFileDom ownerDoc)
Create the instance of StyleHeaderFooterPropertiesElement

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 style:header-footer-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

getFoMinHeightAttribute

public String getFoMinHeightAttribute()
Receives the value of the ODFDOM attribute representation FoMinHeightAttribute , See fo:min-height

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

setFoMinHeightAttribute

public void setFoMinHeightAttribute(String foMinHeightValue)
Sets the value of ODFDOM attribute representation FoMinHeightAttribute , See fo:min-height

Parameters:
foMinHeightValue - 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

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

getStyleDynamicSpacingAttribute

public Boolean getStyleDynamicSpacingAttribute()
Receives the value of the ODFDOM attribute representation StyleDynamicSpacingAttribute , See style:dynamic-spacing

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

setStyleDynamicSpacingAttribute

public void setStyleDynamicSpacingAttribute(Boolean styleDynamicSpacingValue)
Sets the value of ODFDOM attribute representation StyleDynamicSpacingAttribute , See style:dynamic-spacing

Parameters:
styleDynamicSpacingValue - The type is Boolean

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

getSvgHeightAttribute

public String getSvgHeightAttribute()
Receives the value of the ODFDOM attribute representation SvgHeightAttribute , See svg:height

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

setSvgHeightAttribute

public void setSvgHeightAttribute(String svgHeightValue)
Sets the value of ODFDOM attribute representation SvgHeightAttribute , See svg:height

Parameters:
svgHeightValue - The type is String

newStyleBackgroundImageElement

public StyleBackgroundImageElement newStyleBackgroundImageElement()
Create child element style:background-image. Child element is new in Odf 1.2

Returns:
the element style:background-image

accept

public void accept(ElementVisitor visitor)
Description copied from class: OdfElement
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


Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.