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

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.StyleDrawingPagePropertiesElement
All Implemented Interfaces:
Serializable, Cloneable, Element, EventTarget, Node, NodeList, TypeInfo

public class StyleDrawingPagePropertiesElement
extends OdfStylePropertiesBase

DOM implementation of OpenDocument element style:drawing-page-properties.

See Also:
Serialized Form

Field Summary
static OdfStyleProperty BackgroundObjectsVisible
           
static OdfStyleProperty BackgroundSize
           
static OdfStyleProperty BackgroundVisible
           
static OdfStyleProperty Direction
           
static OdfStyleProperty DisplayDateTime
           
static OdfStyleProperty DisplayFooter
           
static OdfStyleProperty DisplayHeader
           
static OdfStyleProperty DisplayPageNumber
           
static OdfStyleProperty Duration
           
static OdfName ELEMENT_NAME
           
static OdfStyleProperty FadeColor
           
static OdfStyleProperty Fill
           
static OdfStyleProperty FillColor
           
static OdfStyleProperty FillGradientName
           
static OdfStyleProperty FillHatchName
           
static OdfStyleProperty FillHatchSolid
           
static OdfStyleProperty FillImageHeight
           
static OdfStyleProperty FillImageName
           
static OdfStyleProperty FillImageRefPoint
           
static OdfStyleProperty FillImageRefPointX
           
static OdfStyleProperty FillImageRefPointY
           
static OdfStyleProperty FillImageWidth
           
static OdfStyleProperty FillRule
           
static OdfStyleProperty GradientStepCount
           
static OdfStyleProperty Opacity
           
static OdfStyleProperty OpacityName
           
static OdfStyleProperty Repeat
           
static OdfStyleProperty SecondaryFillColor
           
static OdfStyleProperty Subtype
           
static OdfStyleProperty TileRepeatOffset
           
static OdfStyleProperty TransitionSpeed
           
static OdfStyleProperty TransitionStyle
           
static OdfStyleProperty TransitionType
           
static OdfStyleProperty Type
           
static OdfStyleProperty Visibility
           
 
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
StyleDrawingPagePropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleDrawingPagePropertiesElement
 
Method Summary
 void accept(ElementVisitor visitor)
          Accept an visitor instance to allow the visitor to do some operations.
 String getDrawBackgroundSizeAttribute()
          Receives the value of the ODFDOM attribute representation DrawBackgroundSizeAttribute , See draw:background-size
 String getDrawFillAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillAttribute , See draw:fill
 String getDrawFillColorAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillColorAttribute , See draw:fill-color
 String getDrawFillGradientNameAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillGradientNameAttribute , See draw:fill-gradient-name
 String getDrawFillHatchNameAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillHatchNameAttribute , See draw:fill-hatch-name
 Boolean getDrawFillHatchSolidAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillHatchSolidAttribute , See draw:fill-hatch-solid
 String getDrawFillImageHeightAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageHeightAttribute , See draw:fill-image-height
 String getDrawFillImageNameAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageNameAttribute , See draw:fill-image-name
 String getDrawFillImageRefPointAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageRefPointAttribute , See draw:fill-image-ref-point
 String getDrawFillImageRefPointXAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageRefPointXAttribute , See draw:fill-image-ref-point-x
 String getDrawFillImageRefPointYAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageRefPointYAttribute , See draw:fill-image-ref-point-y
 String getDrawFillImageWidthAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageWidthAttribute , See draw:fill-image-width
 Integer getDrawGradientStepCountAttribute()
          Receives the value of the ODFDOM attribute representation DrawGradientStepCountAttribute , See draw:gradient-step-count
 String getDrawOpacityAttribute()
          Receives the value of the ODFDOM attribute representation DrawOpacityAttribute , See draw:opacity
 String getDrawOpacityNameAttribute()
          Receives the value of the ODFDOM attribute representation DrawOpacityNameAttribute , See draw:opacity-name
 String getDrawSecondaryFillColorAttribute()
          Receives the value of the ODFDOM attribute representation DrawSecondaryFillColorAttribute , See draw:secondary-fill-color
 String getDrawTileRepeatOffsetAttribute()
          Receives the value of the ODFDOM attribute representation DrawTileRepeatOffsetAttribute , See draw:tile-repeat-offset
 OdfName getOdfName()
          Get the element name
 Boolean getPresentationBackgroundObjectsVisibleAttribute()
          Receives the value of the ODFDOM attribute representation PresentationBackgroundObjectsVisibleAttribute , See presentation:background-objects-visible
 Boolean getPresentationBackgroundVisibleAttribute()
          Receives the value of the ODFDOM attribute representation PresentationBackgroundVisibleAttribute , See presentation:background-visible
 Boolean getPresentationDisplayDateTimeAttribute()
          Receives the value of the ODFDOM attribute representation PresentationDisplayDateTimeAttribute , See presentation:display-date-time
 Boolean getPresentationDisplayFooterAttribute()
          Receives the value of the ODFDOM attribute representation PresentationDisplayFooterAttribute , See presentation:display-footer
 Boolean getPresentationDisplayHeaderAttribute()
          Receives the value of the ODFDOM attribute representation PresentationDisplayHeaderAttribute , See presentation:display-header
 Boolean getPresentationDisplayPageNumberAttribute()
          Receives the value of the ODFDOM attribute representation PresentationDisplayPageNumberAttribute , See presentation:display-page-number
 String getPresentationDurationAttribute()
          Receives the value of the ODFDOM attribute representation PresentationDurationAttribute , See presentation:duration
 String getPresentationTransitionSpeedAttribute()
          Receives the value of the ODFDOM attribute representation PresentationTransitionSpeedAttribute , See presentation:transition-speed
 String getPresentationTransitionStyleAttribute()
          Receives the value of the ODFDOM attribute representation PresentationTransitionStyleAttribute , See presentation:transition-style
 String getPresentationTransitionTypeAttribute()
          Receives the value of the ODFDOM attribute representation PresentationTransitionTypeAttribute , See presentation:transition-type
 String getPresentationVisibilityAttribute()
          Receives the value of the ODFDOM attribute representation PresentationVisibilityAttribute , See presentation:visibility
 String getSmilDirectionAttribute()
          Receives the value of the ODFDOM attribute representation SmilDirectionAttribute , See smil:direction
 String getSmilFadeColorAttribute()
          Receives the value of the ODFDOM attribute representation SmilFadeColorAttribute , See smil:fadeColor
 String getSmilSubtypeAttribute()
          Receives the value of the ODFDOM attribute representation SmilSubtypeAttribute , See smil:subtype
 String getSmilTypeAttribute()
          Receives the value of the ODFDOM attribute representation SmilTypeAttribute , See smil:type
 String getStyleRepeatAttribute()
          Receives the value of the ODFDOM attribute representation StyleRepeatAttribute , See style:repeat
 String getSvgFillRuleAttribute()
          Receives the value of the ODFDOM attribute representation SvgFillRuleAttribute , See svg:fill-rule
 PresentationSoundElement newPresentationSoundElement(String xlinkHrefValue, String xlinkTypeValue)
          Create child element presentation:sound.
 void setDrawBackgroundSizeAttribute(String drawBackgroundSizeValue)
          Sets the value of ODFDOM attribute representation DrawBackgroundSizeAttribute , See draw:background-size
 void setDrawFillAttribute(String drawFillValue)
          Sets the value of ODFDOM attribute representation DrawFillAttribute , See draw:fill
 void setDrawFillColorAttribute(String drawFillColorValue)
          Sets the value of ODFDOM attribute representation DrawFillColorAttribute , See draw:fill-color
 void setDrawFillGradientNameAttribute(String drawFillGradientNameValue)
          Sets the value of ODFDOM attribute representation DrawFillGradientNameAttribute , See draw:fill-gradient-name
 void setDrawFillHatchNameAttribute(String drawFillHatchNameValue)
          Sets the value of ODFDOM attribute representation DrawFillHatchNameAttribute , See draw:fill-hatch-name
 void setDrawFillHatchSolidAttribute(Boolean drawFillHatchSolidValue)
          Sets the value of ODFDOM attribute representation DrawFillHatchSolidAttribute , See draw:fill-hatch-solid
 void setDrawFillImageHeightAttribute(String drawFillImageHeightValue)
          Sets the value of ODFDOM attribute representation DrawFillImageHeightAttribute , See draw:fill-image-height
 void setDrawFillImageNameAttribute(String drawFillImageNameValue)
          Sets the value of ODFDOM attribute representation DrawFillImageNameAttribute , See draw:fill-image-name
 void setDrawFillImageRefPointAttribute(String drawFillImageRefPointValue)
          Sets the value of ODFDOM attribute representation DrawFillImageRefPointAttribute , See draw:fill-image-ref-point
 void setDrawFillImageRefPointXAttribute(String drawFillImageRefPointXValue)
          Sets the value of ODFDOM attribute representation DrawFillImageRefPointXAttribute , See draw:fill-image-ref-point-x
 void setDrawFillImageRefPointYAttribute(String drawFillImageRefPointYValue)
          Sets the value of ODFDOM attribute representation DrawFillImageRefPointYAttribute , See draw:fill-image-ref-point-y
 void setDrawFillImageWidthAttribute(String drawFillImageWidthValue)
          Sets the value of ODFDOM attribute representation DrawFillImageWidthAttribute , See draw:fill-image-width
 void setDrawGradientStepCountAttribute(Integer drawGradientStepCountValue)
          Sets the value of ODFDOM attribute representation DrawGradientStepCountAttribute , See draw:gradient-step-count
 void setDrawOpacityAttribute(String drawOpacityValue)
          Sets the value of ODFDOM attribute representation DrawOpacityAttribute , See draw:opacity
 void setDrawOpacityNameAttribute(String drawOpacityNameValue)
          Sets the value of ODFDOM attribute representation DrawOpacityNameAttribute , See draw:opacity-name
 void setDrawSecondaryFillColorAttribute(String drawSecondaryFillColorValue)
          Sets the value of ODFDOM attribute representation DrawSecondaryFillColorAttribute , See draw:secondary-fill-color
 void setDrawTileRepeatOffsetAttribute(String drawTileRepeatOffsetValue)
          Sets the value of ODFDOM attribute representation DrawTileRepeatOffsetAttribute , See draw:tile-repeat-offset
 void setPresentationBackgroundObjectsVisibleAttribute(Boolean presentationBackgroundObjectsVisibleValue)
          Sets the value of ODFDOM attribute representation PresentationBackgroundObjectsVisibleAttribute , See presentation:background-objects-visible
 void setPresentationBackgroundVisibleAttribute(Boolean presentationBackgroundVisibleValue)
          Sets the value of ODFDOM attribute representation PresentationBackgroundVisibleAttribute , See presentation:background-visible
 void setPresentationDisplayDateTimeAttribute(Boolean presentationDisplayDateTimeValue)
          Sets the value of ODFDOM attribute representation PresentationDisplayDateTimeAttribute , See presentation:display-date-time
 void setPresentationDisplayFooterAttribute(Boolean presentationDisplayFooterValue)
          Sets the value of ODFDOM attribute representation PresentationDisplayFooterAttribute , See presentation:display-footer
 void setPresentationDisplayHeaderAttribute(Boolean presentationDisplayHeaderValue)
          Sets the value of ODFDOM attribute representation PresentationDisplayHeaderAttribute , See presentation:display-header
 void setPresentationDisplayPageNumberAttribute(Boolean presentationDisplayPageNumberValue)
          Sets the value of ODFDOM attribute representation PresentationDisplayPageNumberAttribute , See presentation:display-page-number
 void setPresentationDurationAttribute(String presentationDurationValue)
          Sets the value of ODFDOM attribute representation PresentationDurationAttribute , See presentation:duration
 void setPresentationTransitionSpeedAttribute(String presentationTransitionSpeedValue)
          Sets the value of ODFDOM attribute representation PresentationTransitionSpeedAttribute , See presentation:transition-speed
 void setPresentationTransitionStyleAttribute(String presentationTransitionStyleValue)
          Sets the value of ODFDOM attribute representation PresentationTransitionStyleAttribute , See presentation:transition-style
 void setPresentationTransitionTypeAttribute(String presentationTransitionTypeValue)
          Sets the value of ODFDOM attribute representation PresentationTransitionTypeAttribute , See presentation:transition-type
 void setPresentationVisibilityAttribute(String presentationVisibilityValue)
          Sets the value of ODFDOM attribute representation PresentationVisibilityAttribute , See presentation:visibility
 void setSmilDirectionAttribute(String smilDirectionValue)
          Sets the value of ODFDOM attribute representation SmilDirectionAttribute , See smil:direction
 void setSmilFadeColorAttribute(String smilFadeColorValue)
          Sets the value of ODFDOM attribute representation SmilFadeColorAttribute , See smil:fadeColor
 void setSmilSubtypeAttribute(String smilSubtypeValue)
          Sets the value of ODFDOM attribute representation SmilSubtypeAttribute , See smil:subtype
 void setSmilTypeAttribute(String smilTypeValue)
          Sets the value of ODFDOM attribute representation SmilTypeAttribute , See smil:type
 void setStyleRepeatAttribute(String styleRepeatValue)
          Sets the value of ODFDOM attribute representation StyleRepeatAttribute , See style:repeat
 void setSvgFillRuleAttribute(String svgFillRuleValue)
          Sets the value of ODFDOM attribute representation SvgFillRuleAttribute , See svg:fill-rule
 
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

BackgroundSize

public static final OdfStyleProperty BackgroundSize

Fill

public static final OdfStyleProperty Fill

FillColor

public static final OdfStyleProperty FillColor

FillGradientName

public static final OdfStyleProperty FillGradientName

FillHatchName

public static final OdfStyleProperty FillHatchName

FillHatchSolid

public static final OdfStyleProperty FillHatchSolid

FillImageHeight

public static final OdfStyleProperty FillImageHeight

FillImageName

public static final OdfStyleProperty FillImageName

FillImageRefPoint

public static final OdfStyleProperty FillImageRefPoint

FillImageRefPointX

public static final OdfStyleProperty FillImageRefPointX

FillImageRefPointY

public static final OdfStyleProperty FillImageRefPointY

FillImageWidth

public static final OdfStyleProperty FillImageWidth

GradientStepCount

public static final OdfStyleProperty GradientStepCount

Opacity

public static final OdfStyleProperty Opacity

OpacityName

public static final OdfStyleProperty OpacityName

SecondaryFillColor

public static final OdfStyleProperty SecondaryFillColor

TileRepeatOffset

public static final OdfStyleProperty TileRepeatOffset

BackgroundObjectsVisible

public static final OdfStyleProperty BackgroundObjectsVisible

BackgroundVisible

public static final OdfStyleProperty BackgroundVisible

DisplayDateTime

public static final OdfStyleProperty DisplayDateTime

DisplayFooter

public static final OdfStyleProperty DisplayFooter

DisplayHeader

public static final OdfStyleProperty DisplayHeader

DisplayPageNumber

public static final OdfStyleProperty DisplayPageNumber

Duration

public static final OdfStyleProperty Duration

TransitionSpeed

public static final OdfStyleProperty TransitionSpeed

TransitionStyle

public static final OdfStyleProperty TransitionStyle

TransitionType

public static final OdfStyleProperty TransitionType

Visibility

public static final OdfStyleProperty Visibility

Direction

public static final OdfStyleProperty Direction

FadeColor

public static final OdfStyleProperty FadeColor

Subtype

public static final OdfStyleProperty Subtype

Type

public static final OdfStyleProperty Type

Repeat

public static final OdfStyleProperty Repeat

FillRule

public static final OdfStyleProperty FillRule
Constructor Detail

StyleDrawingPagePropertiesElement

public StyleDrawingPagePropertiesElement(OdfFileDom ownerDoc)
Create the instance of StyleDrawingPagePropertiesElement

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:drawing-page-properties.

getDrawBackgroundSizeAttribute

public String getDrawBackgroundSizeAttribute()
Receives the value of the ODFDOM attribute representation DrawBackgroundSizeAttribute , See draw:background-size

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

setDrawBackgroundSizeAttribute

public void setDrawBackgroundSizeAttribute(String drawBackgroundSizeValue)
Sets the value of ODFDOM attribute representation DrawBackgroundSizeAttribute , See draw:background-size

Parameters:
drawBackgroundSizeValue - The type is String

getDrawFillAttribute

public String getDrawFillAttribute()
Receives the value of the ODFDOM attribute representation DrawFillAttribute , See draw:fill

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

setDrawFillAttribute

public void setDrawFillAttribute(String drawFillValue)
Sets the value of ODFDOM attribute representation DrawFillAttribute , See draw:fill

Parameters:
drawFillValue - The type is String

getDrawFillColorAttribute

public String getDrawFillColorAttribute()
Receives the value of the ODFDOM attribute representation DrawFillColorAttribute , See draw:fill-color

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

setDrawFillColorAttribute

public void setDrawFillColorAttribute(String drawFillColorValue)
Sets the value of ODFDOM attribute representation DrawFillColorAttribute , See draw:fill-color

Parameters:
drawFillColorValue - The type is String

getDrawFillGradientNameAttribute

public String getDrawFillGradientNameAttribute()
Receives the value of the ODFDOM attribute representation DrawFillGradientNameAttribute , See draw:fill-gradient-name

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

setDrawFillGradientNameAttribute

public void setDrawFillGradientNameAttribute(String drawFillGradientNameValue)
Sets the value of ODFDOM attribute representation DrawFillGradientNameAttribute , See draw:fill-gradient-name

Parameters:
drawFillGradientNameValue - The type is String

getDrawFillHatchNameAttribute

public String getDrawFillHatchNameAttribute()
Receives the value of the ODFDOM attribute representation DrawFillHatchNameAttribute , See draw:fill-hatch-name

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

setDrawFillHatchNameAttribute

public void setDrawFillHatchNameAttribute(String drawFillHatchNameValue)
Sets the value of ODFDOM attribute representation DrawFillHatchNameAttribute , See draw:fill-hatch-name

Parameters:
drawFillHatchNameValue - The type is String

getDrawFillHatchSolidAttribute

public Boolean getDrawFillHatchSolidAttribute()
Receives the value of the ODFDOM attribute representation DrawFillHatchSolidAttribute , See draw:fill-hatch-solid

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

setDrawFillHatchSolidAttribute

public void setDrawFillHatchSolidAttribute(Boolean drawFillHatchSolidValue)
Sets the value of ODFDOM attribute representation DrawFillHatchSolidAttribute , See draw:fill-hatch-solid

Parameters:
drawFillHatchSolidValue - The type is Boolean

getDrawFillImageHeightAttribute

public String getDrawFillImageHeightAttribute()
Receives the value of the ODFDOM attribute representation DrawFillImageHeightAttribute , See draw:fill-image-height

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

setDrawFillImageHeightAttribute

public void setDrawFillImageHeightAttribute(String drawFillImageHeightValue)
Sets the value of ODFDOM attribute representation DrawFillImageHeightAttribute , See draw:fill-image-height

Parameters:
drawFillImageHeightValue - The type is String

getDrawFillImageNameAttribute

public String getDrawFillImageNameAttribute()
Receives the value of the ODFDOM attribute representation DrawFillImageNameAttribute , See draw:fill-image-name

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

setDrawFillImageNameAttribute

public void setDrawFillImageNameAttribute(String drawFillImageNameValue)
Sets the value of ODFDOM attribute representation DrawFillImageNameAttribute , See draw:fill-image-name

Parameters:
drawFillImageNameValue - The type is String

getDrawFillImageRefPointAttribute

public String getDrawFillImageRefPointAttribute()
Receives the value of the ODFDOM attribute representation DrawFillImageRefPointAttribute , See draw:fill-image-ref-point

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

setDrawFillImageRefPointAttribute

public void setDrawFillImageRefPointAttribute(String drawFillImageRefPointValue)
Sets the value of ODFDOM attribute representation DrawFillImageRefPointAttribute , See draw:fill-image-ref-point

Parameters:
drawFillImageRefPointValue - The type is String

getDrawFillImageRefPointXAttribute

public String getDrawFillImageRefPointXAttribute()
Receives the value of the ODFDOM attribute representation DrawFillImageRefPointXAttribute , See draw:fill-image-ref-point-x

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

setDrawFillImageRefPointXAttribute

public void setDrawFillImageRefPointXAttribute(String drawFillImageRefPointXValue)
Sets the value of ODFDOM attribute representation DrawFillImageRefPointXAttribute , See draw:fill-image-ref-point-x

Parameters:
drawFillImageRefPointXValue - The type is String

getDrawFillImageRefPointYAttribute

public String getDrawFillImageRefPointYAttribute()
Receives the value of the ODFDOM attribute representation DrawFillImageRefPointYAttribute , See draw:fill-image-ref-point-y

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

setDrawFillImageRefPointYAttribute

public void setDrawFillImageRefPointYAttribute(String drawFillImageRefPointYValue)
Sets the value of ODFDOM attribute representation DrawFillImageRefPointYAttribute , See draw:fill-image-ref-point-y

Parameters:
drawFillImageRefPointYValue - The type is String

getDrawFillImageWidthAttribute

public String getDrawFillImageWidthAttribute()
Receives the value of the ODFDOM attribute representation DrawFillImageWidthAttribute , See draw:fill-image-width

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

setDrawFillImageWidthAttribute

public void setDrawFillImageWidthAttribute(String drawFillImageWidthValue)
Sets the value of ODFDOM attribute representation DrawFillImageWidthAttribute , See draw:fill-image-width

Parameters:
drawFillImageWidthValue - The type is String

getDrawGradientStepCountAttribute

public Integer getDrawGradientStepCountAttribute()
Receives the value of the ODFDOM attribute representation DrawGradientStepCountAttribute , See draw:gradient-step-count

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

setDrawGradientStepCountAttribute

public void setDrawGradientStepCountAttribute(Integer drawGradientStepCountValue)
Sets the value of ODFDOM attribute representation DrawGradientStepCountAttribute , See draw:gradient-step-count

Parameters:
drawGradientStepCountValue - The type is Integer

getDrawOpacityAttribute

public String getDrawOpacityAttribute()
Receives the value of the ODFDOM attribute representation DrawOpacityAttribute , See draw:opacity

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

setDrawOpacityAttribute

public void setDrawOpacityAttribute(String drawOpacityValue)
Sets the value of ODFDOM attribute representation DrawOpacityAttribute , See draw:opacity

Parameters:
drawOpacityValue - The type is String

getDrawOpacityNameAttribute

public String getDrawOpacityNameAttribute()
Receives the value of the ODFDOM attribute representation DrawOpacityNameAttribute , See draw:opacity-name

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

setDrawOpacityNameAttribute

public void setDrawOpacityNameAttribute(String drawOpacityNameValue)
Sets the value of ODFDOM attribute representation DrawOpacityNameAttribute , See draw:opacity-name

Parameters:
drawOpacityNameValue - The type is String

getDrawSecondaryFillColorAttribute

public String getDrawSecondaryFillColorAttribute()
Receives the value of the ODFDOM attribute representation DrawSecondaryFillColorAttribute , See draw:secondary-fill-color

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

setDrawSecondaryFillColorAttribute

public void setDrawSecondaryFillColorAttribute(String drawSecondaryFillColorValue)
Sets the value of ODFDOM attribute representation DrawSecondaryFillColorAttribute , See draw:secondary-fill-color

Parameters:
drawSecondaryFillColorValue - The type is String

getDrawTileRepeatOffsetAttribute

public String getDrawTileRepeatOffsetAttribute()
Receives the value of the ODFDOM attribute representation DrawTileRepeatOffsetAttribute , See draw:tile-repeat-offset

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

setDrawTileRepeatOffsetAttribute

public void setDrawTileRepeatOffsetAttribute(String drawTileRepeatOffsetValue)
Sets the value of ODFDOM attribute representation DrawTileRepeatOffsetAttribute , See draw:tile-repeat-offset

Parameters:
drawTileRepeatOffsetValue - The type is String

getPresentationBackgroundObjectsVisibleAttribute

public Boolean getPresentationBackgroundObjectsVisibleAttribute()
Receives the value of the ODFDOM attribute representation PresentationBackgroundObjectsVisibleAttribute , See presentation:background-objects-visible

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

setPresentationBackgroundObjectsVisibleAttribute

public void setPresentationBackgroundObjectsVisibleAttribute(Boolean presentationBackgroundObjectsVisibleValue)
Sets the value of ODFDOM attribute representation PresentationBackgroundObjectsVisibleAttribute , See presentation:background-objects-visible

Parameters:
presentationBackgroundObjectsVisibleValue - The type is Boolean

getPresentationBackgroundVisibleAttribute

public Boolean getPresentationBackgroundVisibleAttribute()
Receives the value of the ODFDOM attribute representation PresentationBackgroundVisibleAttribute , See presentation:background-visible

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

setPresentationBackgroundVisibleAttribute

public void setPresentationBackgroundVisibleAttribute(Boolean presentationBackgroundVisibleValue)
Sets the value of ODFDOM attribute representation PresentationBackgroundVisibleAttribute , See presentation:background-visible

Parameters:
presentationBackgroundVisibleValue - The type is Boolean

getPresentationDisplayDateTimeAttribute

public Boolean getPresentationDisplayDateTimeAttribute()
Receives the value of the ODFDOM attribute representation PresentationDisplayDateTimeAttribute , See presentation:display-date-time

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

setPresentationDisplayDateTimeAttribute

public void setPresentationDisplayDateTimeAttribute(Boolean presentationDisplayDateTimeValue)
Sets the value of ODFDOM attribute representation PresentationDisplayDateTimeAttribute , See presentation:display-date-time

Parameters:
presentationDisplayDateTimeValue - The type is Boolean

getPresentationDisplayFooterAttribute

public Boolean getPresentationDisplayFooterAttribute()
Receives the value of the ODFDOM attribute representation PresentationDisplayFooterAttribute , See presentation:display-footer

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

setPresentationDisplayFooterAttribute

public void setPresentationDisplayFooterAttribute(Boolean presentationDisplayFooterValue)
Sets the value of ODFDOM attribute representation PresentationDisplayFooterAttribute , See presentation:display-footer

Parameters:
presentationDisplayFooterValue - The type is Boolean

getPresentationDisplayHeaderAttribute

public Boolean getPresentationDisplayHeaderAttribute()
Receives the value of the ODFDOM attribute representation PresentationDisplayHeaderAttribute , See presentation:display-header

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

setPresentationDisplayHeaderAttribute

public void setPresentationDisplayHeaderAttribute(Boolean presentationDisplayHeaderValue)
Sets the value of ODFDOM attribute representation PresentationDisplayHeaderAttribute , See presentation:display-header

Parameters:
presentationDisplayHeaderValue - The type is Boolean

getPresentationDisplayPageNumberAttribute

public Boolean getPresentationDisplayPageNumberAttribute()
Receives the value of the ODFDOM attribute representation PresentationDisplayPageNumberAttribute , See presentation:display-page-number

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

setPresentationDisplayPageNumberAttribute

public void setPresentationDisplayPageNumberAttribute(Boolean presentationDisplayPageNumberValue)
Sets the value of ODFDOM attribute representation PresentationDisplayPageNumberAttribute , See presentation:display-page-number

Parameters:
presentationDisplayPageNumberValue - The type is Boolean

getPresentationDurationAttribute

public String getPresentationDurationAttribute()
Receives the value of the ODFDOM attribute representation PresentationDurationAttribute , See presentation:duration

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

setPresentationDurationAttribute

public void setPresentationDurationAttribute(String presentationDurationValue)
Sets the value of ODFDOM attribute representation PresentationDurationAttribute , See presentation:duration

Parameters:
presentationDurationValue - The type is String

getPresentationTransitionSpeedAttribute

public String getPresentationTransitionSpeedAttribute()
Receives the value of the ODFDOM attribute representation PresentationTransitionSpeedAttribute , See presentation:transition-speed

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

setPresentationTransitionSpeedAttribute

public void setPresentationTransitionSpeedAttribute(String presentationTransitionSpeedValue)
Sets the value of ODFDOM attribute representation PresentationTransitionSpeedAttribute , See presentation:transition-speed

Parameters:
presentationTransitionSpeedValue - The type is String

getPresentationTransitionStyleAttribute

public String getPresentationTransitionStyleAttribute()
Receives the value of the ODFDOM attribute representation PresentationTransitionStyleAttribute , See presentation:transition-style

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

setPresentationTransitionStyleAttribute

public void setPresentationTransitionStyleAttribute(String presentationTransitionStyleValue)
Sets the value of ODFDOM attribute representation PresentationTransitionStyleAttribute , See presentation:transition-style

Parameters:
presentationTransitionStyleValue - The type is String

getPresentationTransitionTypeAttribute

public String getPresentationTransitionTypeAttribute()
Receives the value of the ODFDOM attribute representation PresentationTransitionTypeAttribute , See presentation:transition-type

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

setPresentationTransitionTypeAttribute

public void setPresentationTransitionTypeAttribute(String presentationTransitionTypeValue)
Sets the value of ODFDOM attribute representation PresentationTransitionTypeAttribute , See presentation:transition-type

Parameters:
presentationTransitionTypeValue - The type is String

getPresentationVisibilityAttribute

public String getPresentationVisibilityAttribute()
Receives the value of the ODFDOM attribute representation PresentationVisibilityAttribute , See presentation:visibility

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

setPresentationVisibilityAttribute

public void setPresentationVisibilityAttribute(String presentationVisibilityValue)
Sets the value of ODFDOM attribute representation PresentationVisibilityAttribute , See presentation:visibility

Parameters:
presentationVisibilityValue - The type is String

getSmilDirectionAttribute

public String getSmilDirectionAttribute()
Receives the value of the ODFDOM attribute representation SmilDirectionAttribute , See smil:direction

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

setSmilDirectionAttribute

public void setSmilDirectionAttribute(String smilDirectionValue)
Sets the value of ODFDOM attribute representation SmilDirectionAttribute , See smil:direction

Parameters:
smilDirectionValue - The type is String

getSmilFadeColorAttribute

public String getSmilFadeColorAttribute()
Receives the value of the ODFDOM attribute representation SmilFadeColorAttribute , See smil:fadeColor

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

setSmilFadeColorAttribute

public void setSmilFadeColorAttribute(String smilFadeColorValue)
Sets the value of ODFDOM attribute representation SmilFadeColorAttribute , See smil:fadeColor

Parameters:
smilFadeColorValue - The type is String

getSmilSubtypeAttribute

public String getSmilSubtypeAttribute()
Receives the value of the ODFDOM attribute representation SmilSubtypeAttribute , See smil:subtype

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

setSmilSubtypeAttribute

public void setSmilSubtypeAttribute(String smilSubtypeValue)
Sets the value of ODFDOM attribute representation SmilSubtypeAttribute , See smil:subtype

Parameters:
smilSubtypeValue - The type is String

getSmilTypeAttribute

public String getSmilTypeAttribute()
Receives the value of the ODFDOM attribute representation SmilTypeAttribute , See smil:type

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

setSmilTypeAttribute

public void setSmilTypeAttribute(String smilTypeValue)
Sets the value of ODFDOM attribute representation SmilTypeAttribute , See smil:type

Parameters:
smilTypeValue - The type is String

getStyleRepeatAttribute

public String getStyleRepeatAttribute()
Receives the value of the ODFDOM attribute representation StyleRepeatAttribute , See style:repeat

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

setStyleRepeatAttribute

public void setStyleRepeatAttribute(String styleRepeatValue)
Sets the value of ODFDOM attribute representation StyleRepeatAttribute , See style:repeat

Parameters:
styleRepeatValue - The type is String

getSvgFillRuleAttribute

public String getSvgFillRuleAttribute()
Receives the value of the ODFDOM attribute representation SvgFillRuleAttribute , See svg:fill-rule

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

setSvgFillRuleAttribute

public void setSvgFillRuleAttribute(String svgFillRuleValue)
Sets the value of ODFDOM attribute representation SvgFillRuleAttribute , See svg:fill-rule

Parameters:
svgFillRuleValue - The type is String

newPresentationSoundElement

public PresentationSoundElement newPresentationSoundElement(String xlinkHrefValue,
                                                            String xlinkTypeValue)
Create child element presentation:sound.

Parameters:
xlinkHrefValue - the String value of XlinkHrefAttribute, see xlink:href at specification
xlinkTypeValue - the String value of XlinkTypeAttribute, see xlink:type at specification Child element is new in Odf 1.2
Returns:
the element presentation:sound

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.