public class StyleTablePropertiesElement extends OdfStylePropertiesBase
Modifier and Type | Field and Description |
---|---|
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 |
localName, namespaceURI
attributes, name
firstChild, fNodeListCache, ownerDocument
nextSibling, previousSibling
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
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
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION
Constructor and Description |
---|
StyleTablePropertiesElement(OdfFileDom ownerDoc)
Create the instance of
StyleTablePropertiesElement |
Modifier and Type | Method and Description |
---|---|
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 |
hashCode
cloneNode, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onInsertNode, onRemoveNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toString
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues
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
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren
getNextSibling, getParentNode, getPreviousSibling
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData
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
public StyleTablePropertiesElement(OdfFileDom ownerDoc)
StyleTablePropertiesElement
ownerDoc
- The type is OdfFileDom
public OdfName getOdfName()
getOdfName
in class OdfElement
OdfName
the name of element style:table-properties.public String getFoBackgroundColorAttribute()
FoBackgroundColorAttribute
, See fo:background-colorString
, the value or null
, if the attribute is not set and no default value defined.public void setFoBackgroundColorAttribute(String foBackgroundColorValue)
FoBackgroundColorAttribute
, See fo:background-colorfoBackgroundColorValue
- The type is String
public String getFoBreakAfterAttribute()
FoBreakAfterAttribute
, See fo:break-afterString
, the value or null
, if the attribute is not set and no default value defined.public void setFoBreakAfterAttribute(String foBreakAfterValue)
FoBreakAfterAttribute
, See fo:break-afterfoBreakAfterValue
- The type is String
public String getFoBreakBeforeAttribute()
FoBreakBeforeAttribute
, See fo:break-beforeString
, the value or null
, if the attribute is not set and no default value defined.public void setFoBreakBeforeAttribute(String foBreakBeforeValue)
FoBreakBeforeAttribute
, See fo:break-beforefoBreakBeforeValue
- The type is String
public String getFoKeepWithNextAttribute()
FoKeepWithNextAttribute
, See fo:keep-with-nextString
, 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-nextfoKeepWithNextValue
- The type is String
public String getFoMarginAttribute()
FoMarginAttribute
, See fo:marginString
, the value or null
, if the attribute is not set and no default value defined.public void setFoMarginAttribute(String foMarginValue)
FoMarginAttribute
, See fo:marginfoMarginValue
- The type is String
public String getFoMarginBottomAttribute()
FoMarginBottomAttribute
, See fo:margin-bottomString
, the value or null
, if the attribute is not set and no default value defined.public void setFoMarginBottomAttribute(String foMarginBottomValue)
FoMarginBottomAttribute
, See fo:margin-bottomfoMarginBottomValue
- The type is String
public String getFoMarginLeftAttribute()
FoMarginLeftAttribute
, See fo:margin-leftString
, the value or null
, if the attribute is not set and no default value defined.public void setFoMarginLeftAttribute(String foMarginLeftValue)
FoMarginLeftAttribute
, See fo:margin-leftfoMarginLeftValue
- The type is String
public String getFoMarginRightAttribute()
FoMarginRightAttribute
, See fo:margin-rightString
, the value or null
, if the attribute is not set and no default value defined.public void setFoMarginRightAttribute(String foMarginRightValue)
FoMarginRightAttribute
, See fo:margin-rightfoMarginRightValue
- The type is String
public String getFoMarginTopAttribute()
FoMarginTopAttribute
, See fo:margin-topString
, the value or null
, if the attribute is not set and no default value defined.public void setFoMarginTopAttribute(String foMarginTopValue)
FoMarginTopAttribute
, See fo:margin-topfoMarginTopValue
- The type is String
public Boolean getStyleMayBreakBetweenRowsAttribute()
StyleMayBreakBetweenRowsAttribute
, See style:may-break-between-rowsBoolean
, 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-rowsstyleMayBreakBetweenRowsValue
- The type is Boolean
public Integer getStylePageNumberAttribute()
StylePageNumberAttribute
, See style:page-numberInteger
, the value or null
, if the attribute is not set and no default value defined.public void setStylePageNumberAttribute(Integer stylePageNumberValue)
StylePageNumberAttribute
, See style:page-numberstylePageNumberValue
- The type is Integer
public String getStyleRelWidthAttribute()
StyleRelWidthAttribute
, See style:rel-widthString
, the value or null
, if the attribute is not set and no default value defined.public void setStyleRelWidthAttribute(String styleRelWidthValue)
StyleRelWidthAttribute
, See style:rel-widthstyleRelWidthValue
- The type is String
public String getStyleShadowAttribute()
StyleShadowAttribute
, See style:shadowString
, the value or null
, if the attribute is not set and no default value defined.public void setStyleShadowAttribute(String styleShadowValue)
StyleShadowAttribute
, See style:shadowstyleShadowValue
- The type is String
public String getStyleWidthAttribute()
StyleWidthAttribute
, See style:widthString
, the value or null
, if the attribute is not set and no default value defined.public void setStyleWidthAttribute(String styleWidthValue)
StyleWidthAttribute
, See style:widthstyleWidthValue
- The type is String
public String getStyleWritingModeAttribute()
StyleWritingModeAttribute
, See style:writing-modeString
, the value or null
, if the attribute is not set and no default value defined.public void setStyleWritingModeAttribute(String styleWritingModeValue)
StyleWritingModeAttribute
, See style:writing-modestyleWritingModeValue
- The type is String
public String getTableAlignAttribute()
TableAlignAttribute
, See table:alignString
, the value or null
, if the attribute is not set and no default value defined.public void setTableAlignAttribute(String tableAlignValue)
TableAlignAttribute
, See table:aligntableAlignValue
- The type is String
public String getTableBorderModelAttribute()
TableBorderModelAttribute
, See table:border-modelString
, the value or null
, if the attribute is not set and no default value defined.public void setTableBorderModelAttribute(String tableBorderModelValue)
TableBorderModelAttribute
, See table:border-modeltableBorderModelValue
- The type is String
public Boolean getTableDisplayAttribute()
TableDisplayAttribute
, See table:displayBoolean
, the value or null
, if the attribute is not set and no default value defined.public void setTableDisplayAttribute(Boolean tableDisplayValue)
TableDisplayAttribute
, See table:displaytableDisplayValue
- The type is Boolean
public StyleBackgroundImageElement newStyleBackgroundImageElement()
public void accept(ElementVisitor visitor)
OdfElement
accept
in class OdfElement
visitor
- an instance of DefaultElementVisitorCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.