Package com.yworks.xml.graphml
Interface LabelType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
EdgeLabelType,NodeLabelType
- All Known Implementing Classes:
EdgeLabelTypeImpl,LabelTypeImpl,NodeLabelTypeImpl
public interface LabelType
extends org.apache.xmlbeans.XmlObject
An XML Label.type(@http://www.yworks.com/xml/graphml).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type.static interfaceAn XML LabelModel(@http://www.yworks.com/xml/graphml).static interfaceAn XML ModelParameter(@http://www.yworks.com/xml/graphml). -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "LabelModel" elementAppends and returns a new empty "ModelParameter" elementGets the "alignment" attributeGets the "backgroundColor" attributeGets the "configuration" attributeGets the "fontFamily" attributeshortGets the "fontSize" attributeGets the "fontStyle" attributebooleanGets the "hasBackgroundColor" attributebooleanGets the "hasLineColor" attributebooleanGets the "hasText" attributedoubleGets the "height" attributeGets the "horizontalTextPosition" attributegetIcon()Gets the "icon" attributeGets the "iconData" attributebyteGets the "iconTextGap" attributegetImage()Gets the "image" attributeGets the "LabelModel" elementGets the "lineColor" attributeGets the "ModelParameter" elementdoubleGets the "rotationAngle" attributeGets the "textColor" attributebooleanGets the "underlinedText" attributeGets the "verticalTextPosition" attributebooleanGets the "visible" attributedoublegetWidth()Gets the "width" attributedoublegetX()Gets the "x" attributedoublegetY()Gets the "y" attributebooleanTrue if has "alignment" attributebooleanTrue if has "backgroundColor" attributebooleanTrue if has "configuration" attributebooleanTrue if has "fontFamily" attributebooleanTrue if has "fontSize" attributebooleanTrue if has "fontStyle" attributebooleanTrue if has "hasBackgroundColor" attributebooleanTrue if has "hasLineColor" attributebooleanTrue if has "hasText" attributebooleanTrue if has "height" attributebooleanTrue if has "horizontalTextPosition" attributebooleanTrue if has "icon" attributebooleanTrue if has "iconData" attributebooleanTrue if has "iconTextGap" attributebooleanTrue if has "image" attributebooleanTrue if has "LabelModel" elementbooleanTrue if has "lineColor" attributebooleanTrue if has "ModelParameter" elementbooleanTrue if has "rotationAngle" attributebooleanTrue if has "textColor" attributebooleanTrue if has "underlinedText" attributebooleanTrue if has "verticalTextPosition" attributebooleanTrue if has "visible" attributebooleanTrue if has "width" attributebooleanisSetX()True if has "x" attributebooleanisSetY()True if has "y" attributevoidsetAlignment(AlignmentType.Enum alignment) Sets the "alignment" attributevoidsetBackgroundColor(String backgroundColor) Sets the "backgroundColor" attributevoidsetConfiguration(String configuration) Sets the "configuration" attributevoidsetFontFamily(String fontFamily) Sets the "fontFamily" attributevoidsetFontSize(short fontSize) Sets the "fontSize" attributevoidsetFontStyle(FontStyleType.Enum fontStyle) Sets the "fontStyle" attributevoidsetHasBackgroundColor(boolean hasBackgroundColor) Sets the "hasBackgroundColor" attributevoidsetHasLineColor(boolean hasLineColor) Sets the "hasLineColor" attributevoidsetHasText(boolean hasText) Sets the "hasText" attributevoidsetHeight(double height) Sets the "height" attributevoidsetHorizontalTextPosition(HorizontalTextPositionType.Enum horizontalTextPosition) Sets the "horizontalTextPosition" attributevoidSets the "icon" attributevoidsetIconData(String iconData) Sets the "iconData" attributevoidsetIconTextGap(byte iconTextGap) Sets the "iconTextGap" attributevoidSets the "image" attributevoidsetLabelModel(LabelType.LabelModel labelModel) Sets the "LabelModel" elementvoidsetLineColor(String lineColor) Sets the "lineColor" attributevoidsetModelParameter(LabelType.ModelParameter modelParameter) Sets the "ModelParameter" elementvoidsetRotationAngle(double rotationAngle) Sets the "rotationAngle" attributevoidsetTextColor(String textColor) Sets the "textColor" attributevoidsetUnderlinedText(boolean underlinedText) Sets the "underlinedText" attributevoidsetVerticalTextPosition(VerticalTextPositionType.Enum verticalTextPosition) Sets the "verticalTextPosition" attributevoidsetVisible(boolean visible) Sets the "visible" attributevoidsetWidth(double width) Sets the "width" attributevoidsetX(double x) Sets the "x" attributevoidsetY(double y) Sets the "y" attributevoidUnsets the "alignment" attributevoidUnsets the "backgroundColor" attributevoidUnsets the "configuration" attributevoidUnsets the "fontFamily" attributevoidUnsets the "fontSize" attributevoidUnsets the "fontStyle" attributevoidUnsets the "hasBackgroundColor" attributevoidUnsets the "hasLineColor" attributevoidUnsets the "hasText" attributevoidUnsets the "height" attributevoidUnsets the "horizontalTextPosition" attributevoidUnsets the "icon" attributevoidUnsets the "iconData" attributevoidUnsets the "iconTextGap" attributevoidUnsets the "image" attributevoidUnsets the "LabelModel" elementvoidUnsets the "lineColor" attributevoidUnsets the "ModelParameter" elementvoidUnsets the "rotationAngle" attributevoidUnsets the "textColor" attributevoidUnsets the "underlinedText" attributevoidUnsets the "verticalTextPosition" attributevoidUnsets the "visible" attributevoidUnsets the "width" attributevoidunsetX()Unsets the "x" attributevoidunsetY()Unsets the "y" attributeGets (as xml) the "alignment" attributeGets (as xml) the "backgroundColor" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "configuration" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "fontFamily" attributeorg.apache.xmlbeans.XmlUnsignedByteGets (as xml) the "fontSize" attributeGets (as xml) the "fontStyle" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "hasBackgroundColor" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "hasLineColor" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "hasText" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "height" attributeGets (as xml) the "horizontalTextPosition" attributeorg.apache.xmlbeans.XmlAnyURIxgetIcon()Gets (as xml) the "icon" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "iconData" attributeorg.apache.xmlbeans.XmlByteGets (as xml) the "iconTextGap" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "image" attributeGets (as xml) the "lineColor" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "rotationAngle" attributeGets (as xml) the "textColor" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "underlinedText" attributeGets (as xml) the "verticalTextPosition" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "visible" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "width" attributeorg.apache.xmlbeans.XmlDoublexgetX()Gets (as xml) the "x" attributeorg.apache.xmlbeans.XmlDoublexgetY()Gets (as xml) the "y" attributevoidxsetAlignment(AlignmentType alignment) Sets (as xml) the "alignment" attributevoidxsetBackgroundColor(ColorType backgroundColor) Sets (as xml) the "backgroundColor" attributevoidxsetConfiguration(org.apache.xmlbeans.XmlString configuration) Sets (as xml) the "configuration" attributevoidxsetFontFamily(org.apache.xmlbeans.XmlString fontFamily) Sets (as xml) the "fontFamily" attributevoidxsetFontSize(org.apache.xmlbeans.XmlUnsignedByte fontSize) Sets (as xml) the "fontSize" attributevoidxsetFontStyle(FontStyleType fontStyle) Sets (as xml) the "fontStyle" attributevoidxsetHasBackgroundColor(org.apache.xmlbeans.XmlBoolean hasBackgroundColor) Sets (as xml) the "hasBackgroundColor" attributevoidxsetHasLineColor(org.apache.xmlbeans.XmlBoolean hasLineColor) Sets (as xml) the "hasLineColor" attributevoidxsetHasText(org.apache.xmlbeans.XmlBoolean hasText) Sets (as xml) the "hasText" attributevoidxsetHeight(org.apache.xmlbeans.XmlDouble height) Sets (as xml) the "height" attributevoidxsetHorizontalTextPosition(HorizontalTextPositionType horizontalTextPosition) Sets (as xml) the "horizontalTextPosition" attributevoidxsetIcon(org.apache.xmlbeans.XmlAnyURI icon) Sets (as xml) the "icon" attributevoidxsetIconData(org.apache.xmlbeans.XmlString iconData) Sets (as xml) the "iconData" attributevoidxsetIconTextGap(org.apache.xmlbeans.XmlByte iconTextGap) Sets (as xml) the "iconTextGap" attributevoidxsetImage(org.apache.xmlbeans.XmlString image) Sets (as xml) the "image" attributevoidxsetLineColor(ColorType lineColor) Sets (as xml) the "lineColor" attributevoidxsetRotationAngle(org.apache.xmlbeans.XmlDouble rotationAngle) Sets (as xml) the "rotationAngle" attributevoidxsetTextColor(ColorType textColor) Sets (as xml) the "textColor" attributevoidxsetUnderlinedText(org.apache.xmlbeans.XmlBoolean underlinedText) Sets (as xml) the "underlinedText" attributevoidxsetVerticalTextPosition(VerticalTextPositionType verticalTextPosition) Sets (as xml) the "verticalTextPosition" attributevoidxsetVisible(org.apache.xmlbeans.XmlBoolean visible) Sets (as xml) the "visible" attributevoidxsetWidth(org.apache.xmlbeans.XmlDouble width) Sets (as xml) the "width" attributevoidxsetX(org.apache.xmlbeans.XmlDouble x) Sets (as xml) the "x" attributevoidxsetY(org.apache.xmlbeans.XmlDouble y) Sets (as xml) the "y" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getLabelModel
LabelType.LabelModel getLabelModel()Gets the "LabelModel" element -
isSetLabelModel
boolean isSetLabelModel()True if has "LabelModel" element -
setLabelModel
Sets the "LabelModel" element -
addNewLabelModel
LabelType.LabelModel addNewLabelModel()Appends and returns a new empty "LabelModel" element -
unsetLabelModel
void unsetLabelModel()Unsets the "LabelModel" element -
getModelParameter
LabelType.ModelParameter getModelParameter()Gets the "ModelParameter" element -
isSetModelParameter
boolean isSetModelParameter()True if has "ModelParameter" element -
setModelParameter
Sets the "ModelParameter" element -
addNewModelParameter
LabelType.ModelParameter addNewModelParameter()Appends and returns a new empty "ModelParameter" element -
unsetModelParameter
void unsetModelParameter()Unsets the "ModelParameter" element -
getX
double getX()Gets the "x" attribute -
xgetX
org.apache.xmlbeans.XmlDouble xgetX()Gets (as xml) the "x" attribute -
isSetX
boolean isSetX()True if has "x" attribute -
setX
void setX(double x) Sets the "x" attribute -
xsetX
void xsetX(org.apache.xmlbeans.XmlDouble x) Sets (as xml) the "x" attribute -
unsetX
void unsetX()Unsets the "x" attribute -
getY
double getY()Gets the "y" attribute -
xgetY
org.apache.xmlbeans.XmlDouble xgetY()Gets (as xml) the "y" attribute -
isSetY
boolean isSetY()True if has "y" attribute -
setY
void setY(double y) Sets the "y" attribute -
xsetY
void xsetY(org.apache.xmlbeans.XmlDouble y) Sets (as xml) the "y" attribute -
unsetY
void unsetY()Unsets the "y" attribute -
getWidth
double getWidth()Gets the "width" attribute -
xgetWidth
org.apache.xmlbeans.XmlDouble xgetWidth()Gets (as xml) the "width" attribute -
isSetWidth
boolean isSetWidth()True if has "width" attribute -
setWidth
void setWidth(double width) Sets the "width" attribute -
xsetWidth
void xsetWidth(org.apache.xmlbeans.XmlDouble width) Sets (as xml) the "width" attribute -
unsetWidth
void unsetWidth()Unsets the "width" attribute -
getHeight
double getHeight()Gets the "height" attribute -
xgetHeight
org.apache.xmlbeans.XmlDouble xgetHeight()Gets (as xml) the "height" attribute -
isSetHeight
boolean isSetHeight()True if has "height" attribute -
setHeight
void setHeight(double height) Sets the "height" attribute -
xsetHeight
void xsetHeight(org.apache.xmlbeans.XmlDouble height) Sets (as xml) the "height" attribute -
unsetHeight
void unsetHeight()Unsets the "height" attribute -
getVisible
boolean getVisible()Gets the "visible" attribute -
xgetVisible
org.apache.xmlbeans.XmlBoolean xgetVisible()Gets (as xml) the "visible" attribute -
isSetVisible
boolean isSetVisible()True if has "visible" attribute -
setVisible
void setVisible(boolean visible) Sets the "visible" attribute -
xsetVisible
void xsetVisible(org.apache.xmlbeans.XmlBoolean visible) Sets (as xml) the "visible" attribute -
unsetVisible
void unsetVisible()Unsets the "visible" attribute -
getAlignment
AlignmentType.Enum getAlignment()Gets the "alignment" attribute -
xgetAlignment
AlignmentType xgetAlignment()Gets (as xml) the "alignment" attribute -
isSetAlignment
boolean isSetAlignment()True if has "alignment" attribute -
setAlignment
Sets the "alignment" attribute -
xsetAlignment
Sets (as xml) the "alignment" attribute -
unsetAlignment
void unsetAlignment()Unsets the "alignment" attribute -
getTextColor
String getTextColor()Gets the "textColor" attribute -
xgetTextColor
ColorType xgetTextColor()Gets (as xml) the "textColor" attribute -
isSetTextColor
boolean isSetTextColor()True if has "textColor" attribute -
setTextColor
Sets the "textColor" attribute -
xsetTextColor
Sets (as xml) the "textColor" attribute -
unsetTextColor
void unsetTextColor()Unsets the "textColor" attribute -
getLineColor
String getLineColor()Gets the "lineColor" attribute -
xgetLineColor
ColorType xgetLineColor()Gets (as xml) the "lineColor" attribute -
isSetLineColor
boolean isSetLineColor()True if has "lineColor" attribute -
setLineColor
Sets the "lineColor" attribute -
xsetLineColor
Sets (as xml) the "lineColor" attribute -
unsetLineColor
void unsetLineColor()Unsets the "lineColor" attribute -
getHasLineColor
boolean getHasLineColor()Gets the "hasLineColor" attribute -
xgetHasLineColor
org.apache.xmlbeans.XmlBoolean xgetHasLineColor()Gets (as xml) the "hasLineColor" attribute -
isSetHasLineColor
boolean isSetHasLineColor()True if has "hasLineColor" attribute -
setHasLineColor
void setHasLineColor(boolean hasLineColor) Sets the "hasLineColor" attribute -
xsetHasLineColor
void xsetHasLineColor(org.apache.xmlbeans.XmlBoolean hasLineColor) Sets (as xml) the "hasLineColor" attribute -
unsetHasLineColor
void unsetHasLineColor()Unsets the "hasLineColor" attribute -
getBackgroundColor
String getBackgroundColor()Gets the "backgroundColor" attribute -
xgetBackgroundColor
ColorType xgetBackgroundColor()Gets (as xml) the "backgroundColor" attribute -
isSetBackgroundColor
boolean isSetBackgroundColor()True if has "backgroundColor" attribute -
setBackgroundColor
Sets the "backgroundColor" attribute -
xsetBackgroundColor
Sets (as xml) the "backgroundColor" attribute -
unsetBackgroundColor
void unsetBackgroundColor()Unsets the "backgroundColor" attribute -
getHasBackgroundColor
boolean getHasBackgroundColor()Gets the "hasBackgroundColor" attribute -
xgetHasBackgroundColor
org.apache.xmlbeans.XmlBoolean xgetHasBackgroundColor()Gets (as xml) the "hasBackgroundColor" attribute -
isSetHasBackgroundColor
boolean isSetHasBackgroundColor()True if has "hasBackgroundColor" attribute -
setHasBackgroundColor
void setHasBackgroundColor(boolean hasBackgroundColor) Sets the "hasBackgroundColor" attribute -
xsetHasBackgroundColor
void xsetHasBackgroundColor(org.apache.xmlbeans.XmlBoolean hasBackgroundColor) Sets (as xml) the "hasBackgroundColor" attribute -
unsetHasBackgroundColor
void unsetHasBackgroundColor()Unsets the "hasBackgroundColor" attribute -
getHasText
boolean getHasText()Gets the "hasText" attribute -
xgetHasText
org.apache.xmlbeans.XmlBoolean xgetHasText()Gets (as xml) the "hasText" attribute -
isSetHasText
boolean isSetHasText()True if has "hasText" attribute -
setHasText
void setHasText(boolean hasText) Sets the "hasText" attribute -
xsetHasText
void xsetHasText(org.apache.xmlbeans.XmlBoolean hasText) Sets (as xml) the "hasText" attribute -
unsetHasText
void unsetHasText()Unsets the "hasText" attribute -
getFontFamily
String getFontFamily()Gets the "fontFamily" attribute -
xgetFontFamily
org.apache.xmlbeans.XmlString xgetFontFamily()Gets (as xml) the "fontFamily" attribute -
isSetFontFamily
boolean isSetFontFamily()True if has "fontFamily" attribute -
setFontFamily
Sets the "fontFamily" attribute -
xsetFontFamily
void xsetFontFamily(org.apache.xmlbeans.XmlString fontFamily) Sets (as xml) the "fontFamily" attribute -
unsetFontFamily
void unsetFontFamily()Unsets the "fontFamily" attribute -
getFontSize
short getFontSize()Gets the "fontSize" attribute -
xgetFontSize
org.apache.xmlbeans.XmlUnsignedByte xgetFontSize()Gets (as xml) the "fontSize" attribute -
isSetFontSize
boolean isSetFontSize()True if has "fontSize" attribute -
setFontSize
void setFontSize(short fontSize) Sets the "fontSize" attribute -
xsetFontSize
void xsetFontSize(org.apache.xmlbeans.XmlUnsignedByte fontSize) Sets (as xml) the "fontSize" attribute -
unsetFontSize
void unsetFontSize()Unsets the "fontSize" attribute -
getFontStyle
FontStyleType.Enum getFontStyle()Gets the "fontStyle" attribute -
xgetFontStyle
FontStyleType xgetFontStyle()Gets (as xml) the "fontStyle" attribute -
isSetFontStyle
boolean isSetFontStyle()True if has "fontStyle" attribute -
setFontStyle
Sets the "fontStyle" attribute -
xsetFontStyle
Sets (as xml) the "fontStyle" attribute -
unsetFontStyle
void unsetFontStyle()Unsets the "fontStyle" attribute -
getRotationAngle
double getRotationAngle()Gets the "rotationAngle" attribute -
xgetRotationAngle
org.apache.xmlbeans.XmlDouble xgetRotationAngle()Gets (as xml) the "rotationAngle" attribute -
isSetRotationAngle
boolean isSetRotationAngle()True if has "rotationAngle" attribute -
setRotationAngle
void setRotationAngle(double rotationAngle) Sets the "rotationAngle" attribute -
xsetRotationAngle
void xsetRotationAngle(org.apache.xmlbeans.XmlDouble rotationAngle) Sets (as xml) the "rotationAngle" attribute -
unsetRotationAngle
void unsetRotationAngle()Unsets the "rotationAngle" attribute -
getIcon
String getIcon()Gets the "icon" attribute -
xgetIcon
org.apache.xmlbeans.XmlAnyURI xgetIcon()Gets (as xml) the "icon" attribute -
isSetIcon
boolean isSetIcon()True if has "icon" attribute -
setIcon
Sets the "icon" attribute -
xsetIcon
void xsetIcon(org.apache.xmlbeans.XmlAnyURI icon) Sets (as xml) the "icon" attribute -
unsetIcon
void unsetIcon()Unsets the "icon" attribute -
getImage
String getImage()Gets the "image" attribute -
xgetImage
org.apache.xmlbeans.XmlString xgetImage()Gets (as xml) the "image" attribute -
isSetImage
boolean isSetImage()True if has "image" attribute -
setImage
Sets the "image" attribute -
xsetImage
void xsetImage(org.apache.xmlbeans.XmlString image) Sets (as xml) the "image" attribute -
unsetImage
void unsetImage()Unsets the "image" attribute -
getIconData
String getIconData()Gets the "iconData" attribute -
xgetIconData
org.apache.xmlbeans.XmlString xgetIconData()Gets (as xml) the "iconData" attribute -
isSetIconData
boolean isSetIconData()True if has "iconData" attribute -
setIconData
Sets the "iconData" attribute -
xsetIconData
void xsetIconData(org.apache.xmlbeans.XmlString iconData) Sets (as xml) the "iconData" attribute -
unsetIconData
void unsetIconData()Unsets the "iconData" attribute -
getUnderlinedText
boolean getUnderlinedText()Gets the "underlinedText" attribute -
xgetUnderlinedText
org.apache.xmlbeans.XmlBoolean xgetUnderlinedText()Gets (as xml) the "underlinedText" attribute -
isSetUnderlinedText
boolean isSetUnderlinedText()True if has "underlinedText" attribute -
setUnderlinedText
void setUnderlinedText(boolean underlinedText) Sets the "underlinedText" attribute -
xsetUnderlinedText
void xsetUnderlinedText(org.apache.xmlbeans.XmlBoolean underlinedText) Sets (as xml) the "underlinedText" attribute -
unsetUnderlinedText
void unsetUnderlinedText()Unsets the "underlinedText" attribute -
getHorizontalTextPosition
HorizontalTextPositionType.Enum getHorizontalTextPosition()Gets the "horizontalTextPosition" attribute -
xgetHorizontalTextPosition
HorizontalTextPositionType xgetHorizontalTextPosition()Gets (as xml) the "horizontalTextPosition" attribute -
isSetHorizontalTextPosition
boolean isSetHorizontalTextPosition()True if has "horizontalTextPosition" attribute -
setHorizontalTextPosition
Sets the "horizontalTextPosition" attribute -
xsetHorizontalTextPosition
Sets (as xml) the "horizontalTextPosition" attribute -
unsetHorizontalTextPosition
void unsetHorizontalTextPosition()Unsets the "horizontalTextPosition" attribute -
getVerticalTextPosition
VerticalTextPositionType.Enum getVerticalTextPosition()Gets the "verticalTextPosition" attribute -
xgetVerticalTextPosition
VerticalTextPositionType xgetVerticalTextPosition()Gets (as xml) the "verticalTextPosition" attribute -
isSetVerticalTextPosition
boolean isSetVerticalTextPosition()True if has "verticalTextPosition" attribute -
setVerticalTextPosition
Sets the "verticalTextPosition" attribute -
xsetVerticalTextPosition
Sets (as xml) the "verticalTextPosition" attribute -
unsetVerticalTextPosition
void unsetVerticalTextPosition()Unsets the "verticalTextPosition" attribute -
getIconTextGap
byte getIconTextGap()Gets the "iconTextGap" attribute -
xgetIconTextGap
org.apache.xmlbeans.XmlByte xgetIconTextGap()Gets (as xml) the "iconTextGap" attribute -
isSetIconTextGap
boolean isSetIconTextGap()True if has "iconTextGap" attribute -
setIconTextGap
void setIconTextGap(byte iconTextGap) Sets the "iconTextGap" attribute -
xsetIconTextGap
void xsetIconTextGap(org.apache.xmlbeans.XmlByte iconTextGap) Sets (as xml) the "iconTextGap" attribute -
unsetIconTextGap
void unsetIconTextGap()Unsets the "iconTextGap" attribute -
getConfiguration
String getConfiguration()Gets the "configuration" attribute -
xgetConfiguration
org.apache.xmlbeans.XmlString xgetConfiguration()Gets (as xml) the "configuration" attribute -
isSetConfiguration
boolean isSetConfiguration()True if has "configuration" attribute -
setConfiguration
Sets the "configuration" attribute -
xsetConfiguration
void xsetConfiguration(org.apache.xmlbeans.XmlString configuration) Sets (as xml) the "configuration" attribute -
unsetConfiguration
void unsetConfiguration()Unsets the "configuration" attribute
-