public class mxStyleSheet extends mxDelegateShape
fillStyle, lineStyle, textStyle
shape
Constructor and Description |
---|
mxStyleSheet(org.w3c.dom.Element s) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFlags(java.lang.String paraIX)
Returns the flags of one paragraph.
|
int |
getHorizontalAlign(java.lang.String paraIX)
Returns the horizontal align property of text
|
java.lang.String |
getIndentFirst(java.lang.String paraIX)
Returns the first indent of one paragraph in pixels.
|
java.lang.String |
getIndentLeft(java.lang.String paraIX)
Returns the indent to left of one paragraph
|
java.lang.String |
getIndentRight(java.lang.String paraIX)
Returns the indent to right of one paragraph
|
java.lang.String |
getLetterSpace(java.lang.String paraIX)
Returns the space between characters in one text fragment.
|
java.lang.String |
getRTLText(java.lang.String paraIX)
Returns the direction of one text fragment.
|
java.lang.String |
getSpAfter(java.lang.String paraIX)
Returns the space after one paragraph
|
java.lang.String |
getSpBefore(java.lang.String paraIX)
Returns the space before one paragraph.
|
double |
getSpLine(java.lang.String paraIX)
Returns the space between lines in one paragraph.
|
java.lang.String |
getTextColor(java.lang.String charIX)
Returns the color of one text fragment
|
java.lang.String |
getTextFont(java.lang.String charIX)
Returns the font of one text fragment
|
java.lang.String |
getTextSize(java.lang.String charIX)
Returns the size of one text fragment in pixels.
|
boolean |
getTextStrike(java.lang.String charIX)
Checks if one text fragment is Strikethru
|
java.lang.String |
getTextStyle(java.lang.String charIX)
Returns the style of one text fragment.
|
boolean |
hasFlags(java.lang.String paraIX)
Checks if the flags of one paragraph is defined.
|
boolean |
hasHorizontalAlign(java.lang.String paraIX)
Checks if the horizontal align of text is defined
|
boolean |
hasIndentFirst(java.lang.String paraIX)
Checks if the first indent of one paragraph is defined
|
boolean |
hasIndentLeft(java.lang.String paraIX)
Checks if the indent to left of one paragraph is defined
|
boolean |
hasIndentRight(java.lang.String paraIX)
Checks if the indent to right of one paragraph is defined
|
boolean |
hasLetterSpace(java.lang.String paraIX)
Checks if the space between characters in one text fragment is defined.
|
boolean |
hasSpAfter(java.lang.String paraIX)
Checks if the space after one paragraph is defined
|
boolean |
hasSpBefore(java.lang.String paraIX)
Checks if the space before one paragraph is defined
|
boolean |
hasSpLine(java.lang.String paraIX)
Checks if the space between lines in one paragraph is defined
|
boolean |
hasTextFont(java.lang.String charIX)
Checks if the font of one text fragment is defined
|
boolean |
hasTextPos(java.lang.String charIX)
Checks if the position of one text fragment is defined
|
boolean |
hasTextSize(java.lang.String charIX)
Checks if the size of one text fragment is defined.
|
boolean |
hasTextStrike(java.lang.String charIX)
Checks if the strikethru of one text fragment is defined
|
boolean |
hasTextStyle(java.lang.String charIX)
Checks if the style of one text fragment is defined.
|
getBeginArrow, getBeginArrowSize, getEndArrow, getEndArrowSize, getFillColor, getFillForeColor, getFillPattern, getLineColor, getLinePattern, getLineWeight, getRounding, getShdwPattern, getTextBkgndColor, getTextBottomMargin, getTextLeftMargin, getTextPos, getTextRightMargin, getTextTopMargin, getTransparence, getVerticalAlign, hasBeginArrow, hasBeginArrowSize, hasEndArrow, hasEndArrowSize, hasFillColor, hasFillForeColor, hasFillPattern, hasLineColor, hasLinePattern, hasLineWeight, hasRounding, hasRTLText, hasShdwPattern, hasTextBkgndColor, hasTextBottomMargin, hasTextColor, hasTextLeftMargin, hasTextRightMargin, hasTextTopMargin, hasTransparence, hasVerticalAlign
getAmountArcTo, getAmountConnection, getAmountEllipticalArcTo, getAmountLineTo, getAngle, getBeginXY, getBullet, getEndXY, getFillStyleId, getHeight, getId, getLineStyleId, getLineToXY, getLocPinX, getLocPinY, getNameU, getNumericalValueOfSecundaryTag, getPinX, getPinY, getPrimaryTag, getPrimaryTagIndexed, getRoutingPoints, getShape, getText, getTextCase, getTextChildrens, getTextStyleId, getTxtAngle, getValueOfSecundaryTag, getWidth, hasAngle, hasBullet, hasEllipse, hasHeight, hasLocPinX, hasLocPinY, hasPinX, hasPinY, hasPrimaryTag, hasSecundaryTag, hasText, hasTextCase, hasTxtAngle, hasWidth, hasXForm1D, setShape
public java.lang.String getFlags(java.lang.String paraIX)
mxGeneralShape
getFlags
in class mxDelegateShape
paraIX
- IX atribute of Para element.public int getHorizontalAlign(java.lang.String paraIX)
mxGeneralShape
getHorizontalAlign
in class mxDelegateShape
paraIX
- IX atribute of Para elementpublic java.lang.String getIndentFirst(java.lang.String paraIX)
mxGeneralShape
getIndentFirst
in class mxDelegateShape
paraIX
- IX atribute of Para elementpublic java.lang.String getIndentLeft(java.lang.String paraIX)
mxGeneralShape
getIndentLeft
in class mxDelegateShape
paraIX
- IX atribute of Para elementpublic java.lang.String getIndentRight(java.lang.String paraIX)
mxGeneralShape
getIndentRight
in class mxDelegateShape
paraIX
- IX atribute of Para elementpublic java.lang.String getLetterSpace(java.lang.String paraIX)
mxGeneralShape
getLetterSpace
in class mxDelegateShape
paraIX
- IX atribute of Para element.public java.lang.String getRTLText(java.lang.String paraIX)
mxGeneralShape
getRTLText
in class mxDelegateShape
paraIX
- IX atribute of Para element.public java.lang.String getSpAfter(java.lang.String paraIX)
mxGeneralShape
getSpAfter
in class mxDelegateShape
paraIX
- IX atribute of Para elementpublic java.lang.String getSpBefore(java.lang.String paraIX)
mxGeneralShape
getSpBefore
in class mxDelegateShape
paraIX
- IX atribute of Para elementpublic double getSpLine(java.lang.String paraIX)
mxGeneralShape
getSpLine
in class mxDelegateShape
paraIX
- IX atribute of Para element.public java.lang.String getTextColor(java.lang.String charIX)
mxGeneralShape
getTextColor
in class mxDelegateShape
charIX
- IX atribute of Char elementpublic java.lang.String getTextFont(java.lang.String charIX)
mxGeneralShape
getTextFont
in class mxDelegateShape
charIX
- IX atribute of Char elementpublic java.lang.String getTextSize(java.lang.String charIX)
mxGeneralShape
getTextSize
in class mxDelegateShape
charIX
- IX atribute of Char elementpublic boolean getTextStrike(java.lang.String charIX)
mxGeneralShape
getTextStrike
in class mxDelegateShape
charIX
- IX atribute of Char elementtrue
if one text fragment is Strikethrupublic java.lang.String getTextStyle(java.lang.String charIX)
mxGeneralShape
getTextStyle
in class mxDelegateShape
charIX
- IX atribute of Char elementpublic boolean hasFlags(java.lang.String paraIX)
mxGeneralShape
hasFlags
in class mxDelegateShape
paraIX
- IX atribute of Para element.true
if the flags of one paragraph is defined.public boolean hasHorizontalAlign(java.lang.String paraIX)
mxGeneralShape
hasHorizontalAlign
in class mxDelegateShape
paraIX
- IX atribute of Para elementtrue
if the horizontal align of text is defined.public boolean hasIndentFirst(java.lang.String paraIX)
mxGeneralShape
hasIndentFirst
in class mxDelegateShape
paraIX
- IX atribute of Para elementtrue
if the first indent of one paragraph is defined.public boolean hasIndentLeft(java.lang.String paraIX)
mxGeneralShape
hasIndentLeft
in class mxDelegateShape
paraIX
- IX atribute of Para elementtrue
if the indent to left of one paragraph is defined.public boolean hasIndentRight(java.lang.String paraIX)
mxGeneralShape
hasIndentRight
in class mxDelegateShape
paraIX
- IX atribute of Para elementtrue
if the indent to right of one paragraph is defined.public boolean hasLetterSpace(java.lang.String paraIX)
mxGeneralShape
hasLetterSpace
in class mxDelegateShape
paraIX
- IX atribute of Para element.true
if the space between characters in one text fragment is defined.public boolean hasSpAfter(java.lang.String paraIX)
mxGeneralShape
hasSpAfter
in class mxDelegateShape
paraIX
- IX atribute of Para elementtrue
if the space after one paragraph is defined.public boolean hasSpBefore(java.lang.String paraIX)
mxGeneralShape
hasSpBefore
in class mxDelegateShape
paraIX
- IX atribute of Para elementtrue
if the space before one paragraph is defined.public boolean hasSpLine(java.lang.String paraIX)
mxGeneralShape
hasSpLine
in class mxDelegateShape
paraIX
- IX atribute of Para elementtrue
if the space between lines in one paragraph is defined.public boolean hasTextFont(java.lang.String charIX)
mxGeneralShape
hasTextFont
in class mxDelegateShape
charIX
- IX atribute of Char elementtrue
if the font of one text fragment is defined.public boolean hasTextPos(java.lang.String charIX)
mxGeneralShape
hasTextPos
in class mxDelegateShape
charIX
- IX atribute of Char elementtrue
if the position of one text fragment is defined.public boolean hasTextSize(java.lang.String charIX)
mxGeneralShape
hasTextSize
in class mxDelegateShape
charIX
- IX atribute of Char elementtrue
if the size of one text fragment is defined.public boolean hasTextStrike(java.lang.String charIX)
mxGeneralShape
hasTextStrike
in class mxDelegateShape
charIX
- IX atribute of Char elementtrue
if the strikethru of one text fragment is definedpublic boolean hasTextStyle(java.lang.String charIX)
mxGeneralShape
hasTextStyle
in class mxDelegateShape
charIX
- IX atribute of Char elementtrue
if the style of one text fragment is defined.Copyright (c) 2010 Gaudenz Alder. All rights reserved.