public class IndentProp
extends java.lang.Object
Constructor | Description |
---|---|
IndentProp(int charactersCovered,
short indentLevel) |
Generate the definition of a given text indent
|
Modifier and Type | Method | Description |
---|---|---|
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
|
public IndentProp(int charactersCovered, short indentLevel)
public int getCharactersCovered()
public int getIndentLevel()
public void setIndentLevel(int indentLevel)
public void updateTextSize(int textSize)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.