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

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.StyleTextPropertiesElement
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:
OdfStyleTextProperties

public class StyleTextPropertiesElement
extends OdfStylePropertiesBase

DOM implementation of OpenDocument element .

See Also:
Serialized Form

Nested Class Summary
static class StyleTextPropertiesElement.TextConditionAttributeValue
          The value set of .
static class StyleTextPropertiesElement.TextDisplayAttributeValue
          The value set of .
 
Field Summary
static OdfStyleProperty BackgroundColor
           
static OdfStyleProperty Color
           
static OdfStyleProperty Condition
           
static OdfStyleProperty Country
           
static OdfStyleProperty CountryAsian
           
static OdfStyleProperty CountryComplex
           
static OdfStyleProperty Display
           
static OdfName ELEMENT_NAME
           
static OdfStyleProperty FontCharset
           
static OdfStyleProperty FontCharsetAsian
           
static OdfStyleProperty FontCharsetComplex
           
static OdfStyleProperty FontFamily
           
static OdfStyleProperty FontFamilyAsian
           
static OdfStyleProperty FontFamilyComplex
           
static OdfStyleProperty FontFamilyGeneric
           
static OdfStyleProperty FontFamilyGenericAsian
           
static OdfStyleProperty FontFamilyGenericComplex
           
static OdfStyleProperty FontName
           
static OdfStyleProperty FontNameAsian
           
static OdfStyleProperty FontNameComplex
           
static OdfStyleProperty FontPitch
           
static OdfStyleProperty FontPitchAsian
           
static OdfStyleProperty FontPitchComplex
           
static OdfStyleProperty FontRelief
           
static OdfStyleProperty FontSize
           
static OdfStyleProperty FontSizeAsian
           
static OdfStyleProperty FontSizeComplex
           
static OdfStyleProperty FontSizeRel
           
static OdfStyleProperty FontSizeRelAsian
           
static OdfStyleProperty FontSizeRelComplex
           
static OdfStyleProperty FontStyle
           
static OdfStyleProperty FontStyleAsian
           
static OdfStyleProperty FontStyleComplex
           
static OdfStyleProperty FontStyleName
           
static OdfStyleProperty FontStyleNameAsian
           
static OdfStyleProperty FontStyleNameComplex
           
static OdfStyleProperty FontVariant
           
static OdfStyleProperty FontWeight
           
static OdfStyleProperty FontWeightAsian
           
static OdfStyleProperty FontWeightComplex
           
static OdfStyleProperty Hyphenate
           
static OdfStyleProperty HyphenationPushCharCount
           
static OdfStyleProperty HyphenationRemainCharCount
           
static OdfStyleProperty Language
           
static OdfStyleProperty LanguageAsian
           
static OdfStyleProperty LanguageComplex
           
static OdfStyleProperty LetterKerning
           
static OdfStyleProperty LetterSpacing
           
static OdfStyleProperty RfcLanguageTag
           
static OdfStyleProperty RfcLanguageTagAsian
           
static OdfStyleProperty RfcLanguageTagComplex
           
static OdfStyleProperty Script
           
static OdfStyleProperty ScriptAsian
           
static OdfStyleProperty ScriptComplex
           
static OdfStyleProperty ScriptType
           
static OdfStyleProperty TextBlinking
           
static OdfStyleProperty TextCombine
           
static OdfStyleProperty TextCombineEndChar
           
static OdfStyleProperty TextCombineStartChar
           
static OdfStyleProperty TextEmphasize
           
static OdfStyleProperty TextLineThroughColor
           
static OdfStyleProperty TextLineThroughMode
           
static OdfStyleProperty TextLineThroughStyle
           
static OdfStyleProperty TextLineThroughText
           
static OdfStyleProperty TextLineThroughTextStyle
           
static OdfStyleProperty TextLineThroughType
           
static OdfStyleProperty TextLineThroughWidth
           
static OdfStyleProperty TextOutline
           
static OdfStyleProperty TextOverlineColor
           
static OdfStyleProperty TextOverlineMode
           
static OdfStyleProperty TextOverlineStyle
           
static OdfStyleProperty TextOverlineType
           
static OdfStyleProperty TextOverlineWidth
           
static OdfStyleProperty TextPosition
           
static OdfStyleProperty TextRotationAngle
           
static OdfStyleProperty TextRotationScale
           
static OdfStyleProperty TextScale
           
static OdfStyleProperty TextShadow
           
static OdfStyleProperty TextTransform
           
static OdfStyleProperty TextUnderlineColor
           
static OdfStyleProperty TextUnderlineMode
           
static OdfStyleProperty TextUnderlineStyle
           
static OdfStyleProperty TextUnderlineType
           
static OdfStyleProperty TextUnderlineWidth
           
static OdfStyleProperty UseWindowFontColor
           
 
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
StyleTextPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleTextPropertiesElement
 
Method Summary
 java.lang.String getFoBackgroundColorAttribute()
          Receives the value of the ODFDOM attribute representation FoBackgroundColorAttribute , See
 java.lang.String getFoColorAttribute()
          Receives the value of the ODFDOM attribute representation FoColorAttribute , See
 java.lang.String getFoCountryAttribute()
          Receives the value of the ODFDOM attribute representation FoCountryAttribute , See
 java.lang.String getFoFontFamilyAttribute()
          Receives the value of the ODFDOM attribute representation FoFontFamilyAttribute , See
 java.lang.String getFoFontSizeAttribute()
          Receives the value of the ODFDOM attribute representation FoFontSizeAttribute , See
 java.lang.String getFoFontStyleAttribute()
          Receives the value of the ODFDOM attribute representation FoFontStyleAttribute , See
 java.lang.String getFoFontVariantAttribute()
          Receives the value of the ODFDOM attribute representation FoFontVariantAttribute , See
 java.lang.String getFoFontWeightAttribute()
          Receives the value of the ODFDOM attribute representation FoFontWeightAttribute , See
 java.lang.Boolean getFoHyphenateAttribute()
          Receives the value of the ODFDOM attribute representation FoHyphenateAttribute , See
 java.lang.Integer getFoHyphenationPushCharCountAttribute()
          Receives the value of the ODFDOM attribute representation FoHyphenationPushCharCountAttribute , See
 java.lang.Integer getFoHyphenationRemainCharCountAttribute()
          Receives the value of the ODFDOM attribute representation FoHyphenationRemainCharCountAttribute , See
 java.lang.String getFoLanguageAttribute()
          Receives the value of the ODFDOM attribute representation FoLanguageAttribute , See
 java.lang.String getFoLetterSpacingAttribute()
          Receives the value of the ODFDOM attribute representation FoLetterSpacingAttribute , See
 java.lang.String getFoScriptAttribute()
          Receives the value of the ODFDOM attribute representation FoScriptAttribute , See
 java.lang.String getFoTextShadowAttribute()
          Receives the value of the ODFDOM attribute representation FoTextShadowAttribute , See
 java.lang.String getFoTextTransformAttribute()
          Receives the value of the ODFDOM attribute representation FoTextTransformAttribute , See
 OdfName getOdfName()
          Get the element name
 java.lang.String getStyleCountryAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleCountryAsianAttribute , See
 java.lang.String getStyleCountryComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleCountryComplexAttribute , See
 java.lang.String getStyleFontCharsetAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontCharsetAsianAttribute , See
 java.lang.String getStyleFontCharsetAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontCharsetAttribute , See
 java.lang.String getStyleFontCharsetComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontCharsetComplexAttribute , See
 java.lang.String getStyleFontFamilyAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontFamilyAsianAttribute , See
 java.lang.String getStyleFontFamilyComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontFamilyComplexAttribute , See
 java.lang.String getStyleFontFamilyGenericAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontFamilyGenericAsianAttribute , See
 java.lang.String getStyleFontFamilyGenericAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontFamilyGenericAttribute , See
 java.lang.String getStyleFontFamilyGenericComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontFamilyGenericComplexAttribute , See
 java.lang.String getStyleFontNameAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontNameAsianAttribute , See
 java.lang.String getStyleFontNameAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontNameAttribute , See
 java.lang.String getStyleFontNameComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontNameComplexAttribute , See
 java.lang.String getStyleFontPitchAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontPitchAsianAttribute , See
 java.lang.String getStyleFontPitchAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontPitchAttribute , See
 java.lang.String getStyleFontPitchComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontPitchComplexAttribute , See
 java.lang.String getStyleFontReliefAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontReliefAttribute , See
 java.lang.String getStyleFontSizeAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontSizeAsianAttribute , See
 java.lang.String getStyleFontSizeComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontSizeComplexAttribute , See
 java.lang.String getStyleFontSizeRelAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontSizeRelAsianAttribute , See
 java.lang.String getStyleFontSizeRelAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontSizeRelAttribute , See
 java.lang.String getStyleFontSizeRelComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontSizeRelComplexAttribute , See
 java.lang.String getStyleFontStyleAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontStyleAsianAttribute , See
 java.lang.String getStyleFontStyleComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontStyleComplexAttribute , See
 java.lang.String getStyleFontStyleNameAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontStyleNameAsianAttribute , See
 java.lang.String getStyleFontStyleNameAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontStyleNameAttribute , See
 java.lang.String getStyleFontStyleNameComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontStyleNameComplexAttribute , See
 java.lang.String getStyleFontWeightAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontWeightAsianAttribute , See
 java.lang.String getStyleFontWeightComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleFontWeightComplexAttribute , See
 java.lang.String getStyleLanguageAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleLanguageAsianAttribute , See
 java.lang.String getStyleLanguageComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleLanguageComplexAttribute , See
 java.lang.Boolean getStyleLetterKerningAttribute()
          Receives the value of the ODFDOM attribute representation StyleLetterKerningAttribute , See
 java.lang.String getStyleRfcLanguageTagAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleRfcLanguageTagAsianAttribute , See
 java.lang.String getStyleRfcLanguageTagAttribute()
          Receives the value of the ODFDOM attribute representation StyleRfcLanguageTagAttribute , See
 java.lang.String getStyleRfcLanguageTagComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleRfcLanguageTagComplexAttribute , See
 java.lang.String getStyleScriptAsianAttribute()
          Receives the value of the ODFDOM attribute representation StyleScriptAsianAttribute , See
 java.lang.String getStyleScriptComplexAttribute()
          Receives the value of the ODFDOM attribute representation StyleScriptComplexAttribute , See
 java.lang.String getStyleScriptTypeAttribute()
          Receives the value of the ODFDOM attribute representation StyleScriptTypeAttribute , See
 java.lang.Boolean getStyleTextBlinkingAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextBlinkingAttribute , See
 java.lang.String getStyleTextCombineAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextCombineAttribute , See
 java.lang.String getStyleTextCombineEndCharAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextCombineEndCharAttribute , See
 java.lang.String getStyleTextCombineStartCharAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextCombineStartCharAttribute , See
 java.lang.String getStyleTextEmphasizeAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextEmphasizeAttribute , See
 java.lang.String getStyleTextLineThroughColorAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextLineThroughColorAttribute , See
 java.lang.String getStyleTextLineThroughModeAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextLineThroughModeAttribute , See
 java.lang.String getStyleTextLineThroughStyleAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextLineThroughStyleAttribute , See
 java.lang.String getStyleTextLineThroughTextAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextLineThroughTextAttribute , See
 java.lang.String getStyleTextLineThroughTextStyleAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextLineThroughTextStyleAttribute , See
 java.lang.String getStyleTextLineThroughTypeAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextLineThroughTypeAttribute , See
 java.lang.String getStyleTextLineThroughWidthAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextLineThroughWidthAttribute , See
 java.lang.Boolean getStyleTextOutlineAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextOutlineAttribute , See
 java.lang.String getStyleTextOverlineColorAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextOverlineColorAttribute , See
 java.lang.String getStyleTextOverlineModeAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextOverlineModeAttribute , See
 java.lang.String getStyleTextOverlineStyleAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextOverlineStyleAttribute , See
 java.lang.String getStyleTextOverlineTypeAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextOverlineTypeAttribute , See
 java.lang.String getStyleTextOverlineWidthAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextOverlineWidthAttribute , See
 java.lang.String getStyleTextPositionAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextPositionAttribute , See
 java.lang.String getStyleTextRotationAngleAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextRotationAngleAttribute , See
 java.lang.String getStyleTextRotationScaleAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextRotationScaleAttribute , See
 java.lang.String getStyleTextScaleAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextScaleAttribute , See
 java.lang.String getStyleTextUnderlineColorAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextUnderlineColorAttribute , See
 java.lang.String getStyleTextUnderlineModeAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextUnderlineModeAttribute , See
 java.lang.String getStyleTextUnderlineStyleAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextUnderlineStyleAttribute , See
 java.lang.String getStyleTextUnderlineTypeAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextUnderlineTypeAttribute , See
 java.lang.String getStyleTextUnderlineWidthAttribute()
          Receives the value of the ODFDOM attribute representation StyleTextUnderlineWidthAttribute , See
 java.lang.Boolean getStyleUseWindowFontColorAttribute()
          Receives the value of the ODFDOM attribute representation StyleUseWindowFontColorAttribute , See
 java.lang.String getTextConditionAttribute()
          Receives the value of the ODFDOM attribute representation TextConditionAttribute , See
 java.lang.String getTextDisplayAttribute()
          Receives the value of the ODFDOM attribute representation TextDisplayAttribute , See
 void init(java.lang.String textDisplayAttributeValue, java.lang.String textConditionAttributeValue)
          Initialization of the mandatory attributes of StyleTextPropertiesElement
 void setFoBackgroundColorAttribute(java.lang.String foBackgroundColorValue)
          Sets the value of ODFDOM attribute representation FoBackgroundColorAttribute , See
 void setFoColorAttribute(java.lang.String foColorValue)
          Sets the value of ODFDOM attribute representation FoColorAttribute , See
 void setFoCountryAttribute(java.lang.String foCountryValue)
          Sets the value of ODFDOM attribute representation FoCountryAttribute , See
 void setFoFontFamilyAttribute(java.lang.String foFontFamilyValue)
          Sets the value of ODFDOM attribute representation FoFontFamilyAttribute , See
 void setFoFontSizeAttribute(java.lang.String foFontSizeValue)
          Sets the value of ODFDOM attribute representation FoFontSizeAttribute , See
 void setFoFontStyleAttribute(java.lang.String foFontStyleValue)
          Sets the value of ODFDOM attribute representation FoFontStyleAttribute , See
 void setFoFontVariantAttribute(java.lang.String foFontVariantValue)
          Sets the value of ODFDOM attribute representation FoFontVariantAttribute , See
 void setFoFontWeightAttribute(java.lang.String foFontWeightValue)
          Sets the value of ODFDOM attribute representation FoFontWeightAttribute , See
 void setFoHyphenateAttribute(java.lang.Boolean foHyphenateValue)
          Sets the value of ODFDOM attribute representation FoHyphenateAttribute , See
 void setFoHyphenationPushCharCountAttribute(java.lang.Integer foHyphenationPushCharCountValue)
          Sets the value of ODFDOM attribute representation FoHyphenationPushCharCountAttribute , See
 void setFoHyphenationRemainCharCountAttribute(java.lang.Integer foHyphenationRemainCharCountValue)
          Sets the value of ODFDOM attribute representation FoHyphenationRemainCharCountAttribute , See
 void setFoLanguageAttribute(java.lang.String foLanguageValue)
          Sets the value of ODFDOM attribute representation FoLanguageAttribute , See
 void setFoLetterSpacingAttribute(java.lang.String foLetterSpacingValue)
          Sets the value of ODFDOM attribute representation FoLetterSpacingAttribute , See
 void setFoScriptAttribute(java.lang.String foScriptValue)
          Sets the value of ODFDOM attribute representation FoScriptAttribute , See
 void setFoTextShadowAttribute(java.lang.String foTextShadowValue)
          Sets the value of ODFDOM attribute representation FoTextShadowAttribute , See
 void setFoTextTransformAttribute(java.lang.String foTextTransformValue)
          Sets the value of ODFDOM attribute representation FoTextTransformAttribute , See
 void setStyleCountryAsianAttribute(java.lang.String styleCountryAsianValue)
          Sets the value of ODFDOM attribute representation StyleCountryAsianAttribute , See
 void setStyleCountryComplexAttribute(java.lang.String styleCountryComplexValue)
          Sets the value of ODFDOM attribute representation StyleCountryComplexAttribute , See
 void setStyleFontCharsetAsianAttribute(java.lang.String styleFontCharsetAsianValue)
          Sets the value of ODFDOM attribute representation StyleFontCharsetAsianAttribute , See
 void setStyleFontCharsetAttribute(java.lang.String styleFontCharsetValue)
          Sets the value of ODFDOM attribute representation StyleFontCharsetAttribute , See
 void setStyleFontCharsetComplexAttribute(java.lang.String styleFontCharsetComplexValue)
          Sets the value of ODFDOM attribute representation StyleFontCharsetComplexAttribute , See
 void setStyleFontFamilyAsianAttribute(java.lang.String styleFontFamilyAsianValue)
          Sets the value of ODFDOM attribute representation StyleFontFamilyAsianAttribute , See
 void setStyleFontFamilyComplexAttribute(java.lang.String styleFontFamilyComplexValue)
          Sets the value of ODFDOM attribute representation StyleFontFamilyComplexAttribute , See
 void setStyleFontFamilyGenericAsianAttribute(java.lang.String styleFontFamilyGenericAsianValue)
          Sets the value of ODFDOM attribute representation StyleFontFamilyGenericAsianAttribute , See
 void setStyleFontFamilyGenericAttribute(java.lang.String styleFontFamilyGenericValue)
          Sets the value of ODFDOM attribute representation StyleFontFamilyGenericAttribute , See
 void setStyleFontFamilyGenericComplexAttribute(java.lang.String styleFontFamilyGenericComplexValue)
          Sets the value of ODFDOM attribute representation StyleFontFamilyGenericComplexAttribute , See
 void setStyleFontNameAsianAttribute(java.lang.String styleFontNameAsianValue)
          Sets the value of ODFDOM attribute representation StyleFontNameAsianAttribute , See
 void setStyleFontNameAttribute(java.lang.String styleFontNameValue)
          Sets the value of ODFDOM attribute representation StyleFontNameAttribute , See
 void setStyleFontNameComplexAttribute(java.lang.String styleFontNameComplexValue)
          Sets the value of ODFDOM attribute representation StyleFontNameComplexAttribute , See
 void setStyleFontPitchAsianAttribute(java.lang.String styleFontPitchAsianValue)
          Sets the value of ODFDOM attribute representation StyleFontPitchAsianAttribute , See
 void setStyleFontPitchAttribute(java.lang.String styleFontPitchValue)
          Sets the value of ODFDOM attribute representation StyleFontPitchAttribute , See
 void setStyleFontPitchComplexAttribute(java.lang.String styleFontPitchComplexValue)
          Sets the value of ODFDOM attribute representation StyleFontPitchComplexAttribute , See
 void setStyleFontReliefAttribute(java.lang.String styleFontReliefValue)
          Sets the value of ODFDOM attribute representation StyleFontReliefAttribute , See
 void setStyleFontSizeAsianAttribute(java.lang.String styleFontSizeAsianValue)
          Sets the value of ODFDOM attribute representation StyleFontSizeAsianAttribute , See
 void setStyleFontSizeComplexAttribute(java.lang.String styleFontSizeComplexValue)
          Sets the value of ODFDOM attribute representation StyleFontSizeComplexAttribute , See
 void setStyleFontSizeRelAsianAttribute(java.lang.String styleFontSizeRelAsianValue)
          Sets the value of ODFDOM attribute representation StyleFontSizeRelAsianAttribute , See
 void setStyleFontSizeRelAttribute(java.lang.String styleFontSizeRelValue)
          Sets the value of ODFDOM attribute representation StyleFontSizeRelAttribute , See
 void setStyleFontSizeRelComplexAttribute(java.lang.String styleFontSizeRelComplexValue)
          Sets the value of ODFDOM attribute representation StyleFontSizeRelComplexAttribute , See
 void setStyleFontStyleAsianAttribute(java.lang.String styleFontStyleAsianValue)
          Sets the value of ODFDOM attribute representation StyleFontStyleAsianAttribute , See
 void setStyleFontStyleComplexAttribute(java.lang.String styleFontStyleComplexValue)
          Sets the value of ODFDOM attribute representation StyleFontStyleComplexAttribute , See
 void setStyleFontStyleNameAsianAttribute(java.lang.String styleFontStyleNameAsianValue)
          Sets the value of ODFDOM attribute representation StyleFontStyleNameAsianAttribute , See
 void setStyleFontStyleNameAttribute(java.lang.String styleFontStyleNameValue)
          Sets the value of ODFDOM attribute representation StyleFontStyleNameAttribute , See
 void setStyleFontStyleNameComplexAttribute(java.lang.String styleFontStyleNameComplexValue)
          Sets the value of ODFDOM attribute representation StyleFontStyleNameComplexAttribute , See
 void setStyleFontWeightAsianAttribute(java.lang.String styleFontWeightAsianValue)
          Sets the value of ODFDOM attribute representation StyleFontWeightAsianAttribute , See
 void setStyleFontWeightComplexAttribute(java.lang.String styleFontWeightComplexValue)
          Sets the value of ODFDOM attribute representation StyleFontWeightComplexAttribute , See
 void setStyleLanguageAsianAttribute(java.lang.String styleLanguageAsianValue)
          Sets the value of ODFDOM attribute representation StyleLanguageAsianAttribute , See
 void setStyleLanguageComplexAttribute(java.lang.String styleLanguageComplexValue)
          Sets the value of ODFDOM attribute representation StyleLanguageComplexAttribute , See
 void setStyleLetterKerningAttribute(java.lang.Boolean styleLetterKerningValue)
          Sets the value of ODFDOM attribute representation StyleLetterKerningAttribute , See
 void setStyleRfcLanguageTagAsianAttribute(java.lang.String styleRfcLanguageTagAsianValue)
          Sets the value of ODFDOM attribute representation StyleRfcLanguageTagAsianAttribute , See
 void setStyleRfcLanguageTagAttribute(java.lang.String styleRfcLanguageTagValue)
          Sets the value of ODFDOM attribute representation StyleRfcLanguageTagAttribute , See
 void setStyleRfcLanguageTagComplexAttribute(java.lang.String styleRfcLanguageTagComplexValue)
          Sets the value of ODFDOM attribute representation StyleRfcLanguageTagComplexAttribute , See
 void setStyleScriptAsianAttribute(java.lang.String styleScriptAsianValue)
          Sets the value of ODFDOM attribute representation StyleScriptAsianAttribute , See
 void setStyleScriptComplexAttribute(java.lang.String styleScriptComplexValue)
          Sets the value of ODFDOM attribute representation StyleScriptComplexAttribute , See
 void setStyleScriptTypeAttribute(java.lang.String styleScriptTypeValue)
          Sets the value of ODFDOM attribute representation StyleScriptTypeAttribute , See
 void setStyleTextBlinkingAttribute(java.lang.Boolean styleTextBlinkingValue)
          Sets the value of ODFDOM attribute representation StyleTextBlinkingAttribute , See
 void setStyleTextCombineAttribute(java.lang.String styleTextCombineValue)
          Sets the value of ODFDOM attribute representation StyleTextCombineAttribute , See
 void setStyleTextCombineEndCharAttribute(java.lang.String styleTextCombineEndCharValue)
          Sets the value of ODFDOM attribute representation StyleTextCombineEndCharAttribute , See
 void setStyleTextCombineStartCharAttribute(java.lang.String styleTextCombineStartCharValue)
          Sets the value of ODFDOM attribute representation StyleTextCombineStartCharAttribute , See
 void setStyleTextEmphasizeAttribute(java.lang.String styleTextEmphasizeValue)
          Sets the value of ODFDOM attribute representation StyleTextEmphasizeAttribute , See
 void setStyleTextLineThroughColorAttribute(java.lang.String styleTextLineThroughColorValue)
          Sets the value of ODFDOM attribute representation StyleTextLineThroughColorAttribute , See
 void setStyleTextLineThroughModeAttribute(java.lang.String styleTextLineThroughModeValue)
          Sets the value of ODFDOM attribute representation StyleTextLineThroughModeAttribute , See
 void setStyleTextLineThroughStyleAttribute(java.lang.String styleTextLineThroughStyleValue)
          Sets the value of ODFDOM attribute representation StyleTextLineThroughStyleAttribute , See
 void setStyleTextLineThroughTextAttribute(java.lang.String styleTextLineThroughTextValue)
          Sets the value of ODFDOM attribute representation StyleTextLineThroughTextAttribute , See
 void setStyleTextLineThroughTextStyleAttribute(java.lang.String styleTextLineThroughTextStyleValue)
          Sets the value of ODFDOM attribute representation StyleTextLineThroughTextStyleAttribute , See
 void setStyleTextLineThroughTypeAttribute(java.lang.String styleTextLineThroughTypeValue)
          Sets the value of ODFDOM attribute representation StyleTextLineThroughTypeAttribute , See
 void setStyleTextLineThroughWidthAttribute(java.lang.String styleTextLineThroughWidthValue)
          Sets the value of ODFDOM attribute representation StyleTextLineThroughWidthAttribute , See
 void setStyleTextOutlineAttribute(java.lang.Boolean styleTextOutlineValue)
          Sets the value of ODFDOM attribute representation StyleTextOutlineAttribute , See
 void setStyleTextOverlineColorAttribute(java.lang.String styleTextOverlineColorValue)
          Sets the value of ODFDOM attribute representation StyleTextOverlineColorAttribute , See
 void setStyleTextOverlineModeAttribute(java.lang.String styleTextOverlineModeValue)
          Sets the value of ODFDOM attribute representation StyleTextOverlineModeAttribute , See
 void setStyleTextOverlineStyleAttribute(java.lang.String styleTextOverlineStyleValue)
          Sets the value of ODFDOM attribute representation StyleTextOverlineStyleAttribute , See
 void setStyleTextOverlineTypeAttribute(java.lang.String styleTextOverlineTypeValue)
          Sets the value of ODFDOM attribute representation StyleTextOverlineTypeAttribute , See
 void setStyleTextOverlineWidthAttribute(java.lang.String styleTextOverlineWidthValue)
          Sets the value of ODFDOM attribute representation StyleTextOverlineWidthAttribute , See
 void setStyleTextPositionAttribute(java.lang.String styleTextPositionValue)
          Sets the value of ODFDOM attribute representation StyleTextPositionAttribute , See
 void setStyleTextRotationAngleAttribute(java.lang.String styleTextRotationAngleValue)
          Sets the value of ODFDOM attribute representation StyleTextRotationAngleAttribute , See
 void setStyleTextRotationScaleAttribute(java.lang.String styleTextRotationScaleValue)
          Sets the value of ODFDOM attribute representation StyleTextRotationScaleAttribute , See
 void setStyleTextScaleAttribute(java.lang.String styleTextScaleValue)
          Sets the value of ODFDOM attribute representation StyleTextScaleAttribute , See
 void setStyleTextUnderlineColorAttribute(java.lang.String styleTextUnderlineColorValue)
          Sets the value of ODFDOM attribute representation StyleTextUnderlineColorAttribute , See
 void setStyleTextUnderlineModeAttribute(java.lang.String styleTextUnderlineModeValue)
          Sets the value of ODFDOM attribute representation StyleTextUnderlineModeAttribute , See
 void setStyleTextUnderlineStyleAttribute(java.lang.String styleTextUnderlineStyleValue)
          Sets the value of ODFDOM attribute representation StyleTextUnderlineStyleAttribute , See
 void setStyleTextUnderlineTypeAttribute(java.lang.String styleTextUnderlineTypeValue)
          Sets the value of ODFDOM attribute representation StyleTextUnderlineTypeAttribute , See
 void setStyleTextUnderlineWidthAttribute(java.lang.String styleTextUnderlineWidthValue)
          Sets the value of ODFDOM attribute representation StyleTextUnderlineWidthAttribute , See
 void setStyleUseWindowFontColorAttribute(java.lang.Boolean styleUseWindowFontColorValue)
          Sets the value of ODFDOM attribute representation StyleUseWindowFontColorAttribute , See
 void setTextConditionAttribute(java.lang.String textConditionValue)
          Sets the value of ODFDOM attribute representation TextConditionAttribute , See
 void setTextDisplayAttribute(java.lang.String textDisplayValue)
          Sets the value of ODFDOM attribute representation TextDisplayAttribute , 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

FontVariant

public static final OdfStyleProperty FontVariant

TextTransform

public static final OdfStyleProperty TextTransform

Color

public static final OdfStyleProperty Color

UseWindowFontColor

public static final OdfStyleProperty UseWindowFontColor

TextOutline

public static final OdfStyleProperty TextOutline

TextLineThroughType

public static final OdfStyleProperty TextLineThroughType

TextLineThroughStyle

public static final OdfStyleProperty TextLineThroughStyle

TextLineThroughWidth

public static final OdfStyleProperty TextLineThroughWidth

TextLineThroughColor

public static final OdfStyleProperty TextLineThroughColor

TextLineThroughText

public static final OdfStyleProperty TextLineThroughText

TextLineThroughTextStyle

public static final OdfStyleProperty TextLineThroughTextStyle

TextPosition

public static final OdfStyleProperty TextPosition

FontName

public static final OdfStyleProperty FontName

FontNameAsian

public static final OdfStyleProperty FontNameAsian

FontNameComplex

public static final OdfStyleProperty FontNameComplex

FontFamily

public static final OdfStyleProperty FontFamily

FontFamilyAsian

public static final OdfStyleProperty FontFamilyAsian

FontFamilyComplex

public static final OdfStyleProperty FontFamilyComplex

FontFamilyGeneric

public static final OdfStyleProperty FontFamilyGeneric

FontFamilyGenericAsian

public static final OdfStyleProperty FontFamilyGenericAsian

FontFamilyGenericComplex

public static final OdfStyleProperty FontFamilyGenericComplex

FontStyleName

public static final OdfStyleProperty FontStyleName

FontStyleNameAsian

public static final OdfStyleProperty FontStyleNameAsian

FontStyleNameComplex

public static final OdfStyleProperty FontStyleNameComplex

FontPitch

public static final OdfStyleProperty FontPitch

FontPitchAsian

public static final OdfStyleProperty FontPitchAsian

FontPitchComplex

public static final OdfStyleProperty FontPitchComplex

FontCharset

public static final OdfStyleProperty FontCharset

FontCharsetAsian

public static final OdfStyleProperty FontCharsetAsian

FontCharsetComplex

public static final OdfStyleProperty FontCharsetComplex

FontSize

public static final OdfStyleProperty FontSize

FontSizeAsian

public static final OdfStyleProperty FontSizeAsian

FontSizeComplex

public static final OdfStyleProperty FontSizeComplex

FontSizeRel

public static final OdfStyleProperty FontSizeRel

FontSizeRelAsian

public static final OdfStyleProperty FontSizeRelAsian

FontSizeRelComplex

public static final OdfStyleProperty FontSizeRelComplex

ScriptType

public static final OdfStyleProperty ScriptType

LetterSpacing

public static final OdfStyleProperty LetterSpacing

Language

public static final OdfStyleProperty Language

LanguageAsian

public static final OdfStyleProperty LanguageAsian

LanguageComplex

public static final OdfStyleProperty LanguageComplex

Country

public static final OdfStyleProperty Country

CountryAsian

public static final OdfStyleProperty CountryAsian

CountryComplex

public static final OdfStyleProperty CountryComplex

Script

public static final OdfStyleProperty Script

ScriptAsian

public static final OdfStyleProperty ScriptAsian

ScriptComplex

public static final OdfStyleProperty ScriptComplex

RfcLanguageTag

public static final OdfStyleProperty RfcLanguageTag

RfcLanguageTagAsian

public static final OdfStyleProperty RfcLanguageTagAsian

RfcLanguageTagComplex

public static final OdfStyleProperty RfcLanguageTagComplex

FontStyle

public static final OdfStyleProperty FontStyle

FontStyleAsian

public static final OdfStyleProperty FontStyleAsian

FontStyleComplex

public static final OdfStyleProperty FontStyleComplex

FontRelief

public static final OdfStyleProperty FontRelief

TextShadow

public static final OdfStyleProperty TextShadow

TextUnderlineType

public static final OdfStyleProperty TextUnderlineType

TextUnderlineStyle

public static final OdfStyleProperty TextUnderlineStyle

TextUnderlineWidth

public static final OdfStyleProperty TextUnderlineWidth

TextUnderlineColor

public static final OdfStyleProperty TextUnderlineColor

TextOverlineType

public static final OdfStyleProperty TextOverlineType

TextOverlineStyle

public static final OdfStyleProperty TextOverlineStyle

TextOverlineWidth

public static final OdfStyleProperty TextOverlineWidth

TextOverlineColor

public static final OdfStyleProperty TextOverlineColor

TextOverlineMode

public static final OdfStyleProperty TextOverlineMode

FontWeight

public static final OdfStyleProperty FontWeight

FontWeightAsian

public static final OdfStyleProperty FontWeightAsian

FontWeightComplex

public static final OdfStyleProperty FontWeightComplex

TextUnderlineMode

public static final OdfStyleProperty TextUnderlineMode

TextLineThroughMode

public static final OdfStyleProperty TextLineThroughMode

LetterKerning

public static final OdfStyleProperty LetterKerning

TextBlinking

public static final OdfStyleProperty TextBlinking

BackgroundColor

public static final OdfStyleProperty BackgroundColor

TextCombine

public static final OdfStyleProperty TextCombine

TextCombineStartChar

public static final OdfStyleProperty TextCombineStartChar

TextCombineEndChar

public static final OdfStyleProperty TextCombineEndChar

TextEmphasize

public static final OdfStyleProperty TextEmphasize

TextScale

public static final OdfStyleProperty TextScale

TextRotationAngle

public static final OdfStyleProperty TextRotationAngle

TextRotationScale

public static final OdfStyleProperty TextRotationScale

Hyphenate

public static final OdfStyleProperty Hyphenate

HyphenationRemainCharCount

public static final OdfStyleProperty HyphenationRemainCharCount

HyphenationPushCharCount

public static final OdfStyleProperty HyphenationPushCharCount

Display

public static final OdfStyleProperty Display

Condition

public static final OdfStyleProperty Condition
Constructor Detail

StyleTextPropertiesElement

public StyleTextPropertiesElement(OdfFileDom ownerDoc)
Create the instance of StyleTextPropertiesElement

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 .

init

public void init(java.lang.String textDisplayAttributeValue,
                 java.lang.String textConditionAttributeValue)
Initialization of the mandatory attributes of StyleTextPropertiesElement

Parameters:
textDisplayAttributeValue - The mandatory attribute "
textConditionAttributeValue - The mandatory attribute "

getFoFontVariantAttribute

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

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

setFoFontVariantAttribute

public void setFoFontVariantAttribute(java.lang.String foFontVariantValue)
Sets the value of ODFDOM attribute representation FoFontVariantAttribute , See

Parameters:
foFontVariantValue - The type is String

getFoTextTransformAttribute

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

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

setFoTextTransformAttribute

public void setFoTextTransformAttribute(java.lang.String foTextTransformValue)
Sets the value of ODFDOM attribute representation FoTextTransformAttribute , See

Parameters:
foTextTransformValue - The type is String

getFoColorAttribute

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

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

setFoColorAttribute

public void setFoColorAttribute(java.lang.String foColorValue)
Sets the value of ODFDOM attribute representation FoColorAttribute , See

Parameters:
foColorValue - The type is String

getStyleUseWindowFontColorAttribute

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

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

setStyleUseWindowFontColorAttribute

public void setStyleUseWindowFontColorAttribute(java.lang.Boolean styleUseWindowFontColorValue)
Sets the value of ODFDOM attribute representation StyleUseWindowFontColorAttribute , See

Parameters:
styleUseWindowFontColorValue - The type is Boolean

getStyleTextOutlineAttribute

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

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

setStyleTextOutlineAttribute

public void setStyleTextOutlineAttribute(java.lang.Boolean styleTextOutlineValue)
Sets the value of ODFDOM attribute representation StyleTextOutlineAttribute , See

Parameters:
styleTextOutlineValue - The type is Boolean

getStyleTextLineThroughTypeAttribute

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

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

setStyleTextLineThroughTypeAttribute

public void setStyleTextLineThroughTypeAttribute(java.lang.String styleTextLineThroughTypeValue)
Sets the value of ODFDOM attribute representation StyleTextLineThroughTypeAttribute , See

Parameters:
styleTextLineThroughTypeValue - The type is String

getStyleTextLineThroughStyleAttribute

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

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

setStyleTextLineThroughStyleAttribute

public void setStyleTextLineThroughStyleAttribute(java.lang.String styleTextLineThroughStyleValue)
Sets the value of ODFDOM attribute representation StyleTextLineThroughStyleAttribute , See

Parameters:
styleTextLineThroughStyleValue - The type is String

getStyleTextLineThroughWidthAttribute

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

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

setStyleTextLineThroughWidthAttribute

public void setStyleTextLineThroughWidthAttribute(java.lang.String styleTextLineThroughWidthValue)
Sets the value of ODFDOM attribute representation StyleTextLineThroughWidthAttribute , See

Parameters:
styleTextLineThroughWidthValue - The type is String

getStyleTextLineThroughColorAttribute

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

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

setStyleTextLineThroughColorAttribute

public void setStyleTextLineThroughColorAttribute(java.lang.String styleTextLineThroughColorValue)
Sets the value of ODFDOM attribute representation StyleTextLineThroughColorAttribute , See

Parameters:
styleTextLineThroughColorValue - The type is String

getStyleTextLineThroughTextAttribute

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

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

setStyleTextLineThroughTextAttribute

public void setStyleTextLineThroughTextAttribute(java.lang.String styleTextLineThroughTextValue)
Sets the value of ODFDOM attribute representation StyleTextLineThroughTextAttribute , See

Parameters:
styleTextLineThroughTextValue - The type is String

getStyleTextLineThroughTextStyleAttribute

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

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

setStyleTextLineThroughTextStyleAttribute

public void setStyleTextLineThroughTextStyleAttribute(java.lang.String styleTextLineThroughTextStyleValue)
Sets the value of ODFDOM attribute representation StyleTextLineThroughTextStyleAttribute , See

Parameters:
styleTextLineThroughTextStyleValue - The type is String

getStyleTextPositionAttribute

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

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

setStyleTextPositionAttribute

public void setStyleTextPositionAttribute(java.lang.String styleTextPositionValue)
Sets the value of ODFDOM attribute representation StyleTextPositionAttribute , See

Parameters:
styleTextPositionValue - The type is String

getStyleFontNameAttribute

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

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

setStyleFontNameAttribute

public void setStyleFontNameAttribute(java.lang.String styleFontNameValue)
Sets the value of ODFDOM attribute representation StyleFontNameAttribute , See

Parameters:
styleFontNameValue - The type is String

getStyleFontNameAsianAttribute

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

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

setStyleFontNameAsianAttribute

public void setStyleFontNameAsianAttribute(java.lang.String styleFontNameAsianValue)
Sets the value of ODFDOM attribute representation StyleFontNameAsianAttribute , See

Parameters:
styleFontNameAsianValue - The type is String

getStyleFontNameComplexAttribute

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

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

setStyleFontNameComplexAttribute

public void setStyleFontNameComplexAttribute(java.lang.String styleFontNameComplexValue)
Sets the value of ODFDOM attribute representation StyleFontNameComplexAttribute , See

Parameters:
styleFontNameComplexValue - The type is String

getFoFontFamilyAttribute

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

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

setFoFontFamilyAttribute

public void setFoFontFamilyAttribute(java.lang.String foFontFamilyValue)
Sets the value of ODFDOM attribute representation FoFontFamilyAttribute , See

Parameters:
foFontFamilyValue - The type is String

getStyleFontFamilyAsianAttribute

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

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

setStyleFontFamilyAsianAttribute

public void setStyleFontFamilyAsianAttribute(java.lang.String styleFontFamilyAsianValue)
Sets the value of ODFDOM attribute representation StyleFontFamilyAsianAttribute , See

Parameters:
styleFontFamilyAsianValue - The type is String

getStyleFontFamilyComplexAttribute

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

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

setStyleFontFamilyComplexAttribute

public void setStyleFontFamilyComplexAttribute(java.lang.String styleFontFamilyComplexValue)
Sets the value of ODFDOM attribute representation StyleFontFamilyComplexAttribute , See

Parameters:
styleFontFamilyComplexValue - The type is String

getStyleFontFamilyGenericAttribute

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

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

setStyleFontFamilyGenericAttribute

public void setStyleFontFamilyGenericAttribute(java.lang.String styleFontFamilyGenericValue)
Sets the value of ODFDOM attribute representation StyleFontFamilyGenericAttribute , See

Parameters:
styleFontFamilyGenericValue - The type is String

getStyleFontFamilyGenericAsianAttribute

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

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

setStyleFontFamilyGenericAsianAttribute

public void setStyleFontFamilyGenericAsianAttribute(java.lang.String styleFontFamilyGenericAsianValue)
Sets the value of ODFDOM attribute representation StyleFontFamilyGenericAsianAttribute , See

Parameters:
styleFontFamilyGenericAsianValue - The type is String

getStyleFontFamilyGenericComplexAttribute

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

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

setStyleFontFamilyGenericComplexAttribute

public void setStyleFontFamilyGenericComplexAttribute(java.lang.String styleFontFamilyGenericComplexValue)
Sets the value of ODFDOM attribute representation StyleFontFamilyGenericComplexAttribute , See

Parameters:
styleFontFamilyGenericComplexValue - The type is String

getStyleFontStyleNameAttribute

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

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

setStyleFontStyleNameAttribute

public void setStyleFontStyleNameAttribute(java.lang.String styleFontStyleNameValue)
Sets the value of ODFDOM attribute representation StyleFontStyleNameAttribute , See

Parameters:
styleFontStyleNameValue - The type is String

getStyleFontStyleNameAsianAttribute

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

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

setStyleFontStyleNameAsianAttribute

public void setStyleFontStyleNameAsianAttribute(java.lang.String styleFontStyleNameAsianValue)
Sets the value of ODFDOM attribute representation StyleFontStyleNameAsianAttribute , See

Parameters:
styleFontStyleNameAsianValue - The type is String

getStyleFontStyleNameComplexAttribute

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

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

setStyleFontStyleNameComplexAttribute

public void setStyleFontStyleNameComplexAttribute(java.lang.String styleFontStyleNameComplexValue)
Sets the value of ODFDOM attribute representation StyleFontStyleNameComplexAttribute , See

Parameters:
styleFontStyleNameComplexValue - The type is String

getStyleFontPitchAttribute

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

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

setStyleFontPitchAttribute

public void setStyleFontPitchAttribute(java.lang.String styleFontPitchValue)
Sets the value of ODFDOM attribute representation StyleFontPitchAttribute , See

Parameters:
styleFontPitchValue - The type is String

getStyleFontPitchAsianAttribute

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

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

setStyleFontPitchAsianAttribute

public void setStyleFontPitchAsianAttribute(java.lang.String styleFontPitchAsianValue)
Sets the value of ODFDOM attribute representation StyleFontPitchAsianAttribute , See

Parameters:
styleFontPitchAsianValue - The type is String

getStyleFontPitchComplexAttribute

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

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

setStyleFontPitchComplexAttribute

public void setStyleFontPitchComplexAttribute(java.lang.String styleFontPitchComplexValue)
Sets the value of ODFDOM attribute representation StyleFontPitchComplexAttribute , See

Parameters:
styleFontPitchComplexValue - The type is String

getStyleFontCharsetAttribute

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

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

setStyleFontCharsetAttribute

public void setStyleFontCharsetAttribute(java.lang.String styleFontCharsetValue)
Sets the value of ODFDOM attribute representation StyleFontCharsetAttribute , See

Parameters:
styleFontCharsetValue - The type is String

getStyleFontCharsetAsianAttribute

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

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

setStyleFontCharsetAsianAttribute

public void setStyleFontCharsetAsianAttribute(java.lang.String styleFontCharsetAsianValue)
Sets the value of ODFDOM attribute representation StyleFontCharsetAsianAttribute , See

Parameters:
styleFontCharsetAsianValue - The type is String

getStyleFontCharsetComplexAttribute

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

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

setStyleFontCharsetComplexAttribute

public void setStyleFontCharsetComplexAttribute(java.lang.String styleFontCharsetComplexValue)
Sets the value of ODFDOM attribute representation StyleFontCharsetComplexAttribute , See

Parameters:
styleFontCharsetComplexValue - The type is String

getFoFontSizeAttribute

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

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

setFoFontSizeAttribute

public void setFoFontSizeAttribute(java.lang.String foFontSizeValue)
Sets the value of ODFDOM attribute representation FoFontSizeAttribute , See

Parameters:
foFontSizeValue - The type is String

getStyleFontSizeAsianAttribute

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

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

setStyleFontSizeAsianAttribute

public void setStyleFontSizeAsianAttribute(java.lang.String styleFontSizeAsianValue)
Sets the value of ODFDOM attribute representation StyleFontSizeAsianAttribute , See

Parameters:
styleFontSizeAsianValue - The type is String

getStyleFontSizeComplexAttribute

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

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

setStyleFontSizeComplexAttribute

public void setStyleFontSizeComplexAttribute(java.lang.String styleFontSizeComplexValue)
Sets the value of ODFDOM attribute representation StyleFontSizeComplexAttribute , See

Parameters:
styleFontSizeComplexValue - The type is String

getStyleFontSizeRelAttribute

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

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

setStyleFontSizeRelAttribute

public void setStyleFontSizeRelAttribute(java.lang.String styleFontSizeRelValue)
Sets the value of ODFDOM attribute representation StyleFontSizeRelAttribute , See

Parameters:
styleFontSizeRelValue - The type is String

getStyleFontSizeRelAsianAttribute

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

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

setStyleFontSizeRelAsianAttribute

public void setStyleFontSizeRelAsianAttribute(java.lang.String styleFontSizeRelAsianValue)
Sets the value of ODFDOM attribute representation StyleFontSizeRelAsianAttribute , See

Parameters:
styleFontSizeRelAsianValue - The type is String

getStyleFontSizeRelComplexAttribute

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

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

setStyleFontSizeRelComplexAttribute

public void setStyleFontSizeRelComplexAttribute(java.lang.String styleFontSizeRelComplexValue)
Sets the value of ODFDOM attribute representation StyleFontSizeRelComplexAttribute , See

Parameters:
styleFontSizeRelComplexValue - The type is String

getStyleScriptTypeAttribute

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

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

setStyleScriptTypeAttribute

public void setStyleScriptTypeAttribute(java.lang.String styleScriptTypeValue)
Sets the value of ODFDOM attribute representation StyleScriptTypeAttribute , See

Parameters:
styleScriptTypeValue - The type is String

getFoLetterSpacingAttribute

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

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

setFoLetterSpacingAttribute

public void setFoLetterSpacingAttribute(java.lang.String foLetterSpacingValue)
Sets the value of ODFDOM attribute representation FoLetterSpacingAttribute , See

Parameters:
foLetterSpacingValue - The type is String

getFoLanguageAttribute

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

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

setFoLanguageAttribute

public void setFoLanguageAttribute(java.lang.String foLanguageValue)
Sets the value of ODFDOM attribute representation FoLanguageAttribute , See

Parameters:
foLanguageValue - The type is String

getStyleLanguageAsianAttribute

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

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

setStyleLanguageAsianAttribute

public void setStyleLanguageAsianAttribute(java.lang.String styleLanguageAsianValue)
Sets the value of ODFDOM attribute representation StyleLanguageAsianAttribute , See

Parameters:
styleLanguageAsianValue - The type is String

getStyleLanguageComplexAttribute

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

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

setStyleLanguageComplexAttribute

public void setStyleLanguageComplexAttribute(java.lang.String styleLanguageComplexValue)
Sets the value of ODFDOM attribute representation StyleLanguageComplexAttribute , See

Parameters:
styleLanguageComplexValue - The type is String

getFoCountryAttribute

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

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

setFoCountryAttribute

public void setFoCountryAttribute(java.lang.String foCountryValue)
Sets the value of ODFDOM attribute representation FoCountryAttribute , See

Parameters:
foCountryValue - The type is String

getStyleCountryAsianAttribute

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

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

setStyleCountryAsianAttribute

public void setStyleCountryAsianAttribute(java.lang.String styleCountryAsianValue)
Sets the value of ODFDOM attribute representation StyleCountryAsianAttribute , See

Parameters:
styleCountryAsianValue - The type is String

getStyleCountryComplexAttribute

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

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

setStyleCountryComplexAttribute

public void setStyleCountryComplexAttribute(java.lang.String styleCountryComplexValue)
Sets the value of ODFDOM attribute representation StyleCountryComplexAttribute , See

Parameters:
styleCountryComplexValue - The type is String

getFoScriptAttribute

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

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

setFoScriptAttribute

public void setFoScriptAttribute(java.lang.String foScriptValue)
Sets the value of ODFDOM attribute representation FoScriptAttribute , See

Parameters:
foScriptValue - The type is String

getStyleScriptAsianAttribute

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

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

setStyleScriptAsianAttribute

public void setStyleScriptAsianAttribute(java.lang.String styleScriptAsianValue)
Sets the value of ODFDOM attribute representation StyleScriptAsianAttribute , See

Parameters:
styleScriptAsianValue - The type is String

getStyleScriptComplexAttribute

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

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

setStyleScriptComplexAttribute

public void setStyleScriptComplexAttribute(java.lang.String styleScriptComplexValue)
Sets the value of ODFDOM attribute representation StyleScriptComplexAttribute , See

Parameters:
styleScriptComplexValue - The type is String

getStyleRfcLanguageTagAttribute

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

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

setStyleRfcLanguageTagAttribute

public void setStyleRfcLanguageTagAttribute(java.lang.String styleRfcLanguageTagValue)
Sets the value of ODFDOM attribute representation StyleRfcLanguageTagAttribute , See

Parameters:
styleRfcLanguageTagValue - The type is String

getStyleRfcLanguageTagAsianAttribute

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

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

setStyleRfcLanguageTagAsianAttribute

public void setStyleRfcLanguageTagAsianAttribute(java.lang.String styleRfcLanguageTagAsianValue)
Sets the value of ODFDOM attribute representation StyleRfcLanguageTagAsianAttribute , See

Parameters:
styleRfcLanguageTagAsianValue - The type is String

getStyleRfcLanguageTagComplexAttribute

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

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

setStyleRfcLanguageTagComplexAttribute

public void setStyleRfcLanguageTagComplexAttribute(java.lang.String styleRfcLanguageTagComplexValue)
Sets the value of ODFDOM attribute representation StyleRfcLanguageTagComplexAttribute , See

Parameters:
styleRfcLanguageTagComplexValue - The type is String

getFoFontStyleAttribute

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

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

setFoFontStyleAttribute

public void setFoFontStyleAttribute(java.lang.String foFontStyleValue)
Sets the value of ODFDOM attribute representation FoFontStyleAttribute , See

Parameters:
foFontStyleValue - The type is String

getStyleFontStyleAsianAttribute

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

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

setStyleFontStyleAsianAttribute

public void setStyleFontStyleAsianAttribute(java.lang.String styleFontStyleAsianValue)
Sets the value of ODFDOM attribute representation StyleFontStyleAsianAttribute , See

Parameters:
styleFontStyleAsianValue - The type is String

getStyleFontStyleComplexAttribute

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

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

setStyleFontStyleComplexAttribute

public void setStyleFontStyleComplexAttribute(java.lang.String styleFontStyleComplexValue)
Sets the value of ODFDOM attribute representation StyleFontStyleComplexAttribute , See

Parameters:
styleFontStyleComplexValue - The type is String

getStyleFontReliefAttribute

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

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

setStyleFontReliefAttribute

public void setStyleFontReliefAttribute(java.lang.String styleFontReliefValue)
Sets the value of ODFDOM attribute representation StyleFontReliefAttribute , See

Parameters:
styleFontReliefValue - The type is String

getFoTextShadowAttribute

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

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

setFoTextShadowAttribute

public void setFoTextShadowAttribute(java.lang.String foTextShadowValue)
Sets the value of ODFDOM attribute representation FoTextShadowAttribute , See

Parameters:
foTextShadowValue - The type is String

getStyleTextUnderlineTypeAttribute

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

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

setStyleTextUnderlineTypeAttribute

public void setStyleTextUnderlineTypeAttribute(java.lang.String styleTextUnderlineTypeValue)
Sets the value of ODFDOM attribute representation StyleTextUnderlineTypeAttribute , See

Parameters:
styleTextUnderlineTypeValue - The type is String

getStyleTextUnderlineStyleAttribute

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

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

setStyleTextUnderlineStyleAttribute

public void setStyleTextUnderlineStyleAttribute(java.lang.String styleTextUnderlineStyleValue)
Sets the value of ODFDOM attribute representation StyleTextUnderlineStyleAttribute , See

Parameters:
styleTextUnderlineStyleValue - The type is String

getStyleTextUnderlineWidthAttribute

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

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

setStyleTextUnderlineWidthAttribute

public void setStyleTextUnderlineWidthAttribute(java.lang.String styleTextUnderlineWidthValue)
Sets the value of ODFDOM attribute representation StyleTextUnderlineWidthAttribute , See

Parameters:
styleTextUnderlineWidthValue - The type is String

getStyleTextUnderlineColorAttribute

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

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

setStyleTextUnderlineColorAttribute

public void setStyleTextUnderlineColorAttribute(java.lang.String styleTextUnderlineColorValue)
Sets the value of ODFDOM attribute representation StyleTextUnderlineColorAttribute , See

Parameters:
styleTextUnderlineColorValue - The type is String

getStyleTextOverlineTypeAttribute

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

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

setStyleTextOverlineTypeAttribute

public void setStyleTextOverlineTypeAttribute(java.lang.String styleTextOverlineTypeValue)
Sets the value of ODFDOM attribute representation StyleTextOverlineTypeAttribute , See

Parameters:
styleTextOverlineTypeValue - The type is String

getStyleTextOverlineStyleAttribute

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

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

setStyleTextOverlineStyleAttribute

public void setStyleTextOverlineStyleAttribute(java.lang.String styleTextOverlineStyleValue)
Sets the value of ODFDOM attribute representation StyleTextOverlineStyleAttribute , See

Parameters:
styleTextOverlineStyleValue - The type is String

getStyleTextOverlineWidthAttribute

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

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

setStyleTextOverlineWidthAttribute

public void setStyleTextOverlineWidthAttribute(java.lang.String styleTextOverlineWidthValue)
Sets the value of ODFDOM attribute representation StyleTextOverlineWidthAttribute , See

Parameters:
styleTextOverlineWidthValue - The type is String

getStyleTextOverlineColorAttribute

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

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

setStyleTextOverlineColorAttribute

public void setStyleTextOverlineColorAttribute(java.lang.String styleTextOverlineColorValue)
Sets the value of ODFDOM attribute representation StyleTextOverlineColorAttribute , See

Parameters:
styleTextOverlineColorValue - The type is String

getStyleTextOverlineModeAttribute

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

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

setStyleTextOverlineModeAttribute

public void setStyleTextOverlineModeAttribute(java.lang.String styleTextOverlineModeValue)
Sets the value of ODFDOM attribute representation StyleTextOverlineModeAttribute , See

Parameters:
styleTextOverlineModeValue - The type is String

getFoFontWeightAttribute

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

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

setFoFontWeightAttribute

public void setFoFontWeightAttribute(java.lang.String foFontWeightValue)
Sets the value of ODFDOM attribute representation FoFontWeightAttribute , See

Parameters:
foFontWeightValue - The type is String

getStyleFontWeightAsianAttribute

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

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

setStyleFontWeightAsianAttribute

public void setStyleFontWeightAsianAttribute(java.lang.String styleFontWeightAsianValue)
Sets the value of ODFDOM attribute representation StyleFontWeightAsianAttribute , See

Parameters:
styleFontWeightAsianValue - The type is String

getStyleFontWeightComplexAttribute

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

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

setStyleFontWeightComplexAttribute

public void setStyleFontWeightComplexAttribute(java.lang.String styleFontWeightComplexValue)
Sets the value of ODFDOM attribute representation StyleFontWeightComplexAttribute , See

Parameters:
styleFontWeightComplexValue - The type is String

getStyleTextUnderlineModeAttribute

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

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

setStyleTextUnderlineModeAttribute

public void setStyleTextUnderlineModeAttribute(java.lang.String styleTextUnderlineModeValue)
Sets the value of ODFDOM attribute representation StyleTextUnderlineModeAttribute , See

Parameters:
styleTextUnderlineModeValue - The type is String

getStyleTextLineThroughModeAttribute

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

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

setStyleTextLineThroughModeAttribute

public void setStyleTextLineThroughModeAttribute(java.lang.String styleTextLineThroughModeValue)
Sets the value of ODFDOM attribute representation StyleTextLineThroughModeAttribute , See

Parameters:
styleTextLineThroughModeValue - The type is String

getStyleLetterKerningAttribute

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

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

setStyleLetterKerningAttribute

public void setStyleLetterKerningAttribute(java.lang.Boolean styleLetterKerningValue)
Sets the value of ODFDOM attribute representation StyleLetterKerningAttribute , See

Parameters:
styleLetterKerningValue - The type is Boolean

getStyleTextBlinkingAttribute

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

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

setStyleTextBlinkingAttribute

public void setStyleTextBlinkingAttribute(java.lang.Boolean styleTextBlinkingValue)
Sets the value of ODFDOM attribute representation StyleTextBlinkingAttribute , See

Parameters:
styleTextBlinkingValue - The type is Boolean

getFoBackgroundColorAttribute

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

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

setFoBackgroundColorAttribute

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

Parameters:
foBackgroundColorValue - The type is String

getStyleTextCombineAttribute

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

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

setStyleTextCombineAttribute

public void setStyleTextCombineAttribute(java.lang.String styleTextCombineValue)
Sets the value of ODFDOM attribute representation StyleTextCombineAttribute , See

Parameters:
styleTextCombineValue - The type is String

getStyleTextCombineStartCharAttribute

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

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

setStyleTextCombineStartCharAttribute

public void setStyleTextCombineStartCharAttribute(java.lang.String styleTextCombineStartCharValue)
Sets the value of ODFDOM attribute representation StyleTextCombineStartCharAttribute , See

Parameters:
styleTextCombineStartCharValue - The type is String

getStyleTextCombineEndCharAttribute

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

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

setStyleTextCombineEndCharAttribute

public void setStyleTextCombineEndCharAttribute(java.lang.String styleTextCombineEndCharValue)
Sets the value of ODFDOM attribute representation StyleTextCombineEndCharAttribute , See

Parameters:
styleTextCombineEndCharValue - The type is String

getStyleTextEmphasizeAttribute

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

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

setStyleTextEmphasizeAttribute

public void setStyleTextEmphasizeAttribute(java.lang.String styleTextEmphasizeValue)
Sets the value of ODFDOM attribute representation StyleTextEmphasizeAttribute , See

Parameters:
styleTextEmphasizeValue - The type is String

getStyleTextScaleAttribute

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

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

setStyleTextScaleAttribute

public void setStyleTextScaleAttribute(java.lang.String styleTextScaleValue)
Sets the value of ODFDOM attribute representation StyleTextScaleAttribute , See

Parameters:
styleTextScaleValue - The type is String

getStyleTextRotationAngleAttribute

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

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

setStyleTextRotationAngleAttribute

public void setStyleTextRotationAngleAttribute(java.lang.String styleTextRotationAngleValue)
Sets the value of ODFDOM attribute representation StyleTextRotationAngleAttribute , See

Parameters:
styleTextRotationAngleValue - The type is String

getStyleTextRotationScaleAttribute

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

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

setStyleTextRotationScaleAttribute

public void setStyleTextRotationScaleAttribute(java.lang.String styleTextRotationScaleValue)
Sets the value of ODFDOM attribute representation StyleTextRotationScaleAttribute , See

Parameters:
styleTextRotationScaleValue - The type is String

getFoHyphenateAttribute

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

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

setFoHyphenateAttribute

public void setFoHyphenateAttribute(java.lang.Boolean foHyphenateValue)
Sets the value of ODFDOM attribute representation FoHyphenateAttribute , See

Parameters:
foHyphenateValue - The type is Boolean

getFoHyphenationRemainCharCountAttribute

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

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

setFoHyphenationRemainCharCountAttribute

public void setFoHyphenationRemainCharCountAttribute(java.lang.Integer foHyphenationRemainCharCountValue)
Sets the value of ODFDOM attribute representation FoHyphenationRemainCharCountAttribute , See

Parameters:
foHyphenationRemainCharCountValue - The type is Integer

getFoHyphenationPushCharCountAttribute

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

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

setFoHyphenationPushCharCountAttribute

public void setFoHyphenationPushCharCountAttribute(java.lang.Integer foHyphenationPushCharCountValue)
Sets the value of ODFDOM attribute representation FoHyphenationPushCharCountAttribute , See

Parameters:
foHyphenationPushCharCountValue - The type is Integer

getTextDisplayAttribute

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

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

setTextDisplayAttribute

public void setTextDisplayAttribute(java.lang.String textDisplayValue)
Sets the value of ODFDOM attribute representation TextDisplayAttribute , See

Parameters:
textDisplayValue - The type is String

getTextConditionAttribute

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

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

setTextConditionAttribute

public void setTextConditionAttribute(java.lang.String textConditionValue)
Sets the value of ODFDOM attribute representation TextConditionAttribute , See

Parameters:
textConditionValue - The type is String


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