public class RtfToken extends Object
Class, representing RTF tokens.
| Constructor and Description |
|---|
RtfToken() |
| Modifier and Type | Method and Description |
|---|---|
static RtfToken |
createControlWord(String key) |
static RtfToken |
createControlWord(String key,
com.aspose.ms.System.Nullable<Integer> param) |
static RtfToken |
createControlWord(String key,
com.aspose.ms.System.Nullable<Integer> param,
boolean hasParam) |
static RtfToken |
createText(String text) |
String |
getKey() |
com.aspose.ms.System.Nullable<Integer> |
getParameter() |
String |
getText() |
int |
getType() |
boolean |
hasParameter() |
void |
setKey(String value) |
void |
setParameter_Rename_Namesake(boolean value) |
void |
setParameter(com.aspose.ms.System.Nullable<Integer> value) |
void |
setText(String value) |
void |
setType(int value) |
public final int getType()
public final void setType(int value)
public final String getKey()
public final void setKey(String value)
public final com.aspose.ms.System.Nullable<Integer> getParameter()
public final void setParameter(com.aspose.ms.System.Nullable<Integer> value)
public final boolean hasParameter()
public final void setParameter_Rename_Namesake(boolean value)
public final String getText()
public final void setText(String value)
public static RtfToken createControlWord(String key, com.aspose.ms.System.Nullable<Integer> param)
public static RtfToken createControlWord(String key, com.aspose.ms.System.Nullable<Integer> param, boolean hasParam)
Copyright © 2026 Aspose. All Rights Reserved.