| Constructor and Description |
|---|
RtfFormatting() |
| Modifier and Type | Method and Description |
|---|---|
RtfFormatting |
clone() |
int |
getBackgroundColorIndex()
Index of background color from color table.
|
com.aspose.ms.System.Nullable<Integer> |
getFontIndex()
Font index.
|
int |
getFontSize()
Font size.
|
int |
getForegroundColorIndex()
Index of foreground color from color table.
|
int |
getUnicodeCharSkipCount()
Offset for Unicode character skip.
|
boolean |
isBold()
Defines if current content is bold.
|
boolean |
isItalic()
Defines if current content is italic.
|
boolean |
isStrikethrough()
Defines if current content is strikethrough.
|
boolean |
isUnderline()
Defines if current content is underline.
|
void |
setBackgroundColorIndex(int value)
Index of background color from color table.
|
void |
setBold(boolean value)
Defines if current content is bold.
|
void |
setFontIndex(com.aspose.ms.System.Nullable<Integer> value)
Font index.
|
void |
setFontSize(int value)
Font size.
|
void |
setForegroundColorIndex(int value)
Index of foreground color from color table.
|
void |
setItalic(boolean value)
Defines if current content is italic.
|
void |
setStrikethrough(boolean value)
Defines if current content is strikethrough.
|
void |
setUnderline(boolean value)
Defines if current content is underline.
|
void |
setUnicodeCharSkipCount(int value)
Offset for Unicode character skip.
|
public final com.aspose.ms.System.Nullable<Integer> getFontIndex()
Font index.
public final void setFontIndex(com.aspose.ms.System.Nullable<Integer> value)
Font index.
public final int getFontSize()
Font size.
public final void setFontSize(int value)
Font size.
public final boolean isBold()
Defines if current content is bold.
public final void setBold(boolean value)
Defines if current content is bold.
public final boolean isItalic()
Defines if current content is italic.
public final void setItalic(boolean value)
Defines if current content is italic.
public final boolean isUnderline()
Defines if current content is underline.
public final void setUnderline(boolean value)
Defines if current content is underline.
public final boolean isStrikethrough()
Defines if current content is strikethrough.
public final void setStrikethrough(boolean value)
Defines if current content is strikethrough.
public final int getForegroundColorIndex()
Index of foreground color from color table.
public final void setForegroundColorIndex(int value)
Index of foreground color from color table.
public final int getBackgroundColorIndex()
Index of background color from color table.
public final void setBackgroundColorIndex(int value)
Index of background color from color table.
public final int getUnicodeCharSkipCount()
Offset for Unicode character skip.
public final void setUnicodeCharSkipCount(int value)
Offset for Unicode character skip.
public final RtfFormatting clone()
Copyright © 2026 Aspose. All Rights Reserved.