Free text annotation [PDF:1.6:8.4.5]. More...
Classes | |
| class | LineObject |
| Callout line [PDF:1.6:8.4.5]. More... | |
Public Types | |
| enum | FlagsEnum { Invisible = 0x1, Hidden = 0x2, Print = 0x4, NoZoom = 0x8, NoRotate = 0x10, NoView = 0x20, ReadOnly = 0x40, Locked = 0x80, ToggleNoView = 0x100 } |
Field flags [PDF:1.6:8.4.2]. More... | |
Public Member Functions | |
| CalloutNote (Page page, RectangleF box, string text) | |
| virtual object | Clone (Document context) |
| Gets a clone of the object, registered inside the given document context. | |
| override bool | Delete () |
| Deletes this annotation removing also its reference on the page. | |
| 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 Annotation | Wrap (PdfDirectObject baseObject) |
| Wraps an annotation base object into an annotation object. | |
Protected Member Functions | |
| void | CheckCompatibility (object feature) |
| Checks whether the specified feature is compatible with the document's conformance version. | |
| 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 | |
| virtual actions.Action | Action [get, set] |
| Gets/Sets action to be performed when the annotation is activated. | |
| virtual AnnotationActions | Actions [get, set] |
| Gets/Sets the annotation's behavior in response to various trigger events. | |
| Appearance | Appearance [get, set] |
| Gets/Sets the appearance specifying how the annotation is presented visually on the page. | |
| virtual PdfDirectObject | BaseObject [get, set] |
| Border | Border [get, set] |
| Gets/Sets the border style. | |
| RectangleF | Box [get, set] |
| Gets/Sets the location of the annotation on the page in default user space units. | |
| DeviceColor | Color [get, set] |
| Gets/Sets the annotation color. | |
| PdfIndirectObject | Container [get] |
| Gets the indirect object containing the base object. | |
| PdfIndirectObject | DataContainer [get] |
| Gets the indirect object containing the base data object. | |
| Document | Document [get] |
| Gets the document context. | |
| File | File [get] |
| Gets the file context. | |
| FlagsEnum | Flags [get, set] |
| Gets/Sets the annotation flags. | |
| JustificationEnum | Justification [get, set] |
| Gets/Sets the justification to be used in displaying the annotation's text. | |
| LayerEntity | Layer [get, set] |
| Gets/Sets the layer associated to this object. | |
| LineObject | Line [get, set] |
| Gets/Sets the callout line attached to the free text annotation. | |
| DateTime | ModificationDate [get, set] |
| Gets/Sets the date and time when the annotation was most recently modified. | |
| string | Name [get, set] |
| Gets/Sets the annotation name. | |
| Page | Page [get] |
| Gets/Sets the associated page. | |
| bool | Printable [get, set] |
| Gets/Sets whether to print the annotation when the page is printed. | |
| string | Text [get, set] |
| Gets/Sets the annotation text. | |
| bool | Visible [get, set] |
| Gets/Sets whether the annotation is visible. | |
Free text annotation [PDF:1.6:8.4.5].
It displays text directly on the page. Unlike an ordinary text annotation, a free text annotation has no open or closed state; instead of being displayed in a pop-up window, the text is always visible.
Field flags [PDF:1.6:8.4.2].
| org.pdfclown.documents.interaction.annotations.CalloutNote.CalloutNote | ( | Page | page, | |
| RectangleF | box, | |||
| string | text | |||
| ) |
| 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. |
| override bool org.pdfclown.documents.interaction.annotations.Annotation.Delete | ( | ) | [virtual, inherited] |
Deletes this annotation removing also its reference on the page.
Reimplemented from org.pdfclown.objects.PdfObjectWrapper< PdfDictionary >.
| 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.
| 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 Annotation org.pdfclown.documents.interaction.annotations.Annotation.Wrap | ( | PdfDirectObject | baseObject | ) | [static, inherited] |
Wraps an annotation base object into an annotation object.
| baseObject | Annotation base object. |
References org.pdfclown.objects.PdfObject.Resolve().
virtual actions.Action org.pdfclown.documents.interaction.annotations.Annotation.Action [get, set, inherited] |
Gets/Sets action to be performed when the annotation is activated.
Reimplemented in org.pdfclown.documents.interaction.annotations.Link.
virtual AnnotationActions org.pdfclown.documents.interaction.annotations.Annotation.Actions [get, set, inherited] |
Gets/Sets the annotation's behavior in response to various trigger events.
Reimplemented in org.pdfclown.documents.interaction.annotations.Widget.
Appearance org.pdfclown.documents.interaction.annotations.Annotation.Appearance [get, set, inherited] |
Gets/Sets the appearance specifying how the annotation is presented visually on the page.
virtual PdfDirectObject org.pdfclown.objects.PdfObjectWrapper.BaseObject [get, set, inherited] |
Gets the underlying reference object, if available; otherwise, gets the underlying data object.
Border org.pdfclown.documents.interaction.annotations.Annotation.Border [get, set, inherited] |
Gets/Sets the border style.
RectangleF org.pdfclown.documents.interaction.annotations.Annotation.Box [get, set, inherited] |
Gets/Sets the location of the annotation on the page in default user space units.
DeviceColor org.pdfclown.documents.interaction.annotations.Annotation.Color [get, set, inherited] |
Gets/Sets the annotation color.
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.
Document org.pdfclown.objects.PdfObjectWrapper.Document [get, inherited] |
Gets the document context.
File org.pdfclown.objects.PdfObjectWrapper.File [get, inherited] |
Gets the file context.
FlagsEnum org.pdfclown.documents.interaction.annotations.Annotation.Flags [get, set, inherited] |
Gets/Sets the annotation flags.
JustificationEnum org.pdfclown.documents.interaction.annotations.CalloutNote.Justification [get, set] |
Gets/Sets the justification to be used in displaying the annotation's text.
LayerEntity org.pdfclown.documents.interaction.annotations.Annotation.Layer [get, set, inherited] |
Gets/Sets the layer associated to this object.
Implements org.pdfclown.documents.contents.layers.ILayerable.
LineObject org.pdfclown.documents.interaction.annotations.CalloutNote.Line [get, set] |
Gets/Sets the callout line attached to the free text annotation.
DateTime org.pdfclown.documents.interaction.annotations.Annotation.ModificationDate [get, set, inherited] |
Gets/Sets the date and time when the annotation was most recently modified.
string org.pdfclown.documents.interaction.annotations.Annotation.Name [get, set, inherited] |
Gets/Sets the annotation name.
The annotation name uniquely identifies the annotation among all the annotations on its page.
Page org.pdfclown.documents.interaction.annotations.Annotation.Page [get, inherited] |
Gets/Sets the associated page.
bool org.pdfclown.documents.interaction.annotations.Annotation.Printable [get, set, inherited] |
Gets/Sets whether to print the annotation when the page is printed.
string org.pdfclown.documents.interaction.annotations.Annotation.Text [get, set, inherited] |
Gets/Sets the annotation text.
Depending on the annotation type, the text may be either directly displayed or (in case of non-textual annotations) used as alternate description.
bool org.pdfclown.documents.interaction.annotations.Annotation.Visible [get, set, inherited] |
Gets/Sets whether the annotation is visible.
Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.
Generated on Sat Feb 9 21:08:37 2013 for PDF Clown 0.1.2 by
1.6.3