RtfStyle
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.rtf.rtfstructure.RtfStyle
public class RtfStyle extends Object
A class, representing style.
Constructors
| Constructor | Description |
|---|---|
| RtfStyle |
Methods
| Method | Description |
|---|---|
| getBasedOnIndex | Index of style used as basis. |
| getFormatting | Formatting set of current style. |
| getIndex | Index in stylesheet table. |
| getName | Designated style name. |
| getNextStyleIndex | Index of next style. |
| getType | Style type. |
| setBasedOnIndex | Index of style used as basis. |
| setFormatting | Formatting set of current style. |
| setIndex | Index in stylesheet table. |
| setName | Designated style name. |
| setNextStyleIndex | Index of next style. |
| setType | Style type. |
RtfStyle
public RtfStyle()
getBasedOnIndex
public final int getBasedOnIndex()
Index of style used as basis.
getFormatting
public final RtfFormatting getFormatting()
Formatting set of current style.
getIndex
public final int getIndex()
Index in stylesheet table.
getName
public final String getName()
Designated style name.
getNextStyleIndex
public final int getNextStyleIndex()
Index of next style.
getType
public final int getType()
Style type.
setBasedOnIndex
public final void setBasedOnIndex(int value)
Index of style used as basis.
setFormatting
Formatting set of current style.
setIndex
public final void setIndex(int value)
Index in stylesheet table.
setName
Designated style name.
setNextStyleIndex
public final void setNextStyleIndex(int value)
Index of next style.
setType
public final void setType(int value)
Style type.