public class RtfStyle extends Object
A class, representing style.
| Constructor and Description |
|---|
RtfStyle() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBasedOnIndex()
Index of style used as basis.
|
RtfFormatting |
getFormatting()
Formatting set of current style.
|
int |
getIndex()
Index in stylesheet table.
|
String |
getName()
Designated style name.
|
int |
getNextStyleIndex()
Index of next style.
|
int |
getType()
Style type.
|
void |
setBasedOnIndex(int value)
Index of style used as basis.
|
void |
setFormatting(RtfFormatting value)
Formatting set of current style.
|
void |
setIndex(int value)
Index in stylesheet table.
|
void |
setName(String value)
Designated style name.
|
void |
setNextStyleIndex(int value)
Index of next style.
|
void |
setType(int value)
Style type.
|
public final int getIndex()
Index in stylesheet table.
public final void setIndex(int value)
Index in stylesheet table.
public final String getName()
Designated style name.
public final void setName(String value)
Designated style name.
public final int getType()
Style type.
public final void setType(int value)
Style type.
public final int getBasedOnIndex()
Index of style used as basis.
public final void setBasedOnIndex(int value)
Index of style used as basis.
public final int getNextStyleIndex()
Index of next style.
public final void setNextStyleIndex(int value)
Index of next style.
public final RtfFormatting getFormatting()
Formatting set of current style.
public final void setFormatting(RtfFormatting value)
Formatting set of current style.
Copyright © 2026 Aspose. All Rights Reserved.