Check box field [PDF:1.6:8.6.3]. More...
Public Types | |
| enum | FlagsEnum { ReadOnly = 0x1, Required = 0x2, NoExport = 0x4, Multiline = 0x1000, Password = 0x2000, NoToggleToOff = 0x4000, Radio = 0x8000, Pushbutton = 0x10000, Combo = 0x20000, Edit = 0x40000, Sort = 0x80000, FileSelect = 0x100000, MultiSelect = 0x200000, DoNotSpellCheck = 0x400000, DoNotScroll = 0x800000, Comb = 0x1000000, RichText = 0x2000000, RadiosInUnison = 0x2000000, CommitOnSelChange = 0x4000000 } |
|
More... | |
Public Member Functions | |
| CheckBox (string name, Widget widget, bool checked_) | |
| Creates a new checkbox within the given document context. | |
| virtual object | Clone (Document context) |
| Gets a clone of the object, registered inside the given document context. | |
| virtual bool | Delete () |
| Removes the object from its document context. | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static PdfDirectObject | GetBaseObject (PdfObjectWrapper wrapper) |
| Gets the PDF object backing the specified wrapper. | |
| static Field | Wrap (PdfReference reference) |
| Wraps a field reference into a field object. | |
Protected Member Functions | |
| void | CheckCompatibility (object feature) |
| Checks whether the specified feature is compatible with the document's conformance version. | |
| PdfDirectObject | GetInheritableAttribute (PdfName key) |
| virtual PdfString | RetrieveName () |
| Retrieves the name possibly associated to this object, walking through the document's name dictionary. | |
| PdfDirectObject | RetrieveNamedBaseObject () |
| Retrieves the object name, if available; otherwise, behaves like PdfObjectWrapper.BaseObject. | |
Properties | |
| FieldActions | Actions [get, set] |
| Gets/Sets the field's behavior in response to trigger events. | |
| virtual PdfDirectObject | BaseObject [get, set] |
| bool | Checked [get, set] |
| PdfIndirectObject | Container [get] |
| Gets the indirect object containing the base object. | |
| PdfIndirectObject | DataContainer [get] |
| Gets the indirect object containing the base data object. | |
| PdfString | DefaultAppearanceState [get] |
| object | DefaultValue [get] |
| Gets the default value to which this field reverts when a reset -form action} is executed. | |
| Document | Document [get] |
| Gets the document context. | |
| bool | Exportable [get, set] |
| Gets/Sets whether the field is exported by a submit-form action. | |
| File | File [get] |
| Gets the file context. | |
| FlagsEnum | Flags [get, set] |
| Gets/Sets the field flags. | |
| string | FullName [get] |
| Gets the fully-qualified field name. | |
| string | Name [get, set] |
| Gets/Sets the partial field name. | |
| bool | ReadOnly [get, set] |
| Gets/Sets whether the user may not change the value of the field. | |
| bool | Required [get, set] |
| Gets/Sets whether the field must have a value at the time it is exported by a submit-form action. | |
| override object | Value [get, set] |
| Gets/Sets the field value. | |
| FieldWidgets | Widgets [get] |
| Gets the widget annotations that are associated with this field. | |
Check box field [PDF:1.6:8.6.3].
enum org::pdfclown::documents::interaction::forms::Field::FlagsEnum [inherited] |
| org.pdfclown.documents.interaction.forms.CheckBox.CheckBox | ( | string | name, | |
| Widget | widget, | |||
| bool | checked_ | |||
| ) |
Creates a new checkbox within the given document context.
| void org.pdfclown.objects.PdfObjectWrapper.CheckCompatibility | ( | object | feature | ) | [protected, inherited] |
Checks whether the specified feature is compatible with the document's conformance version.
| feature | Entity whose compatibility has to be checked. Supported types:
|
| virtual object org.pdfclown.objects.PdfObjectWrapper.Clone | ( | Document | context | ) | [virtual, inherited] |
Gets a clone of the object, registered inside the given document context.
| context | Which document the clone has to be registered in. |
| virtual bool org.pdfclown.objects.PdfObjectWrapper.Delete | ( | ) | [virtual, inherited] |
Removes the object from its document context.
The object is no more usable after this method returns.
Reimplemented in org.pdfclown.documents.interaction.annotations.Annotation, org.pdfclown.documents.interaction.navigation.page.Article, and org.pdfclown.documents.interaction.navigation.page.ArticleElement.
| override bool org.pdfclown.objects.PdfObjectWrapper.Equals | ( | object | obj | ) | [inherited] |
Reimplemented in org.pdfclown.documents.contents.fonts.Font.
| static PdfDirectObject org.pdfclown.objects.PdfObjectWrapper.GetBaseObject | ( | PdfObjectWrapper< PdfDictionary > | wrapper | ) | [static, inherited] |
Gets the PDF object backing the specified wrapper.
| wrapper | Object to extract the base from. |
| override int org.pdfclown.objects.PdfObjectWrapper.GetHashCode | ( | ) | [inherited] |
Reimplemented in org.pdfclown.documents.contents.fonts.Font.
| PdfDirectObject org.pdfclown.documents.interaction.forms.Field.GetInheritableAttribute | ( | PdfName | key | ) | [protected, inherited] |
| virtual PdfString org.pdfclown.objects.PdfObjectWrapper.RetrieveName | ( | ) | [protected, virtual, inherited] |
Retrieves the name possibly associated to this object, walking through the document's name dictionary.
Reimplemented in org.pdfclown.documents.multimedia.Rendition.
| PdfDirectObject org.pdfclown.objects.PdfObjectWrapper.RetrieveNamedBaseObject | ( | ) | [protected, inherited] |
Retrieves the object name, if available; otherwise, behaves like PdfObjectWrapper.BaseObject.
| static Field org.pdfclown.documents.interaction.forms.Field.Wrap | ( | PdfReference | reference | ) | [static, inherited] |
Wraps a field reference into a field object.
| reference | Reference to a field object. |
References org.pdfclown.objects.PdfReference.DataObject, and org.pdfclown.objects.PdfInteger.IntValue.
FieldActions org.pdfclown.documents.interaction.forms.Field.Actions [get, set, inherited] |
Gets/Sets the field's behavior in response to trigger events.
virtual PdfDirectObject org.pdfclown.objects.PdfObjectWrapper.BaseObject [get, set, inherited] |
Gets the underlying reference object, if available; otherwise, gets the underlying data object.
bool org.pdfclown.documents.interaction.forms.CheckBox.Checked [get, set] |
PdfIndirectObject org.pdfclown.objects.PdfObjectWrapper.Container [get, inherited] |
Gets the indirect object containing the base object.
PdfIndirectObject org.pdfclown.objects.PdfObjectWrapper.DataContainer [get, inherited] |
Gets the indirect object containing the base data object.
PdfString org.pdfclown.documents.interaction.forms.Field.DefaultAppearanceState [get, protected, inherited] |
object org.pdfclown.documents.interaction.forms.Field.DefaultValue [get, inherited] |
Gets the default value to which this field reverts when a reset -form action} is executed.
Document org.pdfclown.objects.PdfObjectWrapper.Document [get, inherited] |
Gets the document context.
bool org.pdfclown.documents.interaction.forms.Field.Exportable [get, set, inherited] |
Gets/Sets whether the field is exported by a submit-form action.
File org.pdfclown.objects.PdfObjectWrapper.File [get, inherited] |
Gets the file context.
FlagsEnum org.pdfclown.documents.interaction.forms.Field.Flags [get, set, inherited] |
Gets/Sets the field flags.
string org.pdfclown.documents.interaction.forms.Field.FullName [get, inherited] |
Gets the fully-qualified field name.
string org.pdfclown.documents.interaction.forms.Field.Name [get, set, inherited] |
Gets/Sets the partial field name.
bool org.pdfclown.documents.interaction.forms.Field.ReadOnly [get, set, inherited] |
Gets/Sets whether the user may not change the value of the field.
bool org.pdfclown.documents.interaction.forms.Field.Required [get, set, inherited] |
Gets/Sets whether the field must have a value at the time it is exported by a submit-form action.
override object org.pdfclown.documents.interaction.forms.CheckBox.Value [get, set] |
Gets/Sets the field value.
Reimplemented from org.pdfclown.documents.interaction.forms.Field.
FieldWidgets org.pdfclown.documents.interaction.forms.Field.Widgets [get, inherited] |
Gets the widget annotations that are associated with this field.
Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.
Generated on Sat Feb 9 21:08:38 2013 for PDF Clown 0.1.2 by
1.6.3