|
| | SignatureWidget (SDF::Obj d=0) |
| |
| | SignatureWidget (const Annot &annot) |
| |
| DigitalSignatureField | GetDigitalSignatureField () |
| |
| void | CreateSignatureAppearance (Image &img) |
| |
| | Widget (SDF::Obj d=0) |
| |
| | Widget (const Annot &ann) |
| |
| Field | GetField () const |
| |
| HighlightingMode | GetHighlightingMode () const |
| |
| void | SetHighlightingMode (HighlightingMode mode=e_invert) |
| |
| Action | GetAction () const |
| |
| void | SetAction (const Action &action) |
| |
| int | GetBorderColorCompNum () const |
| |
| ColorPt | GetBorderColor () const |
| |
| void | SetBorderColor (const ColorPt &col, int compnum) |
| |
| int | GetBackgroundColorCompNum () const |
| |
| ColorPt | GetBackgroundColor () const |
| |
| void | SetBackgroundColor (const ColorPt &c, int compnum) |
| |
| UString | GetStaticCaptionText () const |
| |
| void | SetStaticCaptionText (const UString &contents) |
| |
| UString | GetRolloverCaptionText () const |
| |
| void | SetRolloverCaptionText (const UString &contents) |
| |
| UString | GetMouseDownCaptionText () const |
| |
| void | SetMouseDownCaptionText (const UString &contents) |
| |
| SDF::Obj | GetStaticIcon () const |
| |
| void | SetStaticIcon (SDF::Obj icon) |
| |
| SDF::Obj | GetRolloverIcon () const |
| |
| void | SetRolloverIcon (SDF::Obj icon) |
| |
| SDF::Obj | GetMouseDownIcon () const |
| |
| void | SetMouseDownIcon (SDF::Obj icon) |
| |
| IconCaptionRelation | GetIconCaptionRelation () const |
| |
| void | SetIconCaptionRelation (IconCaptionRelation icr) |
| |
| ScaleCondition | GetScaleCondition () const |
| |
| void | SetScaleCondition (ScaleCondition sd) |
| |
| ScaleType | GetScaleType () const |
| |
| void | SetScaleType (ScaleType st) |
| |
| double | GetHIconLeftOver () const |
| |
| void | SetHIconLeftOver (double hl) |
| |
| double | GetVIconLeftOver () const |
| |
| void | SetVIconLeftOver (double vl) |
| |
| bool | GetFitFull () const |
| |
| void | SetFitFull (bool ff) |
| |
| ColorPt | GetTextColor () |
| |
| int | GetTextColorCompNum () |
| |
| void | SetTextColor (const ColorPt &color, int col_comp) |
| |
| double | GetFontSize () const |
| |
| void | SetFontSize (double font_size) |
| |
| Font | GetFont () const |
| |
| void | SetFont (const Font &font) |
| |
| | Annot (SDF::Obj d=0) |
| |
| | Annot (const Annot &d) |
| |
| Annot & | operator= (const Annot &d) |
| |
| bool | operator== (const Annot &d) |
| |
| bool | IsValid () const |
| |
| SDF::Obj | GetSDFObj () const |
| |
| Type | GetType () const |
| |
| Rect | GetRect () const |
| |
| Rect | GetVisibleContentBox () const |
| |
| bool | IsMarkup () const |
| |
| void | SetRect (const Rect &pos) |
| |
| Page | GetPage () const |
| |
| void | SetPage (const Page &page) |
| |
| SDF::Obj | GetUniqueID () const |
| |
| void | SetUniqueID (const char *id, int id_buf_sz=0) |
| |
| Date | GetDate () const |
| |
| void | SetDate (const Date &date) |
| |
| bool | GetFlag (Flag flag) const |
| |
| void | SetFlag (Flag flag, bool value) |
| |
| SDF::Obj | GetTriggerAction (Annot::ActionTriggerEvent trigger) |
| |
| BorderStyle | GetBorderStyle () const |
| |
| void | SetBorderStyle (const BorderStyle &bs, bool oldStyleOnly=false) |
| |
| SDF::Obj | GetAppearance (AnnotationState annot_state=e_normal, const char *app_state=0) |
| |
| void | SetAppearance (SDF::Obj app_stream, AnnotationState annot_state=e_normal, const char *app_state=0) |
| |
| void | RemoveAppearance (AnnotationState annot_state=e_normal, const char *app_state=0) |
| |
| void | Flatten (class Page page) |
| |
| const char * | GetActiveAppearanceState () const |
| |
| void | SetActiveAppearanceState (const char *astate) |
| |
| ColorPt | GetColorAsRGB () const |
| |
| ColorPt | GetColorAsCMYK () const |
| |
| ColorPt | GetColorAsGray () const |
| |
| int | GetColorCompNum () const |
| |
| void | SetColor (const ColorPt &col, int numcomp=3) |
| |
| int | GetStructParent () const |
| |
| void | SetStructParent (const int parkeyval) |
| |
| SDF::Obj | GetOptionalContent () const |
| |
| void | SetOptionalContent (SDF::Obj content) |
| |
| void | SetContents (const UString &contents) |
| |
| UString | GetContents () const |
| |
| int | GetRotation () const |
| |
| void | SetRotation (int angle) |
| |
| void | RefreshAppearance () |
| |
| void | RefreshAppearance (const RefreshOptions &options) |
| |
| UString | GetCustomData (const UString &key) const |
| |
| void | SetCustomData (const UString &key, const UString &value) |
| |
| void | DeleteCustomData (const UString &key) |
| |
| void | Resize (const Rect &newrect) |
| |
| ptrdiff_t | GetHandleInternal () |
| |
An object representing a Signature used in a PDF Form. These Widgets can be signed directly, or signed using a DigitalSignatureField.
Definition at line 17 of file SignatureWidget.h.