|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.model.textproperties.IndentProp
public class IndentProp
Definition of the indent level of some text. Defines how many characters it applies to, and what indent level they share. This is defined by the slightly confusingly named MasterTextPropRun
Constructor Summary | |
---|---|
IndentProp(int charactersCovered,
short indentLevel)
Generate the definition of a given text indent |
Method Summary | |
---|---|
int |
getCharactersCovered()
Fetch the number of characters this styling applies to |
int |
getIndentLevel()
|
void |
setIndentLevel(int indentLevel)
Sets the indent level, which can be between 0 and 4 |
void |
updateTextSize(int textSize)
Update the size of the text that this set of properties applies to |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndentProp(int charactersCovered, short indentLevel)
Method Detail |
---|
public int getCharactersCovered()
public int getIndentLevel()
public void setIndentLevel(int indentLevel)
public void updateTextSize(int textSize)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |