public interface Label extends Layoutable
Modifier and Type | Interface and Description |
---|---|
static class |
Label.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
AlignmentType.Enum |
getAlignment()
Gets the "alignment" attribute
|
String |
getText()
Gets the "text" attribute
|
AlignmentType.Enum |
getTextAlignment()
Gets the "textAlignment" attribute
|
boolean |
getWrapText()
Gets the "wrapText" attribute
|
boolean |
isSetAlignment()
True if has "alignment" attribute
|
boolean |
isSetText()
True if has "text" attribute
|
boolean |
isSetTextAlignment()
True if has "textAlignment" attribute
|
boolean |
isSetWrapText()
True if has "wrapText" attribute
|
void |
setAlignment(AlignmentType.Enum alignment)
Sets the "alignment" attribute
|
void |
setText(String text)
Sets the "text" attribute
|
void |
setTextAlignment(AlignmentType.Enum textAlignment)
Sets the "textAlignment" attribute
|
void |
setWrapText(boolean wrapText)
Sets the "wrapText" attribute
|
void |
unsetAlignment()
Unsets the "alignment" attribute
|
void |
unsetText()
Unsets the "text" attribute
|
void |
unsetTextAlignment()
Unsets the "textAlignment" attribute
|
void |
unsetWrapText()
Unsets the "wrapText" attribute
|
AlignmentType |
xgetAlignment()
Gets (as xml) the "alignment" attribute
|
org.apache.xmlbeans.XmlString |
xgetText()
Gets (as xml) the "text" attribute
|
AlignmentType |
xgetTextAlignment()
Gets (as xml) the "textAlignment" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetWrapText()
Gets (as xml) the "wrapText" attribute
|
void |
xsetAlignment(AlignmentType alignment)
Sets (as xml) the "alignment" attribute
|
void |
xsetText(org.apache.xmlbeans.XmlString text)
Sets (as xml) the "text" attribute
|
void |
xsetTextAlignment(AlignmentType textAlignment)
Sets (as xml) the "textAlignment" attribute
|
void |
xsetWrapText(org.apache.xmlbeans.XmlBoolean wrapText)
Sets (as xml) the "wrapText" attribute
|
getFxId, getGridPaneColumnIndex, getGridPaneRowIndex, getLayoutX, getLayoutY, getPrefHeight, getPrefWidth, getStyleClass, isSetFxId, isSetGridPaneColumnIndex, isSetGridPaneRowIndex, isSetLayoutX, isSetLayoutY, isSetPrefHeight, isSetPrefWidth, isSetStyleClass, setFxId, setGridPaneColumnIndex, setGridPaneRowIndex, setLayoutX, setLayoutY, setPrefHeight, setPrefWidth, setStyleClass, unsetFxId, unsetGridPaneColumnIndex, unsetGridPaneRowIndex, unsetLayoutX, unsetLayoutY, unsetPrefHeight, unsetPrefWidth, unsetStyleClass, xgetFxId, xgetGridPaneColumnIndex, xgetGridPaneRowIndex, xgetLayoutX, xgetLayoutY, xgetPrefHeight, xgetPrefWidth, xgetStyleClass, xsetFxId, xsetGridPaneColumnIndex, xsetGridPaneRowIndex, xsetLayoutX, xsetLayoutY, xsetPrefHeight, xsetPrefWidth, xsetStyleClass
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getText()
org.apache.xmlbeans.XmlString xgetText()
boolean isSetText()
void setText(String text)
void xsetText(org.apache.xmlbeans.XmlString text)
void unsetText()
boolean getWrapText()
org.apache.xmlbeans.XmlBoolean xgetWrapText()
boolean isSetWrapText()
void setWrapText(boolean wrapText)
void xsetWrapText(org.apache.xmlbeans.XmlBoolean wrapText)
void unsetWrapText()
AlignmentType.Enum getAlignment()
AlignmentType xgetAlignment()
boolean isSetAlignment()
void setAlignment(AlignmentType.Enum alignment)
void xsetAlignment(AlignmentType alignment)
void unsetAlignment()
AlignmentType.Enum getTextAlignment()
AlignmentType xgetTextAlignment()
boolean isSetTextAlignment()
void setTextAlignment(AlignmentType.Enum textAlignment)
void xsetTextAlignment(AlignmentType textAlignment)
void unsetTextAlignment()
Copyright © 2014. All Rights Reserved.