|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.odftoolkit.odfdom.pkg.OdfElement
org.odftoolkit.odfdom.dom.element.style.StyleTabStopElement
public class StyleTabStopElement
DOM implementation of OpenDocument element style:tab-stop.
| Field Summary | |
|---|---|
static OdfName |
ELEMENT_NAME
|
| 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 interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
StyleTabStopElement(OdfFileDom ownerDoc)
Create the instance of StyleTabStopElement |
|
| Method Summary | |
|---|---|
void |
accept(ElementVisitor visitor)
Accept an visitor instance to allow the visitor to do some operations. |
OdfName |
getOdfName()
Get the element name |
String |
getStyleCharAttribute()
Receives the value of the ODFDOM attribute representation StyleCharAttribute , See style:char |
String |
getStyleLeaderColorAttribute()
Receives the value of the ODFDOM attribute representation StyleLeaderColorAttribute , See style:leader-color |
String |
getStyleLeaderStyleAttribute()
Receives the value of the ODFDOM attribute representation StyleLeaderStyleAttribute , See style:leader-style |
String |
getStyleLeaderTextAttribute()
Receives the value of the ODFDOM attribute representation StyleLeaderTextAttribute , See style:leader-text |
String |
getStyleLeaderTextStyleAttribute()
Receives the value of the ODFDOM attribute representation StyleLeaderTextStyleAttribute , See style:leader-text-style |
String |
getStyleLeaderTypeAttribute()
Receives the value of the ODFDOM attribute representation StyleLeaderTypeAttribute , See style:leader-type |
String |
getStyleLeaderWidthAttribute()
Receives the value of the ODFDOM attribute representation StyleLeaderWidthAttribute , See style:leader-width |
String |
getStylePositionAttribute()
Receives the value of the ODFDOM attribute representation StylePositionAttribute , See style:position
Attribute is mandatory. |
String |
getStyleTypeAttribute()
Receives the value of the ODFDOM attribute representation StyleTypeAttribute , See style:type
Attribute is mandatory. |
void |
setStyleCharAttribute(String styleCharValue)
Sets the value of ODFDOM attribute representation StyleCharAttribute , See style:char |
void |
setStyleLeaderColorAttribute(String styleLeaderColorValue)
Sets the value of ODFDOM attribute representation StyleLeaderColorAttribute , See style:leader-color |
void |
setStyleLeaderStyleAttribute(String styleLeaderStyleValue)
Sets the value of ODFDOM attribute representation StyleLeaderStyleAttribute , See style:leader-style |
void |
setStyleLeaderTextAttribute(String styleLeaderTextValue)
Sets the value of ODFDOM attribute representation StyleLeaderTextAttribute , See style:leader-text |
void |
setStyleLeaderTextStyleAttribute(String styleLeaderTextStyleValue)
Sets the value of ODFDOM attribute representation StyleLeaderTextStyleAttribute , See style:leader-text-style |
void |
setStyleLeaderTypeAttribute(String styleLeaderTypeValue)
Sets the value of ODFDOM attribute representation StyleLeaderTypeAttribute , See style:leader-type |
void |
setStyleLeaderWidthAttribute(String styleLeaderWidthValue)
Sets the value of ODFDOM attribute representation StyleLeaderWidthAttribute , See style:leader-width |
void |
setStylePositionAttribute(String stylePositionValue)
Sets the value of ODFDOM attribute representation StylePositionAttribute , See style:position |
void |
setStyleTypeAttribute(String styleTypeValue)
Sets the value of ODFDOM attribute representation StyleTypeAttribute , See style:type |
| Methods inherited from class org.odftoolkit.odfdom.pkg.OdfElement |
|---|
cloneNode, cloneOdfElement, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onInsertNode, onRemoveNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toString |
| Methods inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues |
| Methods inherited from class org.apache.xerces.dom.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, hashCode, 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 |
|---|
public static final OdfName ELEMENT_NAME
| Constructor Detail |
|---|
public StyleTabStopElement(OdfFileDom ownerDoc)
StyleTabStopElement
ownerDoc - The type is OdfFileDom| Method Detail |
|---|
public OdfName getOdfName()
getOdfName in class OdfElementOdfName the name of element style:tab-stop.public String getStyleCharAttribute()
StyleCharAttribute , See style:char
String , the value or null, if the attribute is not set and no default value defined.public void setStyleCharAttribute(String styleCharValue)
StyleCharAttribute , See style:char
styleCharValue - The type is Stringpublic String getStyleLeaderColorAttribute()
StyleLeaderColorAttribute , See style:leader-color
String , the value or null, if the attribute is not set and no default value defined.public void setStyleLeaderColorAttribute(String styleLeaderColorValue)
StyleLeaderColorAttribute , See style:leader-color
styleLeaderColorValue - The type is Stringpublic String getStyleLeaderStyleAttribute()
StyleLeaderStyleAttribute , See style:leader-style
String , the value or null, if the attribute is not set and no default value defined.public void setStyleLeaderStyleAttribute(String styleLeaderStyleValue)
StyleLeaderStyleAttribute , See style:leader-style
styleLeaderStyleValue - The type is Stringpublic String getStyleLeaderTextAttribute()
StyleLeaderTextAttribute , See style:leader-text
String , the value or null, if the attribute is not set and no default value defined.public void setStyleLeaderTextAttribute(String styleLeaderTextValue)
StyleLeaderTextAttribute , See style:leader-text
styleLeaderTextValue - The type is Stringpublic String getStyleLeaderTextStyleAttribute()
StyleLeaderTextStyleAttribute , See style:leader-text-style
String , the value or null, if the attribute is not set and no default value defined.public void setStyleLeaderTextStyleAttribute(String styleLeaderTextStyleValue)
StyleLeaderTextStyleAttribute , See style:leader-text-style
styleLeaderTextStyleValue - The type is Stringpublic String getStyleLeaderTypeAttribute()
StyleLeaderTypeAttribute , See style:leader-type
String , the value or null, if the attribute is not set and no default value defined.public void setStyleLeaderTypeAttribute(String styleLeaderTypeValue)
StyleLeaderTypeAttribute , See style:leader-type
styleLeaderTypeValue - The type is Stringpublic String getStyleLeaderWidthAttribute()
StyleLeaderWidthAttribute , See style:leader-width
String , the value or null, if the attribute is not set and no default value defined.public void setStyleLeaderWidthAttribute(String styleLeaderWidthValue)
StyleLeaderWidthAttribute , See style:leader-width
styleLeaderWidthValue - The type is Stringpublic String getStylePositionAttribute()
StylePositionAttribute , See style:position
Attribute is mandatory.
String , the value or null, if the attribute is not set and no default value defined.public void setStylePositionAttribute(String stylePositionValue)
StylePositionAttribute , See style:position
stylePositionValue - The type is Stringpublic String getStyleTypeAttribute()
StyleTypeAttribute , See style:type
Attribute is mandatory.
String , the value or null, if the attribute is not set and no default value defined.public void setStyleTypeAttribute(String styleTypeValue)
StyleTypeAttribute , See style:type
styleTypeValue - The type is Stringpublic void accept(ElementVisitor visitor)
OdfElement
accept in class OdfElementvisitor - an instance of DefaultElementVisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||