public final class RichTextBoxField extends TextBoxField
Class describes rich text editor component.
_FileSelect, _Password
_disableUpdateAppearance
Modifier and Type | Method and Description |
---|---|
String |
getFormattedValue()
Gets formatted rich text value with markup.
|
int |
getJustify()
Gets or sets justification of the rich text box.
|
String |
getRValue()
Gets rich text value.
|
String |
getStyle()
Gets or sets default style string of the rich text field.
|
String |
getValue()
Get Value of RichTextField.
|
void |
setFormattedValue(String value)
Sets formatted rich text value with markup.
|
void |
setJustify(int value) |
void |
setRValue(String value)
Sets rich text value.
|
void |
setStyle(String value) |
void |
setValue(String value)
Set Value of RichTextField.
|
addBarcode, getForceCombs, getMaxLen, getMultiline, getScrollable, getSpellCheck, setForceCombs, setJustification, setMaxLen, setMultiline, setScrollable, setSpellCheck
copyTo, flatten, get_Item, get_Item, getAlternateName, getAnnotationIndex, getMappingName, getPageIndex, getPartialName, getRect, getSyncRoot, isGroup, isSharedField, isSharedField, isSynchronized, iterator, recalculate, setAlternateName, setAnnotationIndex, setFieldImage, setFitIntoRectangle, setMappingName, setPartialName, setPosition, setRect, size, updateAppearances
accept, getActions, getDefaultAppearance, getExportable, getHighlighting, getOnActivated, getParent, getReadOnly, getRequired, setDefaultAppearance, setExportable, setHighlighting, setOnActivated, setReadOnly, setRequired
getActiveState, getAlignment, getAppearance, getBorder, getCharacteristics, getColor, getContents, getEngineDict, getEngineObj, getFlags, getFullName, getHeight, getHorizontalAlignment_Annotation_New, getModified, getModifiedInternal, getName, getNormalAppearance, getPage, getPageIndex, getStates, getWidth, initialize, setActiveState, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setWidth
deepClone, getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, setMargin, setVerticalAlignment
public String getStyle()
Gets or sets default style string of the rich text field.
public void setStyle(String value)
public String getRValue()
Gets rich text value.
public void setRValue(String value)
Sets rich text value.
public String getFormattedValue()
Gets formatted rich text value with markup.
public void setFormattedValue(String value)
Sets formatted rich text value with markup.
public String getValue()
Get Value of RichTextField.
getValue
in class TextBoxField
public void setValue(String value)
Set Value of RichTextField.
setValue
in class TextBoxField
public int getJustify()
Gets or sets justification of the rich text box.
public void setJustify(int value)
Copyright © 2017 Aspose. All Rights Reserved.