delete() | com.foxit.sdk.pdf.annots.RichTextStyle | |
e_CornerMarkNone | com.foxit.sdk.pdf.annots.RichTextStyle | static |
e_CornerMarkSubscript | com.foxit.sdk.pdf.annots.RichTextStyle | static |
e_CornerMarkSuperscript | com.foxit.sdk.pdf.annots.RichTextStyle | static |
getFont() | com.foxit.sdk.pdf.annots.RichTextStyle | |
getIs_bold() | com.foxit.sdk.pdf.annots.RichTextStyle | |
getIs_italic() | com.foxit.sdk.pdf.annots.RichTextStyle | |
getIs_strikethrough() | com.foxit.sdk.pdf.annots.RichTextStyle | |
getIs_underline() | com.foxit.sdk.pdf.annots.RichTextStyle | |
getMark_style() | com.foxit.sdk.pdf.annots.RichTextStyle | |
getText_alignment() | com.foxit.sdk.pdf.annots.RichTextStyle | |
getText_color() | com.foxit.sdk.pdf.annots.RichTextStyle | |
getText_size() | com.foxit.sdk.pdf.annots.RichTextStyle | |
RichTextStyle(Font font, float text_size, int text_alignment, long text_color, boolean is_bold, boolean is_italic, boolean is_underline, boolean is_strikethrough, int mark_style) | com.foxit.sdk.pdf.annots.RichTextStyle | |
RichTextStyle() | com.foxit.sdk.pdf.annots.RichTextStyle | |
RichTextStyle(RichTextStyle style) | com.foxit.sdk.pdf.annots.RichTextStyle | |
set(Font font, float text_size, int text_alignment, long text_color, boolean is_bold, boolean is_italic, boolean is_underline, boolean is_strikethrough, int mark_style) | com.foxit.sdk.pdf.annots.RichTextStyle | |
setFont(Font value) | com.foxit.sdk.pdf.annots.RichTextStyle | |
setIs_bold(boolean value) | com.foxit.sdk.pdf.annots.RichTextStyle | |
setIs_italic(boolean value) | com.foxit.sdk.pdf.annots.RichTextStyle | |
setIs_strikethrough(boolean value) | com.foxit.sdk.pdf.annots.RichTextStyle | |
setIs_underline(boolean value) | com.foxit.sdk.pdf.annots.RichTextStyle | |
setMark_style(int value) | com.foxit.sdk.pdf.annots.RichTextStyle | |
setText_alignment(int value) | com.foxit.sdk.pdf.annots.RichTextStyle | |
setText_color(long value) | com.foxit.sdk.pdf.annots.RichTextStyle | |
setText_size(float value) | com.foxit.sdk.pdf.annots.RichTextStyle | |