Platforms to show: All Mac Windows Linux Cross-Platform
DynaPDFFieldExMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | DynaPDF | MBS DynaPDF Plugin | 10.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 60 properties
- property Action as Integer
- property ActionType as Integer
- property BackColor as UInt32
- property BackColorSP as Integer
- property Barcode as DynaPDFBarcodeMBS
- property BBox as DynaPDFRectMBS
- property BorderColor as UInt32
- property BorderColorSP as Integer
- property BorderStyle as Integer
- property BorderWidth as Single
- property CaptionPos as Integer
- property CharSpacing as Single
- property CheckBoxChar as Integer
- property Checked as Boolean
- property DefState as Integer
- property DefValue as String
- property Deleted as Boolean
- property DownCaption as String
- property DownImage as Integer
- property EditFont as String
- property Events as DynaPDFObjEventMBS
- property ExpValCount as Integer
- property ExpValue as String
- property FieldFlags as Integer
- property FieldFont as String
- property FieldName as String
- property FieldType as Integer
- property FmtText as String
- property FmtTextColor as Integer
- property FontSize as Double
- property FullyQualifiedFieldName as String
- property GroupType as Integer
- property Handle as Integer
- property HighlightMode as Integer
- property IEditFont as DynaPDFFontMBS
- property IEditFontInfo as DynaPDFFontInfoMBS
- property IFieldFont as DynaPDFFontMBS
- property IFieldFontInfo as DynaPDFFontInfoMBS
- property IsCalcField as Boolean
- property KidCount as Integer
- property MapName as String
- property MaxLen as Integer
- property ModDate as String
- property OC as Integer
- property PageIndex as Integer
- property PageNum as Integer
- property RollCaption as String
- property RollImage as Integer
- property Rotate as Integer
- property Signature as DynaPDFSigDictMBS
- property TextAlign as Integer
- property TextColor as UInt32
- property TextColorSP as Integer
- property TextScaling as Single
- property ToolTip as String
- property UniqueName as String
- property UpCaption as String
- property UpImage as Integer
- property Value as String
- property WordSpacing as Single
- 3 methods
- method Close
- method Constructor Private
- method Kids(index as Integer) as DynaPDFFieldExMBS
This class has no sub classes.
Some methods using this class:
- DynaPDFHideActionMBS.Fields(index as Integer) as DynaPDFFieldExMBS
- DynaPDFMBS.GetFieldEx(index as Integer) as DynaPDFFieldExMBS
- DynaPDFMBS.GetPageFieldEx(Index as Integer) as DynaPDFFieldExMBS
- DynaPDFResetFormActionMBS.Fields(index as Integer) as DynaPDFFieldExMBS
- DynaPDFSubmitFormActionMBS.Fields(index as Integer) as DynaPDFFieldExMBS
Some examples using this class:
- /DynaPDF/acroform/Fill value
- /DynaPDF/Display Form Fields
- /DynaPDF/Object Actions
- /DynaPDF/Show Javascript
Blog Entries
- MBS Xojo Plugins, version 23.6pr1
- Embracing for each loops
- News from the MBS Xojo Plugins in version 21.5
- MBS Xojo Plugins, version 21.5pr3
- MBS Xojo Plugins, version 18.2pr5
- MBS Real Studio Plugins, version 12.1pr6
- MBS REALbasic Plugins, version 11.1pr4
Release notes
- Version 24.0
- Added FullyQualifiedFieldName property to DynaPDFFieldExMBS class.
- Version 21.5
- Added new fields FmtTextColor and FmtText for DynaPDFFieldExMBS class.
- Version 18.2
- Changed TextColor, BackColor and BorderColor in DynaPDFFieldExMBS class from Integer to UInt32.
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DynaPDFExtGStateMBS - DynaPDFFieldMBS