public interface CTPageBorders extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTPageBorders.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTBorder |
addNewBottom()
Appends and returns a new empty "bottom" element
|
CTBorder |
addNewLeft()
Appends and returns a new empty "left" element
|
CTBorder |
addNewRight()
Appends and returns a new empty "right" element
|
CTBorder |
addNewTop()
Appends and returns a new empty "top" element
|
CTBorder |
getBottom()
Gets the "bottom" element
|
STPageBorderDisplay.Enum |
getDisplay()
Gets the "display" attribute
|
CTBorder |
getLeft()
Gets the "left" element
|
STPageBorderOffset.Enum |
getOffsetFrom()
Gets the "offsetFrom" attribute
|
CTBorder |
getRight()
Gets the "right" element
|
CTBorder |
getTop()
Gets the "top" element
|
STPageBorderZOrder.Enum |
getZOrder()
Gets the "zOrder" attribute
|
boolean |
isSetBottom()
True if has "bottom" element
|
boolean |
isSetDisplay()
True if has "display" attribute
|
boolean |
isSetLeft()
True if has "left" element
|
boolean |
isSetOffsetFrom()
True if has "offsetFrom" attribute
|
boolean |
isSetRight()
True if has "right" element
|
boolean |
isSetTop()
True if has "top" element
|
boolean |
isSetZOrder()
True if has "zOrder" attribute
|
void |
setBottom(CTBorder bottom)
Sets the "bottom" element
|
void |
setDisplay(STPageBorderDisplay.Enum display)
Sets the "display" attribute
|
void |
setLeft(CTBorder left)
Sets the "left" element
|
void |
setOffsetFrom(STPageBorderOffset.Enum offsetFrom)
Sets the "offsetFrom" attribute
|
void |
setRight(CTBorder right)
Sets the "right" element
|
void |
setTop(CTBorder top)
Sets the "top" element
|
void |
setZOrder(STPageBorderZOrder.Enum zOrder)
Sets the "zOrder" attribute
|
void |
unsetBottom()
Unsets the "bottom" element
|
void |
unsetDisplay()
Unsets the "display" attribute
|
void |
unsetLeft()
Unsets the "left" element
|
void |
unsetOffsetFrom()
Unsets the "offsetFrom" attribute
|
void |
unsetRight()
Unsets the "right" element
|
void |
unsetTop()
Unsets the "top" element
|
void |
unsetZOrder()
Unsets the "zOrder" attribute
|
STPageBorderDisplay |
xgetDisplay()
Gets (as xml) the "display" attribute
|
STPageBorderOffset |
xgetOffsetFrom()
Gets (as xml) the "offsetFrom" attribute
|
STPageBorderZOrder |
xgetZOrder()
Gets (as xml) the "zOrder" attribute
|
void |
xsetDisplay(STPageBorderDisplay display)
Sets (as xml) the "display" attribute
|
void |
xsetOffsetFrom(STPageBorderOffset offsetFrom)
Sets (as xml) the "offsetFrom" attribute
|
void |
xsetZOrder(STPageBorderZOrder zOrder)
Sets (as xml) the "zOrder" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
CTBorder getTop()
boolean isSetTop()
void setTop(CTBorder top)
CTBorder addNewTop()
void unsetTop()
CTBorder getLeft()
boolean isSetLeft()
void setLeft(CTBorder left)
CTBorder addNewLeft()
void unsetLeft()
CTBorder getBottom()
boolean isSetBottom()
void setBottom(CTBorder bottom)
CTBorder addNewBottom()
void unsetBottom()
CTBorder getRight()
boolean isSetRight()
void setRight(CTBorder right)
CTBorder addNewRight()
void unsetRight()
STPageBorderZOrder.Enum getZOrder()
STPageBorderZOrder xgetZOrder()
boolean isSetZOrder()
void setZOrder(STPageBorderZOrder.Enum zOrder)
void xsetZOrder(STPageBorderZOrder zOrder)
void unsetZOrder()
STPageBorderDisplay.Enum getDisplay()
STPageBorderDisplay xgetDisplay()
boolean isSetDisplay()
void setDisplay(STPageBorderDisplay.Enum display)
void xsetDisplay(STPageBorderDisplay display)
void unsetDisplay()
STPageBorderOffset.Enum getOffsetFrom()
STPageBorderOffset xgetOffsetFrom()
boolean isSetOffsetFrom()
void setOffsetFrom(STPageBorderOffset.Enum offsetFrom)
void xsetOffsetFrom(STPageBorderOffset offsetFrom)
void unsetOffsetFrom()
Copyright © 2010 - 2020 Adobe. All Rights Reserved