|
||||||||||
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.OdfStylePropertiesBase
org.odftoolkit.odfdom.dom.element.style.StyleTablePropertiesElement
public class StyleTablePropertiesElement
DOM implementation of OpenDocument element style:table-properties.
Field Summary | |
---|---|
static OdfStyleProperty |
Align
|
static OdfStyleProperty |
BackgroundColor
|
static OdfStyleProperty |
BorderModel
|
static OdfStyleProperty |
BreakAfter
|
static OdfStyleProperty |
BreakBefore
|
static OdfStyleProperty |
Display
|
static OdfName |
ELEMENT_NAME
|
static OdfStyleProperty |
KeepWithNext
|
static OdfStyleProperty |
Margin
|
static OdfStyleProperty |
MarginBottom
|
static OdfStyleProperty |
MarginLeft
|
static OdfStyleProperty |
MarginRight
|
static OdfStyleProperty |
MarginTop
|
static OdfStyleProperty |
MayBreakBetweenRows
|
static OdfStyleProperty |
PageNumber
|
static OdfStyleProperty |
RelWidth
|
static OdfStyleProperty |
Shadow
|
static OdfStyleProperty |
Width
|
static OdfStyleProperty |
WritingMode
|
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 | |
---|---|
StyleTablePropertiesElement(OdfFileDom ownerDoc)
Create the instance of StyleTablePropertiesElement |
Method Summary | |
---|---|
void |
accept(ElementVisitor visitor)
Accept an visitor instance to allow the visitor to do some operations. |
String |
getFoBackgroundColorAttribute()
Receives the value of the ODFDOM attribute representation FoBackgroundColorAttribute , See fo:background-color |
String |
getFoBreakAfterAttribute()
Receives the value of the ODFDOM attribute representation FoBreakAfterAttribute , See fo:break-after |
String |
getFoBreakBeforeAttribute()
Receives the value of the ODFDOM attribute representation FoBreakBeforeAttribute , See fo:break-before |
String |
getFoKeepWithNextAttribute()
Receives the value of the ODFDOM attribute representation FoKeepWithNextAttribute , See fo:keep-with-next |
String |
getFoMarginAttribute()
Receives the value of the ODFDOM attribute representation FoMarginAttribute , See fo:margin |
String |
getFoMarginBottomAttribute()
Receives the value of the ODFDOM attribute representation FoMarginBottomAttribute , See fo:margin-bottom |
String |
getFoMarginLeftAttribute()
Receives the value of the ODFDOM attribute representation FoMarginLeftAttribute , See fo:margin-left |
String |
getFoMarginRightAttribute()
Receives the value of the ODFDOM attribute representation FoMarginRightAttribute , See fo:margin-right |
String |
getFoMarginTopAttribute()
Receives the value of the ODFDOM attribute representation FoMarginTopAttribute , See fo:margin-top |
OdfName |
getOdfName()
Get the element name |
Boolean |
getStyleMayBreakBetweenRowsAttribute()
Receives the value of the ODFDOM attribute representation StyleMayBreakBetweenRowsAttribute , See style:may-break-between-rows |
Integer |
getStylePageNumberAttribute()
Receives the value of the ODFDOM attribute representation StylePageNumberAttribute , See style:page-number |
String |
getStyleRelWidthAttribute()
Receives the value of the ODFDOM attribute representation StyleRelWidthAttribute , See style:rel-width |
String |
getStyleShadowAttribute()
Receives the value of the ODFDOM attribute representation StyleShadowAttribute , See style:shadow |
String |
getStyleWidthAttribute()
Receives the value of the ODFDOM attribute representation StyleWidthAttribute , See style:width |
String |
getStyleWritingModeAttribute()
Receives the value of the ODFDOM attribute representation StyleWritingModeAttribute , See style:writing-mode |
String |
getTableAlignAttribute()
Receives the value of the ODFDOM attribute representation TableAlignAttribute , See table:align |
String |
getTableBorderModelAttribute()
Receives the value of the ODFDOM attribute representation TableBorderModelAttribute , See table:border-model |
Boolean |
getTableDisplayAttribute()
Receives the value of the ODFDOM attribute representation TableDisplayAttribute , See table:display |
StyleBackgroundImageElement |
newStyleBackgroundImageElement()
Create child element style:background-image. |
void |
setFoBackgroundColorAttribute(String foBackgroundColorValue)
Sets the value of ODFDOM attribute representation FoBackgroundColorAttribute , See fo:background-color |
void |
setFoBreakAfterAttribute(String foBreakAfterValue)
Sets the value of ODFDOM attribute representation FoBreakAfterAttribute , See fo:break-after |
void |
setFoBreakBeforeAttribute(String foBreakBeforeValue)
Sets the value of ODFDOM attribute representation FoBreakBeforeAttribute , See fo:break-before |
void |
setFoKeepWithNextAttribute(String foKeepWithNextValue)
Sets the value of ODFDOM attribute representation FoKeepWithNextAttribute , See fo:keep-with-next |
void |
setFoMarginAttribute(String foMarginValue)
Sets the value of ODFDOM attribute representation FoMarginAttribute , See fo:margin |
void |
setFoMarginBottomAttribute(String foMarginBottomValue)
Sets the value of ODFDOM attribute representation FoMarginBottomAttribute , See fo:margin-bottom |
void |
setFoMarginLeftAttribute(String foMarginLeftValue)
Sets the value of ODFDOM attribute representation FoMarginLeftAttribute , See fo:margin-left |
void |
setFoMarginRightAttribute(String foMarginRightValue)
Sets the value of ODFDOM attribute representation FoMarginRightAttribute , See fo:margin-right |
void |
setFoMarginTopAttribute(String foMarginTopValue)
Sets the value of ODFDOM attribute representation FoMarginTopAttribute , See fo:margin-top |
void |
setStyleMayBreakBetweenRowsAttribute(Boolean styleMayBreakBetweenRowsValue)
Sets the value of ODFDOM attribute representation StyleMayBreakBetweenRowsAttribute , See style:may-break-between-rows |
void |
setStylePageNumberAttribute(Integer stylePageNumberValue)
Sets the value of ODFDOM attribute representation StylePageNumberAttribute , See style:page-number |
void |
setStyleRelWidthAttribute(String styleRelWidthValue)
Sets the value of ODFDOM attribute representation StyleRelWidthAttribute , See style:rel-width |
void |
setStyleShadowAttribute(String styleShadowValue)
Sets the value of ODFDOM attribute representation StyleShadowAttribute , See style:shadow |
void |
setStyleWidthAttribute(String styleWidthValue)
Sets the value of ODFDOM attribute representation StyleWidthAttribute , See style:width |
void |
setStyleWritingModeAttribute(String styleWritingModeValue)
Sets the value of ODFDOM attribute representation StyleWritingModeAttribute , See style:writing-mode |
void |
setTableAlignAttribute(String tableAlignValue)
Sets the value of ODFDOM attribute representation TableAlignAttribute , See table:align |
void |
setTableBorderModelAttribute(String tableBorderModelValue)
Sets the value of ODFDOM attribute representation TableBorderModelAttribute , See table:border-model |
void |
setTableDisplayAttribute(Boolean tableDisplayValue)
Sets the value of ODFDOM attribute representation TableDisplayAttribute , See table:display |
Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfStylePropertiesBase |
---|
hashCode |
Methods inherited from class org.odftoolkit.odfdom.pkg.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.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 |
---|
public static final OdfName ELEMENT_NAME
public static final OdfStyleProperty BackgroundColor
public static final OdfStyleProperty BreakAfter
public static final OdfStyleProperty BreakBefore
public static final OdfStyleProperty KeepWithNext
public static final OdfStyleProperty Margin
public static final OdfStyleProperty MarginBottom
public static final OdfStyleProperty MarginLeft
public static final OdfStyleProperty MarginRight
public static final OdfStyleProperty MarginTop
public static final OdfStyleProperty MayBreakBetweenRows
public static final OdfStyleProperty PageNumber
public static final OdfStyleProperty RelWidth
public static final OdfStyleProperty Shadow
public static final OdfStyleProperty Width
public static final OdfStyleProperty WritingMode
public static final OdfStyleProperty Align
public static final OdfStyleProperty BorderModel
public static final OdfStyleProperty Display
Constructor Detail |
---|
public StyleTablePropertiesElement(OdfFileDom ownerDoc)
StyleTablePropertiesElement
ownerDoc
- The type is OdfFileDom
Method Detail |
---|
public OdfName getOdfName()
getOdfName
in class OdfElement
OdfName
the name of element style:table-properties.public String getFoBackgroundColorAttribute()
FoBackgroundColorAttribute
, See fo:background-color
String
, the value or null
, if the attribute is not set and no default value defined.public void setFoBackgroundColorAttribute(String foBackgroundColorValue)
FoBackgroundColorAttribute
, See fo:background-color
foBackgroundColorValue
- The type is String
public String getFoBreakAfterAttribute()
FoBreakAfterAttribute
, See fo:break-after
String
, the value or null
, if the attribute is not set and no default value defined.public void setFoBreakAfterAttribute(String foBreakAfterValue)
FoBreakAfterAttribute
, See fo:break-after
foBreakAfterValue
- The type is String
public String getFoBreakBeforeAttribute()
FoBreakBeforeAttribute
, See fo:break-before
String
, the value or null
, if the attribute is not set and no default value defined.public void setFoBreakBeforeAttribute(String foBreakBeforeValue)
FoBreakBeforeAttribute
, See fo:break-before
foBreakBeforeValue
- The type is String
public String getFoKeepWithNextAttribute()
FoKeepWithNextAttribute
, See fo:keep-with-next
String
, the value or null
, if the attribute is not set and no default value defined.public void setFoKeepWithNextAttribute(String foKeepWithNextValue)
FoKeepWithNextAttribute
, See fo:keep-with-next
foKeepWithNextValue
- The type is String
public String getFoMarginAttribute()
FoMarginAttribute
, See fo:margin
String
, the value or null
, if the attribute is not set and no default value defined.public void setFoMarginAttribute(String foMarginValue)
FoMarginAttribute
, See fo:margin
foMarginValue
- The type is String
public String getFoMarginBottomAttribute()
FoMarginBottomAttribute
, See fo:margin-bottom
String
, the value or null
, if the attribute is not set and no default value defined.public void setFoMarginBottomAttribute(String foMarginBottomValue)
FoMarginBottomAttribute
, See fo:margin-bottom
foMarginBottomValue
- The type is String
public String getFoMarginLeftAttribute()
FoMarginLeftAttribute
, See fo:margin-left
String
, the value or null
, if the attribute is not set and no default value defined.public void setFoMarginLeftAttribute(String foMarginLeftValue)
FoMarginLeftAttribute
, See fo:margin-left
foMarginLeftValue
- The type is String
public String getFoMarginRightAttribute()
FoMarginRightAttribute
, See fo:margin-right
String
, the value or null
, if the attribute is not set and no default value defined.public void setFoMarginRightAttribute(String foMarginRightValue)
FoMarginRightAttribute
, See fo:margin-right
foMarginRightValue
- The type is String
public String getFoMarginTopAttribute()
FoMarginTopAttribute
, See fo:margin-top
String
, the value or null
, if the attribute is not set and no default value defined.public void setFoMarginTopAttribute(String foMarginTopValue)
FoMarginTopAttribute
, See fo:margin-top
foMarginTopValue
- The type is String
public Boolean getStyleMayBreakBetweenRowsAttribute()
StyleMayBreakBetweenRowsAttribute
, See style:may-break-between-rows
Boolean
, the value or null
, if the attribute is not set and no default value defined.public void setStyleMayBreakBetweenRowsAttribute(Boolean styleMayBreakBetweenRowsValue)
StyleMayBreakBetweenRowsAttribute
, See style:may-break-between-rows
styleMayBreakBetweenRowsValue
- The type is Boolean
public Integer getStylePageNumberAttribute()
StylePageNumberAttribute
, See style:page-number
Integer
, the value or null
, if the attribute is not set and no default value defined.public void setStylePageNumberAttribute(Integer stylePageNumberValue)
StylePageNumberAttribute
, See style:page-number
stylePageNumberValue
- The type is Integer
public String getStyleRelWidthAttribute()
StyleRelWidthAttribute
, See style:rel-width
String
, the value or null
, if the attribute is not set and no default value defined.public void setStyleRelWidthAttribute(String styleRelWidthValue)
StyleRelWidthAttribute
, See style:rel-width
styleRelWidthValue
- The type is String
public String getStyleShadowAttribute()
StyleShadowAttribute
, See style:shadow
String
, the value or null
, if the attribute is not set and no default value defined.public void setStyleShadowAttribute(String styleShadowValue)
StyleShadowAttribute
, See style:shadow
styleShadowValue
- The type is String
public String getStyleWidthAttribute()
StyleWidthAttribute
, See style:width
String
, the value or null
, if the attribute is not set and no default value defined.public void setStyleWidthAttribute(String styleWidthValue)
StyleWidthAttribute
, See style:width
styleWidthValue
- The type is String
public String getStyleWritingModeAttribute()
StyleWritingModeAttribute
, See style:writing-mode
String
, the value or null
, if the attribute is not set and no default value defined.public void setStyleWritingModeAttribute(String styleWritingModeValue)
StyleWritingModeAttribute
, See style:writing-mode
styleWritingModeValue
- The type is String
public String getTableAlignAttribute()
TableAlignAttribute
, See table:align
String
, the value or null
, if the attribute is not set and no default value defined.public void setTableAlignAttribute(String tableAlignValue)
TableAlignAttribute
, See table:align
tableAlignValue
- The type is String
public String getTableBorderModelAttribute()
TableBorderModelAttribute
, See table:border-model
String
, the value or null
, if the attribute is not set and no default value defined.public void setTableBorderModelAttribute(String tableBorderModelValue)
TableBorderModelAttribute
, See table:border-model
tableBorderModelValue
- The type is String
public Boolean getTableDisplayAttribute()
TableDisplayAttribute
, See table:display
Boolean
, the value or null
, if the attribute is not set and no default value defined.public void setTableDisplayAttribute(Boolean tableDisplayValue)
TableDisplayAttribute
, See table:display
tableDisplayValue
- The type is Boolean
public StyleBackgroundImageElement newStyleBackgroundImageElement()
public void accept(ElementVisitor visitor)
OdfElement
accept
in class OdfElement
visitor
- an instance of DefaultElementVisitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |