public class CdrStyle extends CdrDictionaryItem
The cdr style
CdrObjectContainer
Constructor and Description |
---|
CdrStyle() |
Modifier and Type | Method and Description |
---|---|
int |
getAlign()
Gets the align.
|
short |
getCharset()
Gets the character set.
|
CdrFill |
getFill()
Gets the fill.
|
double |
getFirstIndent()
Gets the first indent.
|
String |
getFontName()
Gets the name of the font.
|
double |
getFontSize()
Gets the size of the font.
|
int |
getFontWeight()
Gets the font weight.
|
double |
getLeftIndent()
Gets the left indent.
|
CdrOutline |
getOutLine()
Gets the out line.
|
int |
getParentId()
Gets the parent identifier.
|
double |
getRightIndent()
Gets the right indent.
|
void |
setAlign(int value)
Sets the align.
|
void |
setCharset(short value)
Sets the character set.
|
void |
setFill(CdrFill value)
Sets the fill.
|
void |
setFirstIndent(double value)
Sets the first indent.
|
void |
setFontName(String value)
Sets the name of the font.
|
void |
setFontSize(double value)
Sets the size of the font.
|
void |
setFontWeight(int value)
Sets the font weight.
|
void |
setLeftIndent(double value)
Sets the left indent.
|
void |
setOutLine(CdrOutline value)
Sets the out line.
|
void |
setParentId(int value)
Sets the parent identifier.
|
void |
setRightIndent(double value)
Sets the right indent.
|
getId, setId
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final String getFontName()
Gets the name of the font.
public final void setFontName(String value)
Sets the name of the font.
value
- the name of the font.public final short getCharset()
Gets the character set.
public final void setCharset(short value)
Sets the character set.
value
- the character set.public final double getFontSize()
Gets the size of the font.
public final void setFontSize(double value)
Sets the size of the font.
value
- the size of the font.public final int getFontWeight()
Gets the font weight.
public final void setFontWeight(int value)
Sets the font weight.
value
- the font weight.public final CdrFill getFill()
Gets the fill.
public final void setFill(CdrFill value)
Sets the fill.
value
- the fill.public final CdrOutline getOutLine()
Gets the out line.
public final void setOutLine(CdrOutline value)
Sets the out line.
value
- the out line.public final int getAlign()
Gets the align.
public final void setAlign(int value)
Sets the align.
value
- the align.public final double getRightIndent()
Gets the right indent.
public final void setRightIndent(double value)
Sets the right indent.
value
- the right indent.public final double getFirstIndent()
Gets the first indent.
public final void setFirstIndent(double value)
Sets the first indent.
value
- the first indent.public final double getLeftIndent()
Gets the left indent.
public final void setLeftIndent(double value)
Sets the left indent.
value
- the left indent.public final int getParentId()
Gets the parent identifier.
public final void setParentId(int value)
Sets the parent identifier.
value
- the parent identifier.