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, setSpellCheckcopyTo, 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, updateAppearancesaccept, getActions, getDefaultAppearance, getExportable, getHighlighting, getOnActivated, getParent, getReadOnly, getRequired, setDefaultAppearance, setExportable, setHighlighting, setOnActivated, setReadOnly, setRequiredcreateAnnotation, 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, setWidthdeepClone, getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, setMargin, setVerticalAlignmentpublic 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 TextBoxFieldpublic void setValue(String value)
Set Value of RichTextField.
setValue in class TextBoxFieldpublic int getJustify()
Gets or sets justification of the rich text box.
public void setJustify(int value)
Copyright © 2018 Aspose. All Rights Reserved.