|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.betabeans.scroogexhtml.converter.ParagraphProperties
public final class ParagraphProperties
A class which stores paragraph properties.
Constructor Summary | |
---|---|
ParagraphProperties()
|
Method Summary | |
---|---|
ParagraphProperties |
cloneAll()
Get a clone of the object. |
void |
copyFrom(ParagraphProperties app)
Copy all neccessary paragraph properties. |
int |
getAlign()
Gets the align attribute of the ParagraphProperties object. |
int |
getFirstIndent()
Gets the firstIndent attribute of the ParagraphProperties object. |
int |
getLeftIndent()
Gets the leftIndent attribute of the ParagraphProperties object. |
int |
getNumberingLevel()
Gets the numberingLevel attribute of the ParagraphProperties object. |
int |
getRightIndent()
Gets the rightIndent attribute of the ParagraphProperties object. |
boolean |
isBullet()
Checks if this is a paragraph with a 'bullet'. |
boolean |
isListEnd()
Gets the listEnd attribute of the ParagraphProperties object. |
boolean |
isListStart()
Gets the listStart attribute of the ParagraphProperties object. |
boolean |
isNumbered()
Gets the numbered attribute of the ParagraphProperties object. |
boolean |
isRightToLeftPar()
Get the right to left attribute value. |
void |
setAlign(int a)
Sets the align attribute of the ParagraphProperties object. |
void |
setFirstIndent(int i)
Sets the firstIndent attribute of the ParagraphProperties object. |
void |
setLeftIndent(int i)
Sets the leftIndent attribute of the ParagraphProperties object. |
void |
setListEnd(boolean v)
Sets the listEnd attribute of the ParagraphProperties object. |
void |
setListStart(boolean v)
Sets the listStart attribute of the ParagraphProperties object. |
void |
setNumbered(boolean n)
Sets the numbered attribute of the ParagraphProperties object. |
void |
setNumberingLevel(int l)
Sets the numberingLevel attribute of the ParagraphProperties object. |
void |
setRightIndent(int i)
Sets the rightIndent attribute of the ParagraphProperties object. |
void |
setRightToLeftPar(boolean newValue)
Set the right to left attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParagraphProperties()
Method Detail |
---|
public void setAlign(int a)
a
- The new align valuegetAlign()
public void setNumbered(boolean n)
n
- The new numbered valuepublic void setNumberingLevel(int l)
l
- The new numberingLevel valuegetNumberingLevel()
public void setLeftIndent(int i)
i
- The new leftIndent valuegetLeftIndent()
public void setRightIndent(int i)
i
- The new rightIndent valuegetRightIndent()
public void setFirstIndent(int i)
i
- The new firstIndent valuegetFirstIndent()
public void setListStart(boolean v)
v
- The new listStart valuepublic void setListEnd(boolean v)
v
- The new listEnd valuepublic int getAlign()
setAlign(int)
public boolean isNumbered()
public int getNumberingLevel()
setNumberingLevel(int)
public boolean isBullet()
public int getLeftIndent()
setLeftIndent(int)
public int getRightIndent()
setRightIndent(int)
public int getFirstIndent()
setFirstIndent(int)
public boolean isListStart()
public boolean isListEnd()
public boolean isRightToLeftPar()
public void setRightToLeftPar(boolean newValue)
newValue
- boolean The new attribute value.public void copyFrom(ParagraphProperties app)
app
- ParagraphPropertiespublic ParagraphProperties cloneAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |