Interface CTPageBorders
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PageBorders(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPageBorders> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "bottom" elementAppends and returns a new empty "left" elementAppends and returns a new empty "right" elementAppends and returns a new empty "top" elementGets the "bottom" elementGets the "display" attributegetLeft()Gets the "left" elementGets the "offsetFrom" attributegetRight()Gets the "right" elementgetTop()Gets the "top" elementGets the "zOrder" attributebooleanTrue if has "bottom" elementbooleanTrue if has "display" attributebooleanTrue if has "left" elementbooleanTrue if has "offsetFrom" attributebooleanTrue if has "right" elementbooleanisSetTop()True if has "top" elementbooleanTrue if has "zOrder" attributevoidsetBottom(CTBottomPageBorder bottom) Sets the "bottom" elementvoidsetDisplay(STPageBorderDisplay.Enum display) Sets the "display" attributevoidsetLeft(CTPageBorder left) Sets the "left" elementvoidsetOffsetFrom(STPageBorderOffset.Enum offsetFrom) Sets the "offsetFrom" attributevoidsetRight(CTPageBorder right) Sets the "right" elementvoidsetTop(CTTopPageBorder top) Sets the "top" elementvoidsetZOrder(STPageBorderZOrder.Enum zOrder) Sets the "zOrder" attributevoidUnsets the "bottom" elementvoidUnsets the "display" attributevoidUnsets the "left" elementvoidUnsets the "offsetFrom" attributevoidUnsets the "right" elementvoidunsetTop()Unsets the "top" elementvoidUnsets the "zOrder" attributeGets (as xml) the "display" attributeGets (as xml) the "offsetFrom" attributeGets (as xml) the "zOrder" attributevoidxsetDisplay(STPageBorderDisplay display) Sets (as xml) the "display" attributevoidxsetOffsetFrom(STPageBorderOffset offsetFrom) Sets (as xml) the "offsetFrom" attributevoidxsetZOrder(STPageBorderZOrder zOrder) Sets (as xml) the "zOrder" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getTop
CTTopPageBorder getTop()Gets the "top" element -
isSetTop
boolean isSetTop()True if has "top" element -
setTop
Sets the "top" element -
addNewTop
CTTopPageBorder addNewTop()Appends and returns a new empty "top" element -
unsetTop
void unsetTop()Unsets the "top" element -
getLeft
CTPageBorder getLeft()Gets the "left" element -
isSetLeft
boolean isSetLeft()True if has "left" element -
setLeft
Sets the "left" element -
addNewLeft
CTPageBorder addNewLeft()Appends and returns a new empty "left" element -
unsetLeft
void unsetLeft()Unsets the "left" element -
getBottom
CTBottomPageBorder getBottom()Gets the "bottom" element -
isSetBottom
boolean isSetBottom()True if has "bottom" element -
setBottom
Sets the "bottom" element -
addNewBottom
CTBottomPageBorder addNewBottom()Appends and returns a new empty "bottom" element -
unsetBottom
void unsetBottom()Unsets the "bottom" element -
getRight
CTPageBorder getRight()Gets the "right" element -
isSetRight
boolean isSetRight()True if has "right" element -
setRight
Sets the "right" element -
addNewRight
CTPageBorder addNewRight()Appends and returns a new empty "right" element -
unsetRight
void unsetRight()Unsets the "right" element -
getZOrder
STPageBorderZOrder.Enum getZOrder()Gets the "zOrder" attribute -
xgetZOrder
STPageBorderZOrder xgetZOrder()Gets (as xml) the "zOrder" attribute -
isSetZOrder
boolean isSetZOrder()True if has "zOrder" attribute -
setZOrder
Sets the "zOrder" attribute -
xsetZOrder
Sets (as xml) the "zOrder" attribute -
unsetZOrder
void unsetZOrder()Unsets the "zOrder" attribute -
getDisplay
STPageBorderDisplay.Enum getDisplay()Gets the "display" attribute -
xgetDisplay
STPageBorderDisplay xgetDisplay()Gets (as xml) the "display" attribute -
isSetDisplay
boolean isSetDisplay()True if has "display" attribute -
setDisplay
Sets the "display" attribute -
xsetDisplay
Sets (as xml) the "display" attribute -
unsetDisplay
void unsetDisplay()Unsets the "display" attribute -
getOffsetFrom
STPageBorderOffset.Enum getOffsetFrom()Gets the "offsetFrom" attribute -
xgetOffsetFrom
STPageBorderOffset xgetOffsetFrom()Gets (as xml) the "offsetFrom" attribute -
isSetOffsetFrom
boolean isSetOffsetFrom()True if has "offsetFrom" attribute -
setOffsetFrom
Sets the "offsetFrom" attribute -
xsetOffsetFrom
Sets (as xml) the "offsetFrom" attribute -
unsetOffsetFrom
void unsetOffsetFrom()Unsets the "offsetFrom" attribute
-