iText 9.0.0 API
|
Public Member Functions |
|
PdfCollectionField (String name, int subType) | |
Creates a PdfCollectionField. More... |
|
virtual iText.Kernel.Pdf.Collection.PdfCollectionField | SetOrder (int order) |
The relative order of the field name. More... |
|
virtual PdfNumber | GetOrder () |
Retrieves the order of the field name. More... |
|
virtual iText.Kernel.Pdf.Collection.PdfCollectionField | SetVisibility (bool visible) |
Sets the initial visibility of the field. More... |
|
virtual PdfBoolean | GetVisibility () |
Retrieves the initial visibility of the field. More... |
|
virtual iText.Kernel.Pdf.Collection.PdfCollectionField | SetEditable (bool editable) |
Indication if the field value should be editable in the viewer. More... |
|
virtual PdfBoolean | GetEditable () |
Retrieves the state of the editable of the field. More... |
|
virtual PdfObject | GetValue (String value) |
Converts string to appropriate pdf value. More... |
|
![]() |
|
virtual T | GetPdfObject () |
virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | MakeIndirect (PdfDocument document, PdfIndirectReference reference) |
Marks object behind wrapper to be saved as indirect. More... |
|
virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | MakeIndirect (PdfDocument document) |
Marks object behind wrapper to be saved as indirect. More... |
|
virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | SetModified () |
virtual void | Flush () |
virtual bool | IsFlushed () |
Static Public Attributes |
|
const int | TEXT = 0 |
A possible type of collection field. More... |
|
const int | DATE = 1 |
A possible type of collection field. More... |
|
const int | NUMBER = 2 |
A possible type of collection field. More... |
|
const int | FILENAME = 3 |
A possible type of collection field. More... |
|
const int | DESC = 4 |
A possible type of collection field. More... |
|
const int | MODDATE = 5 |
A possible type of collection field. More... |
|
const int | CREATIONDATE = 6 |
A possible type of collection field. More... |
|
const int | SIZE = 7 |
A possible type of collection field. More... |
|
Package Functions |
|
PdfCollectionField (PdfDictionary pdfObject) | |
override bool | IsWrappedObjectMustBeIndirect () |
Defines if the object behind this wrapper must be an indirect object in the resultant document. More... |
|
![]() |
|
PdfObjectWrapper (T pdfObject) | |
virtual void | SetPdfObject (T pdfObject) |
virtual void | SetForbidRelease () |
virtual void | UnsetForbidRelease () |
virtual void | EnsureUnderlyingObjectHasIndirectReference () |
Package Attributes |
|
int | subType |
Additional Inherited Members |
|
![]() |
|
static void | MarkObjectAsIndirect (PdfObject pdfObject) |
static void | EnsureObjectIsAddedToDocument (PdfObject @object) |
Some wrappers use object's indirect reference to obtain the PdfDocument to which the object belongs to. More... |
|
|
inline |
Creates a PdfCollectionField.
name | the field name |
subType | the field subtype |
|
inlinevirtual |
Retrieves the state of the editable of the field.
|
inlinevirtual |
Retrieves the order of the field name.
|
inlinevirtual |
Converts string to appropriate pdf value.
value | is a plain string representation of the value |
|
inlinevirtual |
Retrieves the initial visibility of the field.
|
inlinepackagevirtual |
Defines if the object behind this wrapper must be an indirect object in the resultant document.
Defines if the object behind this wrapper must be an indirect object in the resultant document.
If this method returns true it doesn't necessarily mean that object must be in the indirect state at any moment, but rather defines that when the object will be written to the document it will be transformed into indirect object if it's not indirect yet.
Return value of this method shouldn't depend on any logic, it should return always true or false.
Implements iText.Kernel.Pdf.PdfObjectWrapper< PdfDictionary >.
|
inlinevirtual |
Indication if the field value should be editable in the viewer.
editable | is a state of editable |
|
inlinevirtual |
The relative order of the field name.
The relative order of the field name. Fields are sorted in ascending order.
order | a number indicating the order of the field |
|
inlinevirtual |
Sets the initial visibility of the field.
visible | is a state of visibility |
|
static |
A possible type of collection field.
|
static |
A possible type of collection field.
|
static |
A possible type of collection field.
|
static |
A possible type of collection field.
|
static |
A possible type of collection field.
|
static |
A possible type of collection field.
|
static |
A possible type of collection field.
|
static |
A possible type of collection field.