RtfStyle

Inheritance: java.lang.Object, com.aspose.pdf.rtf.rtfstructure.RtfStyle

public class RtfStyle extends Object

A class, representing style.

Constructors

ConstructorDescription
RtfStyle

Methods

MethodDescription
getBasedOnIndexIndex of style used as basis.
getFormattingFormatting set of current style.
getIndexIndex in stylesheet table.
getNameDesignated style name.
getNextStyleIndexIndex of next style.
getTypeStyle type.
setBasedOnIndexIndex of style used as basis.
setFormattingFormatting set of current style.
setIndexIndex in stylesheet table.
setNameDesignated style name.
setNextStyleIndexIndex of next style.
setTypeStyle 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.