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.OdfElement
                          extended by org.odftoolkit.odfdom.dom.element.OdfStylePropertiesBase
                              extended by org.odftoolkit.odfdom.dom.element.style.StyleDrawingPagePropertiesElement
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:
OdfStyleDrawingPageProperties

public class StyleDrawingPagePropertiesElement
extends OdfStylePropertiesBase

DOM implementation of OpenDocument element .

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.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
StyleDrawingPagePropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleDrawingPagePropertiesElement
 
Method Summary
 java.lang.String getDrawBackgroundSizeAttribute()
          Receives the value of the ODFDOM attribute representation DrawBackgroundSizeAttribute , See
 java.lang.String getDrawFillAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillAttribute , See
 java.lang.String getDrawFillColorAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillColorAttribute , See
 java.lang.String getDrawFillGradientNameAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillGradientNameAttribute , See
 java.lang.String getDrawFillHatchNameAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillHatchNameAttribute , See
 java.lang.Boolean getDrawFillHatchSolidAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillHatchSolidAttribute , See
 java.lang.String getDrawFillImageHeightAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageHeightAttribute , See
 java.lang.String getDrawFillImageNameAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageNameAttribute , See
 java.lang.String getDrawFillImageRefPointAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageRefPointAttribute , See
 java.lang.String getDrawFillImageRefPointXAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageRefPointXAttribute , See
 java.lang.String getDrawFillImageRefPointYAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageRefPointYAttribute , See
 java.lang.String getDrawFillImageWidthAttribute()
          Receives the value of the ODFDOM attribute representation DrawFillImageWidthAttribute , See
 java.lang.Integer getDrawGradientStepCountAttribute()
          Receives the value of the ODFDOM attribute representation DrawGradientStepCountAttribute , See
 java.lang.String getDrawOpacityAttribute()
          Receives the value of the ODFDOM attribute representation DrawOpacityAttribute , See
 java.lang.String getDrawOpacityNameAttribute()
          Receives the value of the ODFDOM attribute representation DrawOpacityNameAttribute , See
 java.lang.String getDrawSecondaryFillColorAttribute()
          Receives the value of the ODFDOM attribute representation DrawSecondaryFillColorAttribute , See
 java.lang.String getDrawTileRepeatOffsetAttribute()
          Receives the value of the ODFDOM attribute representation DrawTileRepeatOffsetAttribute , See
 OdfName getOdfName()
          Get the element name
 java.lang.Boolean getPresentationBackgroundObjectsVisibleAttribute()
          Receives the value of the ODFDOM attribute representation PresentationBackgroundObjectsVisibleAttribute , See
 java.lang.Boolean getPresentationBackgroundVisibleAttribute()
          Receives the value of the ODFDOM attribute representation PresentationBackgroundVisibleAttribute , See
 java.lang.Boolean getPresentationDisplayDateTimeAttribute()
          Receives the value of the ODFDOM attribute representation PresentationDisplayDateTimeAttribute , See
 java.lang.Boolean getPresentationDisplayFooterAttribute()
          Receives the value of the ODFDOM attribute representation PresentationDisplayFooterAttribute , See
 java.lang.Boolean getPresentationDisplayHeaderAttribute()
          Receives the value of the ODFDOM attribute representation PresentationDisplayHeaderAttribute , See
 java.lang.Boolean getPresentationDisplayPageNumberAttribute()
          Receives the value of the ODFDOM attribute representation PresentationDisplayPageNumberAttribute , See
 java.lang.String getPresentationDurationAttribute()
          Receives the value of the ODFDOM attribute representation PresentationDurationAttribute , See
 java.lang.String getPresentationTransitionSpeedAttribute()
          Receives the value of the ODFDOM attribute representation PresentationTransitionSpeedAttribute , See
 java.lang.String getPresentationTransitionStyleAttribute()
          Receives the value of the ODFDOM attribute representation PresentationTransitionStyleAttribute , See
 java.lang.String getPresentationTransitionTypeAttribute()
          Receives the value of the ODFDOM attribute representation PresentationTransitionTypeAttribute , See
 java.lang.String getPresentationVisibilityAttribute()
          Receives the value of the ODFDOM attribute representation PresentationVisibilityAttribute , See
 java.lang.String getSmilDirectionAttribute()
          Receives the value of the ODFDOM attribute representation SmilDirectionAttribute , See
 java.lang.String getSmilFadeColorAttribute()
          Receives the value of the ODFDOM attribute representation SmilFadeColorAttribute , See
 java.lang.String getSmilSubtypeAttribute()
          Receives the value of the ODFDOM attribute representation SmilSubtypeAttribute , See
 java.lang.String getSmilTypeAttribute()
          Receives the value of the ODFDOM attribute representation SmilTypeAttribute , See
 java.lang.String getStyleRepeatAttribute()
          Receives the value of the ODFDOM attribute representation StyleRepeatAttribute , See
 java.lang.String getSvgFillRuleAttribute()
          Receives the value of the ODFDOM attribute representation SvgFillRuleAttribute , See
 PresentationSoundElement newPresentationSoundElement(java.lang.String xlinkHrefAttributeValue, java.lang.String xlinkTypeAttributeValue)
          Create child element .
 void setDrawBackgroundSizeAttribute(java.lang.String drawBackgroundSizeValue)
          Sets the value of ODFDOM attribute representation DrawBackgroundSizeAttribute , See
 void setDrawFillAttribute(java.lang.String drawFillValue)
          Sets the value of ODFDOM attribute representation DrawFillAttribute , See
 void setDrawFillColorAttribute(java.lang.String drawFillColorValue)
          Sets the value of ODFDOM attribute representation DrawFillColorAttribute , See
 void setDrawFillGradientNameAttribute(java.lang.String drawFillGradientNameValue)
          Sets the value of ODFDOM attribute representation DrawFillGradientNameAttribute , See
 void setDrawFillHatchNameAttribute(java.lang.String drawFillHatchNameValue)
          Sets the value of ODFDOM attribute representation DrawFillHatchNameAttribute , See
 void setDrawFillHatchSolidAttribute(java.lang.Boolean drawFillHatchSolidValue)
          Sets the value of ODFDOM attribute representation DrawFillHatchSolidAttribute , See
 void setDrawFillImageHeightAttribute(java.lang.String drawFillImageHeightValue)
          Sets the value of ODFDOM attribute representation DrawFillImageHeightAttribute , See
 void setDrawFillImageNameAttribute(java.lang.String drawFillImageNameValue)
          Sets the value of ODFDOM attribute representation DrawFillImageNameAttribute , See
 void setDrawFillImageRefPointAttribute(java.lang.String drawFillImageRefPointValue)
          Sets the value of ODFDOM attribute representation DrawFillImageRefPointAttribute , See
 void setDrawFillImageRefPointXAttribute(java.lang.String drawFillImageRefPointXValue)
          Sets the value of ODFDOM attribute representation DrawFillImageRefPointXAttribute , See
 void setDrawFillImageRefPointYAttribute(java.lang.String drawFillImageRefPointYValue)
          Sets the value of ODFDOM attribute representation DrawFillImageRefPointYAttribute , See
 void setDrawFillImageWidthAttribute(java.lang.String drawFillImageWidthValue)
          Sets the value of ODFDOM attribute representation DrawFillImageWidthAttribute , See
 void setDrawGradientStepCountAttribute(java.lang.Integer drawGradientStepCountValue)
          Sets the value of ODFDOM attribute representation DrawGradientStepCountAttribute , See
 void setDrawOpacityAttribute(java.lang.String drawOpacityValue)
          Sets the value of ODFDOM attribute representation DrawOpacityAttribute , See
 void setDrawOpacityNameAttribute(java.lang.String drawOpacityNameValue)
          Sets the value of ODFDOM attribute representation DrawOpacityNameAttribute , See
 void setDrawSecondaryFillColorAttribute(java.lang.String drawSecondaryFillColorValue)
          Sets the value of ODFDOM attribute representation DrawSecondaryFillColorAttribute , See
 void setDrawTileRepeatOffsetAttribute(java.lang.String drawTileRepeatOffsetValue)
          Sets the value of ODFDOM attribute representation DrawTileRepeatOffsetAttribute , See
 void setPresentationBackgroundObjectsVisibleAttribute(java.lang.Boolean presentationBackgroundObjectsVisibleValue)
          Sets the value of ODFDOM attribute representation PresentationBackgroundObjectsVisibleAttribute , See
 void setPresentationBackgroundVisibleAttribute(java.lang.Boolean presentationBackgroundVisibleValue)
          Sets the value of ODFDOM attribute representation PresentationBackgroundVisibleAttribute , See
 void setPresentationDisplayDateTimeAttribute(java.lang.Boolean presentationDisplayDateTimeValue)
          Sets the value of ODFDOM attribute representation PresentationDisplayDateTimeAttribute , See
 void setPresentationDisplayFooterAttribute(java.lang.Boolean presentationDisplayFooterValue)
          Sets the value of ODFDOM attribute representation PresentationDisplayFooterAttribute , See
 void setPresentationDisplayHeaderAttribute(java.lang.Boolean presentationDisplayHeaderValue)
          Sets the value of ODFDOM attribute representation PresentationDisplayHeaderAttribute , See
 void setPresentationDisplayPageNumberAttribute(java.lang.Boolean presentationDisplayPageNumberValue)
          Sets the value of ODFDOM attribute representation PresentationDisplayPageNumberAttribute , See
 void setPresentationDurationAttribute(java.lang.String presentationDurationValue)
          Sets the value of ODFDOM attribute representation PresentationDurationAttribute , See
 void setPresentationTransitionSpeedAttribute(java.lang.String presentationTransitionSpeedValue)
          Sets the value of ODFDOM attribute representation PresentationTransitionSpeedAttribute , See
 void setPresentationTransitionStyleAttribute(java.lang.String presentationTransitionStyleValue)
          Sets the value of ODFDOM attribute representation PresentationTransitionStyleAttribute , See
 void setPresentationTransitionTypeAttribute(java.lang.String presentationTransitionTypeValue)
          Sets the value of ODFDOM attribute representation PresentationTransitionTypeAttribute , See
 void setPresentationVisibilityAttribute(java.lang.String presentationVisibilityValue)
          Sets the value of ODFDOM attribute representation PresentationVisibilityAttribute , See
 void setSmilDirectionAttribute(java.lang.String smilDirectionValue)
          Sets the value of ODFDOM attribute representation SmilDirectionAttribute , See
 void setSmilFadeColorAttribute(java.lang.String smilFadeColorValue)
          Sets the value of ODFDOM attribute representation SmilFadeColorAttribute , See
 void setSmilSubtypeAttribute(java.lang.String smilSubtypeValue)
          Sets the value of ODFDOM attribute representation SmilSubtypeAttribute , See
 void setSmilTypeAttribute(java.lang.String smilTypeValue)
          Sets the value of ODFDOM attribute representation SmilTypeAttribute , See
 void setStyleRepeatAttribute(java.lang.String styleRepeatValue)
          Sets the value of ODFDOM attribute representation StyleRepeatAttribute , See
 void setSvgFillRuleAttribute(java.lang.String svgFillRuleValue)
          Sets the value of ODFDOM attribute representation SvgFillRuleAttribute , 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

Fill

public static final OdfStyleProperty Fill

FillColor

public static final OdfStyleProperty FillColor

SecondaryFillColor

public static final OdfStyleProperty SecondaryFillColor

FillGradientName

public static final OdfStyleProperty FillGradientName

GradientStepCount

public static final OdfStyleProperty GradientStepCount

FillHatchName

public static final OdfStyleProperty FillHatchName

FillHatchSolid

public static final OdfStyleProperty FillHatchSolid

FillImageName

public static final OdfStyleProperty FillImageName

Repeat

public static final OdfStyleProperty Repeat

FillImageWidth

public static final OdfStyleProperty FillImageWidth

FillImageHeight

public static final OdfStyleProperty FillImageHeight

FillImageRefPointX

public static final OdfStyleProperty FillImageRefPointX

FillImageRefPointY

public static final OdfStyleProperty FillImageRefPointY

FillImageRefPoint

public static final OdfStyleProperty FillImageRefPoint

TileRepeatOffset

public static final OdfStyleProperty TileRepeatOffset

Opacity

public static final OdfStyleProperty Opacity

OpacityName

public static final OdfStyleProperty OpacityName

FillRule

public static final OdfStyleProperty FillRule

TransitionType

public static final OdfStyleProperty TransitionType

TransitionStyle

public static final OdfStyleProperty TransitionStyle

TransitionSpeed

public static final OdfStyleProperty TransitionSpeed

Type

public static final OdfStyleProperty Type

Subtype

public static final OdfStyleProperty Subtype

Direction

public static final OdfStyleProperty Direction

FadeColor

public static final OdfStyleProperty FadeColor

Duration

public static final OdfStyleProperty Duration

Visibility

public static final OdfStyleProperty Visibility

BackgroundSize

public static final OdfStyleProperty BackgroundSize

BackgroundObjectsVisible

public static final OdfStyleProperty BackgroundObjectsVisible

BackgroundVisible

public static final OdfStyleProperty BackgroundVisible

DisplayHeader

public static final OdfStyleProperty DisplayHeader

DisplayFooter

public static final OdfStyleProperty DisplayFooter

DisplayPageNumber

public static final OdfStyleProperty DisplayPageNumber

DisplayDateTime

public static final OdfStyleProperty DisplayDateTime
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 .

getDrawFillAttribute

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

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

setDrawFillAttribute

public void setDrawFillAttribute(java.lang.String drawFillValue)
Sets the value of ODFDOM attribute representation DrawFillAttribute , See

Parameters:
drawFillValue - The type is String

getDrawFillColorAttribute

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

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

setDrawFillColorAttribute

public void setDrawFillColorAttribute(java.lang.String drawFillColorValue)
Sets the value of ODFDOM attribute representation DrawFillColorAttribute , See

Parameters:
drawFillColorValue - The type is String

getDrawSecondaryFillColorAttribute

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

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

setDrawSecondaryFillColorAttribute

public void setDrawSecondaryFillColorAttribute(java.lang.String drawSecondaryFillColorValue)
Sets the value of ODFDOM attribute representation DrawSecondaryFillColorAttribute , See

Parameters:
drawSecondaryFillColorValue - The type is String

getDrawFillGradientNameAttribute

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

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

setDrawFillGradientNameAttribute

public void setDrawFillGradientNameAttribute(java.lang.String drawFillGradientNameValue)
Sets the value of ODFDOM attribute representation DrawFillGradientNameAttribute , See

Parameters:
drawFillGradientNameValue - The type is String

getDrawGradientStepCountAttribute

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

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

setDrawGradientStepCountAttribute

public void setDrawGradientStepCountAttribute(java.lang.Integer drawGradientStepCountValue)
Sets the value of ODFDOM attribute representation DrawGradientStepCountAttribute , See

Parameters:
drawGradientStepCountValue - The type is Integer

getDrawFillHatchNameAttribute

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

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

setDrawFillHatchNameAttribute

public void setDrawFillHatchNameAttribute(java.lang.String drawFillHatchNameValue)
Sets the value of ODFDOM attribute representation DrawFillHatchNameAttribute , See

Parameters:
drawFillHatchNameValue - The type is String

getDrawFillHatchSolidAttribute

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

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

setDrawFillHatchSolidAttribute

public void setDrawFillHatchSolidAttribute(java.lang.Boolean drawFillHatchSolidValue)
Sets the value of ODFDOM attribute representation DrawFillHatchSolidAttribute , See

Parameters:
drawFillHatchSolidValue - The type is Boolean

getDrawFillImageNameAttribute

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

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

setDrawFillImageNameAttribute

public void setDrawFillImageNameAttribute(java.lang.String drawFillImageNameValue)
Sets the value of ODFDOM attribute representation DrawFillImageNameAttribute , See

Parameters:
drawFillImageNameValue - The type is String

getStyleRepeatAttribute

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

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

setStyleRepeatAttribute

public void setStyleRepeatAttribute(java.lang.String styleRepeatValue)
Sets the value of ODFDOM attribute representation StyleRepeatAttribute , See

Parameters:
styleRepeatValue - The type is String

getDrawFillImageWidthAttribute

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

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

setDrawFillImageWidthAttribute

public void setDrawFillImageWidthAttribute(java.lang.String drawFillImageWidthValue)
Sets the value of ODFDOM attribute representation DrawFillImageWidthAttribute , See

Parameters:
drawFillImageWidthValue - The type is String

getDrawFillImageHeightAttribute

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

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

setDrawFillImageHeightAttribute

public void setDrawFillImageHeightAttribute(java.lang.String drawFillImageHeightValue)
Sets the value of ODFDOM attribute representation DrawFillImageHeightAttribute , See

Parameters:
drawFillImageHeightValue - The type is String

getDrawFillImageRefPointXAttribute

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

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

setDrawFillImageRefPointXAttribute

public void setDrawFillImageRefPointXAttribute(java.lang.String drawFillImageRefPointXValue)
Sets the value of ODFDOM attribute representation DrawFillImageRefPointXAttribute , See

Parameters:
drawFillImageRefPointXValue - The type is String

getDrawFillImageRefPointYAttribute

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

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

setDrawFillImageRefPointYAttribute

public void setDrawFillImageRefPointYAttribute(java.lang.String drawFillImageRefPointYValue)
Sets the value of ODFDOM attribute representation DrawFillImageRefPointYAttribute , See

Parameters:
drawFillImageRefPointYValue - The type is String

getDrawFillImageRefPointAttribute

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

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

setDrawFillImageRefPointAttribute

public void setDrawFillImageRefPointAttribute(java.lang.String drawFillImageRefPointValue)
Sets the value of ODFDOM attribute representation DrawFillImageRefPointAttribute , See

Parameters:
drawFillImageRefPointValue - The type is String

getDrawTileRepeatOffsetAttribute

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

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

setDrawTileRepeatOffsetAttribute

public void setDrawTileRepeatOffsetAttribute(java.lang.String drawTileRepeatOffsetValue)
Sets the value of ODFDOM attribute representation DrawTileRepeatOffsetAttribute , See

Parameters:
drawTileRepeatOffsetValue - The type is String

getDrawOpacityAttribute

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

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

setDrawOpacityAttribute

public void setDrawOpacityAttribute(java.lang.String drawOpacityValue)
Sets the value of ODFDOM attribute representation DrawOpacityAttribute , See

Parameters:
drawOpacityValue - The type is String

getDrawOpacityNameAttribute

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

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

setDrawOpacityNameAttribute

public void setDrawOpacityNameAttribute(java.lang.String drawOpacityNameValue)
Sets the value of ODFDOM attribute representation DrawOpacityNameAttribute , See

Parameters:
drawOpacityNameValue - The type is String

getSvgFillRuleAttribute

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

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

setSvgFillRuleAttribute

public void setSvgFillRuleAttribute(java.lang.String svgFillRuleValue)
Sets the value of ODFDOM attribute representation SvgFillRuleAttribute , See

Parameters:
svgFillRuleValue - The type is String

getPresentationTransitionTypeAttribute

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

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

setPresentationTransitionTypeAttribute

public void setPresentationTransitionTypeAttribute(java.lang.String presentationTransitionTypeValue)
Sets the value of ODFDOM attribute representation PresentationTransitionTypeAttribute , See

Parameters:
presentationTransitionTypeValue - The type is String

getPresentationTransitionStyleAttribute

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

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

setPresentationTransitionStyleAttribute

public void setPresentationTransitionStyleAttribute(java.lang.String presentationTransitionStyleValue)
Sets the value of ODFDOM attribute representation PresentationTransitionStyleAttribute , See

Parameters:
presentationTransitionStyleValue - The type is String

getPresentationTransitionSpeedAttribute

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

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

setPresentationTransitionSpeedAttribute

public void setPresentationTransitionSpeedAttribute(java.lang.String presentationTransitionSpeedValue)
Sets the value of ODFDOM attribute representation PresentationTransitionSpeedAttribute , See

Parameters:
presentationTransitionSpeedValue - The type is String

getSmilTypeAttribute

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

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

setSmilTypeAttribute

public void setSmilTypeAttribute(java.lang.String smilTypeValue)
Sets the value of ODFDOM attribute representation SmilTypeAttribute , See

Parameters:
smilTypeValue - The type is String

getSmilSubtypeAttribute

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

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

setSmilSubtypeAttribute

public void setSmilSubtypeAttribute(java.lang.String smilSubtypeValue)
Sets the value of ODFDOM attribute representation SmilSubtypeAttribute , See

Parameters:
smilSubtypeValue - The type is String

getSmilDirectionAttribute

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

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

setSmilDirectionAttribute

public void setSmilDirectionAttribute(java.lang.String smilDirectionValue)
Sets the value of ODFDOM attribute representation SmilDirectionAttribute , See

Parameters:
smilDirectionValue - The type is String

getSmilFadeColorAttribute

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

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

setSmilFadeColorAttribute

public void setSmilFadeColorAttribute(java.lang.String smilFadeColorValue)
Sets the value of ODFDOM attribute representation SmilFadeColorAttribute , See

Parameters:
smilFadeColorValue - The type is String

getPresentationDurationAttribute

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

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

setPresentationDurationAttribute

public void setPresentationDurationAttribute(java.lang.String presentationDurationValue)
Sets the value of ODFDOM attribute representation PresentationDurationAttribute , See

Parameters:
presentationDurationValue - The type is String

getPresentationVisibilityAttribute

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

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

setPresentationVisibilityAttribute

public void setPresentationVisibilityAttribute(java.lang.String presentationVisibilityValue)
Sets the value of ODFDOM attribute representation PresentationVisibilityAttribute , See

Parameters:
presentationVisibilityValue - The type is String

getDrawBackgroundSizeAttribute

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

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

setDrawBackgroundSizeAttribute

public void setDrawBackgroundSizeAttribute(java.lang.String drawBackgroundSizeValue)
Sets the value of ODFDOM attribute representation DrawBackgroundSizeAttribute , See

Parameters:
drawBackgroundSizeValue - The type is String

getPresentationBackgroundObjectsVisibleAttribute

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

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

setPresentationBackgroundObjectsVisibleAttribute

public void setPresentationBackgroundObjectsVisibleAttribute(java.lang.Boolean presentationBackgroundObjectsVisibleValue)
Sets the value of ODFDOM attribute representation PresentationBackgroundObjectsVisibleAttribute , See

Parameters:
presentationBackgroundObjectsVisibleValue - The type is Boolean

getPresentationBackgroundVisibleAttribute

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

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

setPresentationBackgroundVisibleAttribute

public void setPresentationBackgroundVisibleAttribute(java.lang.Boolean presentationBackgroundVisibleValue)
Sets the value of ODFDOM attribute representation PresentationBackgroundVisibleAttribute , See

Parameters:
presentationBackgroundVisibleValue - The type is Boolean

getPresentationDisplayHeaderAttribute

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

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

setPresentationDisplayHeaderAttribute

public void setPresentationDisplayHeaderAttribute(java.lang.Boolean presentationDisplayHeaderValue)
Sets the value of ODFDOM attribute representation PresentationDisplayHeaderAttribute , See

Parameters:
presentationDisplayHeaderValue - The type is Boolean

getPresentationDisplayFooterAttribute

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

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

setPresentationDisplayFooterAttribute

public void setPresentationDisplayFooterAttribute(java.lang.Boolean presentationDisplayFooterValue)
Sets the value of ODFDOM attribute representation PresentationDisplayFooterAttribute , See

Parameters:
presentationDisplayFooterValue - The type is Boolean

getPresentationDisplayPageNumberAttribute

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

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

setPresentationDisplayPageNumberAttribute

public void setPresentationDisplayPageNumberAttribute(java.lang.Boolean presentationDisplayPageNumberValue)
Sets the value of ODFDOM attribute representation PresentationDisplayPageNumberAttribute , See

Parameters:
presentationDisplayPageNumberValue - The type is Boolean

getPresentationDisplayDateTimeAttribute

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

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

setPresentationDisplayDateTimeAttribute

public void setPresentationDisplayDateTimeAttribute(java.lang.Boolean presentationDisplayDateTimeValue)
Sets the value of ODFDOM attribute representation PresentationDisplayDateTimeAttribute , See

Parameters:
presentationDisplayDateTimeValue - The type is Boolean

newPresentationSoundElement

public PresentationSoundElement newPresentationSoundElement(java.lang.String xlinkHrefAttributeValue,
                                                            java.lang.String xlinkTypeAttributeValue)
Create child element .

Parameters:
xlinkHrefAttributeValue - the String value of XlinkHrefAttribute, see at specification
xlinkTypeAttributeValue - the String value of XlinkTypeAttribute, see at specification
Returns:
return the element DifferentQName


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