|
ASPOSE_PDF_SHARED_API bool | get_Multiline () |
| Gets multiline flag of the field. If Multiline is true field can contain multiple lines of text. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Multiline (bool value) |
| Sets multiline flag of the field. If Multiline is true field can contain multiple lines of text. More...
|
|
ASPOSE_PDF_SHARED_API bool | get_SpellCheck () |
| Gets spellcheck flag for field. If true field shall be spell checked. More...
|
|
ASPOSE_PDF_SHARED_API void | set_SpellCheck (bool value) |
| Sets spellcheck flag for field. If true field shall be spell checked. More...
|
|
ASPOSE_PDF_SHARED_API bool | get_Scrollable () |
| Gets scrollable flag of field. If true field can be scrolled. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Scrollable (bool value) |
| Sets scrollable flag of field. If true field can be scrolled. More...
|
|
ASPOSE_PDF_SHARED_API bool | get_ForceCombs () |
| Gets flag which indicates is field divided into spaced positions. More...
|
|
ASPOSE_PDF_SHARED_API void | set_ForceCombs (bool value) |
| Sets flag which indicates is field divided into spaced positions. More...
|
|
ASPOSE_PDF_SHARED_API int32_t | get_MaxLen () |
| Gets maximum length of text in the field. More...
|
|
ASPOSE_PDF_SHARED_API void | set_MaxLen (int32_t value) |
| Sets maximum length of text in the field. More...
|
|
ASPOSE_PDF_SHARED_API Aspose::Pdf::VerticalAlignment | get_TextVerticalAlignment () const |
| Gets text vertical alignment for annotation. More...
|
|
ASPOSE_PDF_SHARED_API void | set_TextVerticalAlignment (Aspose::Pdf::VerticalAlignment value) |
| Sets text vertical alignment for annotation. More...
|
|
ASPOSE_PDF_SHARED_API System::String | get_Value () override |
| Gets value of the field. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Value (System::String value) override |
| Sets value of the field. More...
|
|
ASPOSE_PDF_SHARED_API | TextBoxField (System::SharedPtr< Document > doc) |
| Constructor which should be used with Generator. More...
|
|
ASPOSE_PDF_SHARED_API | TextBoxField () |
| Create instance of TextBoxField. More...
|
|
ASPOSE_PDF_SHARED_API | TextBoxField (System::SharedPtr< Aspose::Pdf::Page > page, System::SharedPtr< Rectangle > rect) |
| Constructor of TextBox field. More...
|
|
ASPOSE_PDF_SHARED_API | TextBoxField (System::SharedPtr< Document > doc, System::SharedPtr< Rectangle > rect) |
| Constructor of TextBox field. More...
|
|
ASPOSE_PDF_SHARED_API void | AddImage (System::SharedPtr< System::Drawing::Image > image) |
| Adds image into the field resources and draws it. More...
|
|
ASPOSE_PDF_SHARED_API void | AddBarcode (System::String code) |
| Adds barcode 128 into the field. Field value will be changed onto the code and field become read only. More...
|
|
ASPOSE_PDF_SHARED_API System::String | get_PartialName () |
| Gets partial name of the field. More...
|
|
ASPOSE_PDF_SHARED_API void | set_PartialName (System::String value) |
| Sets partial name of the field. More...
|
|
ASPOSE_PDF_SHARED_API System::String | get_AlternateName () |
| Gets alternate name of the field (An alternate field name that shall be used in place of the actual field name wherever the field shall be identified in the user interface). Alternate name is used as field tooltip in Adobe Acrobat. More...
|
|
ASPOSE_PDF_SHARED_API void | set_AlternateName (System::String value) |
| Sets alternate name of the field (An alternate field name that shall be used in place of the actual field name wherever the field shall be identified in the user interface). Alternate name is used as field tooltip in Adobe Acrobat. More...
|
|
ASPOSE_PDF_SHARED_API System::String | get_MappingName () |
| Gets mapping name of the field that shall be used when exporting interactive form field data from the document. More...
|
|
ASPOSE_PDF_SHARED_API void | set_MappingName (System::String value) |
| Sets mapping name of the field that shall be used when exporting interactive form field data from the document. More...
|
|
ASPOSE_PDF_SHARED_API bool | get_IsSynchronized () |
| Returns true if dictionary is synchronized. More...
|
|
ASPOSE_PDF_SHARED_API int32_t | get_Count () const override |
| Gets number of subfields in this field. (For example number of items in radio button field). More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< System::Object > | get_SyncRoot () const |
| Synchronization object. More...
|
|
ASPOSE_PDF_SHARED_API bool | get_IsGroup () const |
| Gets boolean value which indicates is this field non-terminal field i.e. group of fields. More...
|
|
ASPOSE_PDF_SHARED_API int32_t | get_AnnotationIndex () |
| Gets index of this anotation on the page. More...
|
|
ASPOSE_PDF_SHARED_API void | set_AnnotationIndex (int32_t value) |
| Sets index of this anotation on the page. More...
|
|
ASPOSE_PDF_SHARED_API int32_t | get_PageIndex () override |
| Gets index of page which contains this field. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< Rectangle > | get_Rect () override |
| Gets the field rectangle. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Rect (System::SharedPtr< Rectangle > value) override |
| Sets the field rectangle. More...
|
|
ASPOSE_PDF_SHARED_API bool | get_IsSharedField () const |
| Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. More...
|
|
ASPOSE_PDF_SHARED_API void | set_IsSharedField (bool value) |
| Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. More...
|
|
ASPOSE_PDF_SHARED_API int32_t | get_TabOrder () |
| Gets tab order of the field. More...
|
|
ASPOSE_PDF_SHARED_API void | set_TabOrder (int32_t value) |
| Sets tab order of the field. More...
|
|
ASPOSE_PDF_SHARED_API bool | Recalculate () |
| Recaculates all calculated fields on the form. More...
|
|
ASPOSE_PDF_SHARED_API void | CopyTo (System::ArrayPtr< System::SharedPtr< Field >> array, int32_t index) |
| Copies subfields of this field into array starting from specified index. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > > > | GetEnumerator () override |
| Returns enumerator of contained fields. More...
|
|
ASPOSE_PDF_SHARED_API | Field (System::SharedPtr< Document > doc) |
| Creates field for use in Generator. More...
|
|
ASPOSE_PDF_SHARED_API void | Flatten () override |
| Removes this field and place its value directly on the page. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > | idx_get (System::String name) |
| Gets subfield contained in this field by name of the subfield. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > | idx_get (int32_t index) |
| Gets subfield contained in this field by index. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | SetPosition (System::SharedPtr< Point > point) |
| Set position of the field. More...
|
|
ASPOSE_PDF_SHARED_API void | SetTemplateWeakPtr (uint32_t argument) override |
| Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< PdfAction > | get_OnActivated () |
| An action which shall be performed when the annotation is activated. More...
|
|
ASPOSE_PDF_SHARED_API void | set_OnActivated (System::SharedPtr< PdfAction > value) |
| An action which shall be performed when the annotation is activated. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< AnnotationActionCollection > | get_Actions () const |
| Gets the annotation actions. More...
|
|
ASPOSE_PDF_SHARED_API HighlightingMode | get_Highlighting () |
| Annotation highlighting mode. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Highlighting (HighlightingMode value) |
| Annotation highlighting mode. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::Forms::Field > | get_Parent () |
| Gets annotation parent. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::Annotations::DefaultAppearance > | get_DefaultAppearance () |
| Gets default appearance of the field. More...
|
|
ASPOSE_PDF_SHARED_API void | set_DefaultAppearance (System::SharedPtr< Aspose::Pdf::Annotations::DefaultAppearance > value) |
| Sets default appearance of the field. More...
|
|
ASPOSE_PDF_SHARED_API bool | get_ReadOnly () |
| Gets read only status of the field. More...
|
|
ASPOSE_PDF_SHARED_API void | set_ReadOnly (bool value) |
| Sets read only status of the field. More...
|
|
ASPOSE_PDF_SHARED_API bool | get_Required () |
| Gets required status of the field. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Required (bool value) |
| Sets required status of the field. More...
|
|
ASPOSE_PDF_SHARED_API bool | get_Exportable () |
| Gets exportable flag of the field. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Exportable (bool value) |
| Sets exportable flag of the field. More...
|
|
ASPOSE_PDF_SHARED_API Aspose::Pdf::Annotations::AnnotationType | get_AnnotationType () override |
| Gets type of annotation. More...
|
|
ASPOSE_PDF_SHARED_API void | Accept (System::SharedPtr< AnnotationSelector > visitor) override |
| Accepts visitor. More...
|
|
ASPOSE_PDF_SHARED_API | WidgetAnnotation (System::SharedPtr< Document > doc) |
| Create annotation (used for Generator) More...
|
|
ASPOSE_PDF_SHARED_API AnnotationFlags | get_Flags () |
| Flags of the annotation. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Flags (AnnotationFlags value) |
| Flags of the annotation. More...
|
|
virtual ASPOSE_PDF_SHARED_API double | get_Width () |
| Gets width of the annotation. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | set_Width (double value) |
| Sets width of the annotation. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< PdfActionCollection > | get_Actions () |
| Gets list of annotatation actions. More...
|
|
virtual ASPOSE_PDF_SHARED_API double | get_Height () |
| Gets height of the annotation. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | set_Height (double value) |
| Sets height of the annotation. More...
|
|
ASPOSE_PDF_SHARED_API System::String | get_Contents () |
| Gets annotation text. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Contents (System::String value) |
| Sets annotation text. More...
|
|
ASPOSE_PDF_SHARED_API System::String | get_Name () |
| Gets annotation name on the page. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Name (System::String value) |
| Sets annotation name on the page. More...
|
|
ASPOSE_PDF_SHARED_API System::DateTime | get_Modified () |
| Gets date and time when annotation was recently modified. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Modified (System::DateTime value) |
| Sets date and time when annotation was recently modified. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::Color > | get_Color () |
| Gets annotation color. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Color (System::SharedPtr< Aspose::Pdf::Color > value) |
| Sets annotation color. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::Annotations::Border > | get_Border () const |
| Gets annotation border characteristics. Border More...
|
|
ASPOSE_PDF_SHARED_API void | set_Border (System::SharedPtr< Aspose::Pdf::Annotations::Border > value) |
| Sets annotation border characteristics. Border More...
|
|
virtual ASPOSE_PDF_SHARED_API System::String | get_ActiveState () |
| Gets current annotation appearance state. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | set_ActiveState (System::String value) |
| Sets current annotation appearance state. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::Annotations::Characteristics > | get_Characteristics () |
| Gets annotation characteristics. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< AppearanceDictionary > | get_States () |
| Gets appearance dictionary of annotation. More...
|
|
ASPOSE_PDF_SHARED_API TextAlignment | get_Alignment () |
| Annotation alignment. This property is obsolete. Use HorizontalAligment instead. More...
|
|
ASPOSE_PDF_SHARED_API void | set_Alignment (TextAlignment value) |
| Annotation alignment. This property is obsolete. Use HorizontalAligment instead. More...
|
|
ASPOSE_PDF_SHARED_API Aspose::Pdf::HorizontalAlignment | get_HorizontalAlignment () override |
| Gets text alignment for annotation. More...
|
|
ASPOSE_PDF_SHARED_API void | set_HorizontalAlignment (Aspose::Pdf::HorizontalAlignment value) override |
| Sets text alignment for annotation. More...
|
|
ASPOSE_PDF_SHARED_API Aspose::Pdf::HorizontalAlignment | get_TextHorizontalAlignment () |
| Gets text alignment for annotation. More...
|
|
ASPOSE_PDF_SHARED_API void | set_TextHorizontalAlignment (Aspose::Pdf::HorizontalAlignment value) |
| Sets text alignment for annotation. More...
|
|
ASPOSE_PDF_SHARED_API System::String | get_FullName () |
| Gets full qualified name of the annotation. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< AppearanceDictionary > | get_Appearance () |
| Gets appearance dictionary of the annotation. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< Rectangle > | GetRectangle (bool considerRotation) |
| Returns rectangle of annotation taking into consideration page rotation. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | ChangeAfterResize (System::SharedPtr< Matrix > transform) |
| Update parameters and appearance, according to the matrix transform. More...
|
|
virtual ASPOSE_PDF_SHARED_API Aspose::Pdf::VerticalAlignment | get_VerticalAlignment () |
| Gets a vertical alignment of paragraph More...
|
|
virtual ASPOSE_PDF_SHARED_API void | set_VerticalAlignment (Aspose::Pdf::VerticalAlignment value) |
| Sets a vertical alignment of paragraph More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< MarginInfo > | get_Margin () |
| Gets a outer margin for paragraph (for pdf generation) More...
|
|
ASPOSE_PDF_SHARED_API void | set_Margin (System::SharedPtr< MarginInfo > value) |
| Sets a outer margin for paragraph (for pdf generation) More...
|
|
ASPOSE_PDF_SHARED_API bool | get_IsFirstParagraphInColumn () const |
| Gets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation) More...
|
|
ASPOSE_PDF_SHARED_API void | set_IsFirstParagraphInColumn (bool value) |
| Sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation) More...
|
|
ASPOSE_PDF_SHARED_API bool | get_IsKeptWithNext () const |
| Gets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation) More...
|
|
ASPOSE_PDF_SHARED_API void | set_IsKeptWithNext (bool value) |
| Sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation) More...
|
|
ASPOSE_PDF_SHARED_API bool | get_IsInNewPage () const |
| Gets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation) More...
|
|
ASPOSE_PDF_SHARED_API void | set_IsInNewPage (bool value) |
| Sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation) More...
|
|
ASPOSE_PDF_SHARED_API bool | get_IsInLineParagraph () const |
| Gets a paragraph is inline. Default is false.(for pdf generation) More...
|
|
ASPOSE_PDF_SHARED_API void | set_IsInLineParagraph (bool value) |
| Sets a paragraph is inline. Default is false.(for pdf generation) More...
|
|
virtual ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::Hyperlink > | get_Hyperlink () |
| Gets the fragment hyperlink(for pdf generator). More...
|
|
virtual ASPOSE_PDF_SHARED_API void | set_Hyperlink (System::SharedPtr< Aspose::Pdf::Hyperlink > value) |
| Sets the fragment hyperlink(for pdf generator). More...
|
|
ASPOSE_PDF_SHARED_API int32_t | get_ZIndex () const |
| Gets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page. More...
|
|
ASPOSE_PDF_SHARED_API void | set_ZIndex (int32_t value) |
| Sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< System::Object > | Clone () override |
| Clones this instance. Virtual method. Always return null. More...
|
|
ASPOSE_PDF_SHARED_API | BaseParagraph () |
|
ASPOSECPP_SHARED_API | Object () |
| Creates object. Initializes all internal data structures. More...
|
|
virtual ASPOSECPP_SHARED_API | ~Object () |
| Destroys object. Frees all internal data structures. More...
|
|
ASPOSECPP_SHARED_API | Object (Object const &x) |
| Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object & | operator= (Object const &x) |
| Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object * | SharedRefAdded () |
| Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | SharedRefRemovedSafe () |
| Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | RemovedSharedRefs (int count) |
| Decreases shared reference count by specified value. More...
|
|
Detail::SmartPtrCounter * | WeakRefAdded () |
| Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
void | WeakRefRemoved () |
| Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
Detail::SmartPtrCounter * | GetCounter () |
| Gets reference counter data structure associated with the object. More...
|
|
int | SharedCount () const |
| Gets current value of shared reference counter. More...
|
|
ASPOSECPP_SHARED_API void | Lock () |
| Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
|
|
ASPOSECPP_SHARED_API void | Unlock () |
| Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
|
|
virtual ASPOSECPP_SHARED_API bool | Equals (ptr obj) |
| Compares objects using C# Object.Equals semantics. More...
|
|
virtual ASPOSECPP_SHARED_API int32_t | GetHashCode () const |
| Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
|
|
virtual ASPOSECPP_SHARED_API String | ToString () const |
| Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
|
|
virtual ASPOSECPP_SHARED_API ptr | MemberwiseClone () const |
| Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
|
|
virtual ASPOSECPP_SHARED_API const TypeInfo & | GetType () const |
| Gets actual type of object. Analog of C# System.Object.GetType() call. More...
|
|
virtual ASPOSECPP_SHARED_API bool | Is (const TypeInfo &targetType) const |
| Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
|
|
virtual ASPOSECPP_SHARED_API bool | FastCast (const Details::FastRttiBase &helper, void **out_ptr) const |
| For internal purposes only. More...
|
|
template<> |
bool | Equals (float const &objA, float const &objB) |
| Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
|
|
template<> |
bool | Equals (double const &objA, double const &objB) |
| Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
|
|
template<> |
bool | ReferenceEquals (String const &str, std::nullptr_t) |
| Specialization of Object::ReferenceEquals for case of string and nullptr. More...
|
|
template<> |
bool | ReferenceEquals (String const &str1, String const &str2) |
| Specialization of Object::ReferenceEquals for case of strings. More...
|
|
virtual void | CopyTo (System::ArrayPtr< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > > array, int arrayIndex)=0 |
| Copies all collection elements to existing array elements. More...
|
|
ICollection & | operator= (ICollection &&) noexcept |
| Move assignment operator. More...
|
|
ICollection & | operator= (const ICollection &) |
| Move assignment operator. More...
|
|
| ICollection () |
| Default constructor. More...
|
|
| ICollection (const ICollection &) |
| Copy constructor. More...
|
|
| ICollection (ICollection &&) noexcept |
| Move constructor. More...
|
|
virtual | ~ICollection () |
| Destructor. More...
|
|
SharedPtr< Object > | get_SyncRoot () const |
| Gets the object the collection is being synchronized through. More...
|
|
System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > | LINQ_ElementAt (int index) |
| Returns the element at a specified index in a sequence. More...
|
|
System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > | LINQ_First () |
| Returns the first element of a sequence. More...
|
|
System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > | LINQ_First (const Func< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >, bool > &predicate) |
| Returns the first element of a sequence that satisfy the specified condition. More...
|
|
System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > | LINQ_FirstOrDefault () |
| Returns the first element of a sequence, or a default value if the sequence is empty. More...
|
|
System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > | LINQ_FirstOrDefault (std::function< bool(System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >)> predicate) |
| Returns the first element of the sequence that satisfies a condition or a default value if no such element is found. More...
|
|
System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > | LINQ_Last () |
| Returns the last element of a sequence. More...
|
|
System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > | LINQ_LastOrDefault () |
| Returns the last element of a sequence, or a default value if the sequence is empty. More...
|
|
SharedPtr< List< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > > > | LINQ_ToList () |
| Creates a List<T> from a sequence. More...
|
|
int | LINQ_Count () |
| Returns the number of elements in the sequence (calculated via direct counting). More...
|
|
int | LINQ_Count (const Func< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >, bool > &predicate) |
| Returns the number of elements in the sequence that satisfy the specified condition. More...
|
|
System::ArrayPtr< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > > | LINQ_ToArray () |
| Creates an array from a sequence. More...
|
|
bool | LINQ_All (std::function< bool(System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >)> predicate) |
| Determines whether all elements of a sequence satisfy a condition. More...
|
|
bool | LINQ_Any () |
| Determines whether a sequence contains any elements. More...
|
|
bool | LINQ_Any (std::function< bool(System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >)> predicate) |
| Determines whether any element of a sequence exists or satisfies a condition. More...
|
|
SharedPtr< IEnumerable< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > > > | LINQ_Where (std::function< bool(System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >)> predicate) |
| Filters a sequence based on the specified predicate. More...
|
|
bool | LINQ_Contains (System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > value) |
| Determines if a sequence contains a specified value. More...
|
|
SharedPtr< IEnumerable< ResultType > > | LINQ_Cast () |
| Casts the elements to the specified type. More...
|
|
SharedPtr< IEnumerable< Result > > | LINQ_Cast () |
|
SharedPtr< IEnumerable< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > > > | LINQ_OrderBy (const Func< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >, Key > &keySelector) |
| Sorts the elements of a sequence in ascending order according to the key values selected by keySelector. More...
|
|
SharedPtr< IEnumerable< Source > > | LINQ_OrderBy (const Func< Source, Key > &keySelector) |
|
SharedPtr< IEnumerable< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > > > | LINQ_OrderByDescending (const Func< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >, Key > &keySelector) |
| Sorts the elements of a sequence in descending order according to the key values selected by keySelector. More...
|
|
SharedPtr< IEnumerable< Source > > | LINQ_OrderByDescending (const Func< Source, Key > &keySelector) |
|
SharedPtr< IEnumerable< ResultType > > | LINQ_OfType () |
| Filters the elements of the sequence based on the specified type. More...
|
|
SharedPtr< IEnumerable< Result > > | LINQ_OfType () |
|
SharedPtr< IEnumerable< ResultType > > | LINQ_Select (const Func< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >, ResultType > &selector) |
| Transforms elements of a sequence. More...
|
|
SharedPtr< IEnumerable< ResultType > > | LINQ_Select (const Func< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >, int32_t, ResultType > &selector) |
| Transforms each element of a sequence into a new form by incorporating the element's index. More...
|
|
SharedPtr< IEnumerable< Result > > | LINQ_Select (const Func< Source, Result > &selector) |
|
SharedPtr< IEnumerable< Result > > | LINQ_Select (const Func< Source, int32_t, Result > &selector) |
|
SharedPtr< IEnumerable< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > > > | LINQ_Concat (SharedPtr< IEnumerable< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > >> sequence) |
| Concatenates two sequences. More...
|
|
System::SharedPtr< IEnumerable< System::SharedPtr< System::Linq::IGrouping< Key, System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > > > > > | LINQ_GroupBy (System::Func< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >, Key > keyPredicate) |
| Groups the elements of a sequence. More...
|
|
SharedPtr< IEnumerable< SharedPtr< System::Linq::IGrouping< Key, Source > > > > | LINQ_GroupBy (System::Func< Source, Key > keyPredicate) |
|
SharedPtr< IEnumerable< ResultType > > | LINQ_SelectMany (const Func< System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation >, SharedPtr< IEnumerable< ResultType >>> &selector) |
| Projects each element of a sequence and combines the resulting sequences into one sequence. More...
|
|
SharedPtr< IEnumerable< Result > > | LINQ_SelectMany (const Func< Source, SharedPtr< IEnumerable< Result >>> &selector) |
|
iterator | begin () |
| Gets iterator pointing to the first element (if any) of the collection. This iterator can't be used to change a referenced object because GetEnumerator() returns a copy-object of T. More...
|
|
const_iterator | begin () const |
| Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection. More...
|
|
iterator | end () |
| Gets iterator pointing right after the last element (if any) of the collection. This iterator can't be used to change a referenced object because GetEnumerator() returns a copy-object of T. More...
|
|
const_iterator | end () const |
| Gets iterator pointing right after the last element (if any) of the const-qualified instance of the collection. More...
|
|
const_iterator | cbegin () const |
| Gets iterator pointing to the first const-qualified element (if any) of the collection. More...
|
|
const_iterator | cend () const |
| Gets iterator pointing right after the last const-qualified element (if any) of the collection. More...
|
|
virtual virtualized_iterator * | virtualizeBeginIterator () |
| Gets the implementation of begin iterator for the current container. More...
|
|
virtual virtualized_iterator * | virtualizeEndIterator () |
| Gets the implementation of end iterator for the current container. More...
|
|
virtual virtualized_iterator * | virtualizeBeginConstIterator () const |
| Gets the implementation of begin const iterator for the current container. More...
|
|
virtual virtualized_iterator * | virtualizeEndConstIterator () const |
| Gets the implementation of end const iterator for the current container. More...
|
|
|
bool | get_Justification () const |
|
void | set_Justification (bool value) |
|
| TextBoxField (System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfObject > annotation, System::SharedPtr< Document > document) |
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (TextBoxField, CODEPORTING_ARGS(System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfObject > annotation, System::SharedPtr< Document > document)) |
|
ASPOSE_PDF_SHARED_API void | Initialize (System::SharedPtr< Aspose::Pdf::Engine::Data::ITrailerable > trailer) override |
| Initializes field on the specified page. More...
|
|
ASPOSE_PDF_SHARED_API void | Initialize (System::SharedPtr< Aspose::Pdf::Engine::Data::ITrailerable > trailer, System::SharedPtr< Rectangle > rect) override |
| Initialize the annotation. More...
|
|
ASPOSE_PDF_SHARED_API bool | AppearanceSupported () override |
| Returns true if appearance is implemented in this class. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< Operator > > > | CreateAppearanceProgram (System::SharedPtr< Aspose::Pdf::Annotations::Annotation::AppearanceParameters > parameters, System::SharedPtr< Aspose::Pdf::Annotations::Annotation > annotation) override |
| Returns sequence of operators which displays curent state of this text field. More...
|
|
virtual ASPOSE_PDF_SHARED_API double | GetYOffset (double ty, double y, double lineHeight, double fontSize, double borderWidth, bool isMultiline) |
|
virtual ASPOSE_PDF_SHARED_API float | GetVerticalOffset (int32_t linesNumber, float height, double &lineHeight) |
|
ASPOSE_PDF_SHARED_API void | ClearAppearance (System::SharedPtr< OperatorCollection > appearance) override |
| Remove only operators which show text. (marked by /Tx BMC .... EMC) More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< Field > | CreateCopy () override |
| This method is required for Generator support. This method creates copy of field "template" when generator uses Footer/Header functionality. More...
|
|
virtual ASPOSE_PDF_SHARED_API | ~TextBoxField () |
|
System::SharedPtr< System::Xml::XmlNamespaceManager > | get_NamespaceManager () |
|
virtual ASPOSE_PDF_SHARED_API bool | IsEqualTo (System::String value) |
| Operator for comparision field value with given value. More...
|
|
virtual ASPOSE_PDF_SHARED_API System::String | GetConformXFAValue (System::String value) |
| Returns value correctly encoded for placing into XFA dataset. More...
|
|
bool | IsCalculated () |
|
| Field (System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfObject > annotation, System::SharedPtr< Document > document) |
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Field, CODEPORTING_ARGS(System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfObject > annotation, System::SharedPtr< Document > document)) |
|
| Field () |
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Field, CODEPORTING_ARGS()) |
|
| Field (System::SharedPtr< Document > doc, System::SharedPtr< Rectangle > rect) |
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Field, CODEPORTING_ARGS(System::SharedPtr< Document > doc, System::SharedPtr< Rectangle > rect)) |
|
| Field (System::SharedPtr< Aspose::Pdf::Page > page, System::SharedPtr< Rectangle > rect, bool addToForm=false) |
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Field, CODEPORTING_ARGS(System::SharedPtr< Aspose::Pdf::Page > page, System::SharedPtr< Rectangle > rect, bool addToForm=false)) |
|
System::SharedPtr< Field > | findField (System::String name) |
|
void | addField (System::SharedPtr< Aspose::Pdf::Annotations::WidgetAnnotation > field) |
|
System::SharedPtr< Field > | remove (System::String name) |
|
void | setValue (System::String value) |
| Set value of the field. More...
|
|
ASPOSE_PDF_SHARED_API void | UpdateAppearances () override |
|
System::String | GetFieldReferencePath () |
|
System::SharedPtr< System::Xml::XmlNode > | GetFieldTemplate () |
|
void | SetFieldImage (System::SharedPtr< System::IO::Stream > image) |
|
System::ArrayPtr< uint8_t > | GetFieldImage () |
|
void | AddNext (System::SharedPtr< Field > field) |
|
System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfObject > | CreateKidAnnotation (System::SharedPtr< Rectangle > rect) |
|
System::String | GetCharacteristicsString (System::String entry) |
|
void | SetCharacteristicsString (System::String entry, System::String value) |
|
virtual ASPOSE_PDF_SHARED_API | ~Field () |
|
bool | get_IsCertified () |
| Gets certified status of the field. More...
|
|
| WidgetAnnotation (System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfObject > engineAnnot, System::SharedPtr< Document > document) |
| Ititializes Widget annotation with engine annotation object. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (WidgetAnnotation, CODEPORTING_ARGS(System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfObject > engineAnnot, System::SharedPtr< Document > document)) |
|
| WidgetAnnotation (System::SharedPtr< Aspose::Pdf::Page > page, System::SharedPtr< Rectangle > rect) |
| Creates new Widget annotation on the specified page. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (WidgetAnnotation, CODEPORTING_ARGS(System::SharedPtr< Aspose::Pdf::Page > page, System::SharedPtr< Rectangle > rect)) |
|
| WidgetAnnotation (System::SharedPtr< Document > doc, System::SharedPtr< Rectangle > rect) |
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (WidgetAnnotation, CODEPORTING_ARGS(System::SharedPtr< Document > doc, System::SharedPtr< Rectangle > rect)) |
|
| WidgetAnnotation () |
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (WidgetAnnotation, CODEPORTING_ARGS()) |
|
void | setFieldFlag (int32_t bit, bool set) |
|
ASPOSE_PDF_SHARED_API System::SharedPtr< XForm > | PrepareAppearance (System::String key, System::SharedPtr< Annotation > annotation) override |
| Creates normal appearance for annotation and fills matrix and rectangle for appearance. More...
|
|
ASPOSE_PDF_SHARED_API void | UpdateAppearance (System::SharedPtr< Annotation > annotation) override |
| Updated appearance dictionary of the field. More...
|
|
ASPOSE_PDF_SHARED_API System::Drawing::Color | GetBackgroundColor () override |
|
virtual ASPOSE_PDF_SHARED_API | ~WidgetAnnotation () |
|
System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfObject > | get_EngineObj () const |
|
System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfDictionary > | get_EngineDict () |
|
int32_t | get_StructParent () |
|
void | set_StructParent (int32_t value) |
|
ASPOSE_PDF_SHARED_API System::SharedPtr< XForm > | get_NormalAppearance () |
| Gets normal appearance. More...
|
|
bool | get_FlatteningState () const |
|
void | set_FlatteningState (bool value) |
|
System::SharedPtr< Aspose::Pdf::Page > | get_Page () |
| Gets the page object with which this annotation is associated. More...
|
|
void | set_Page (System::SharedPtr< Aspose::Pdf::Page > value) |
| Gets the page object with which this annotation is associated. More...
|
|
ASPOSE_PDF_SHARED_API System::SharedPtr< Rectangle > | get_RotatedRect () |
| Gets rotated rectangle. More...
|
|
virtual ASPOSE_PDF_SHARED_API System::SharedPtr< Rectangle > | get_InnerRect () |
| Returns internal rectnagle of annotation, i.e. rectangle recalculated according to RD entry of annotation More...
|
|
double | get_TemplateWidth () const |
| Property for generator support. This property gets field width originally set by user (width of the "template"). More...
|
|
double | get_TemplateHeight () const |
| Property for generator support. This property gets field height originally set by user (height of the "template"). More...
|
|
virtual ASPOSE_PDF_SHARED_API void | DeleteAllChildElements () |
|
void | Initialize (System::SharedPtr< Document > doc) |
|
void | assertAppearance () |
|
virtual ASPOSE_PDF_SHARED_API void | AfterImport () |
| Method which must be called after annotation import. More...
|
|
virtual ASPOSE_PDF_SHARED_API System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< Operator > > > | CreateFrame (System::SharedPtr< Annotation::AppearanceParameters > parametes, System::SharedPtr< Annotation > annotation) |
| Create frame. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | WriteXfdf (System::SharedPtr< System::Xml::XmlWriter > writer) |
|
virtual ASPOSE_PDF_SHARED_API void | WriteXfdfAttributes (System::SharedPtr< System::Xml::XmlWriter > writer) |
| When overridden in a derived class, exports annotation attributes into XFDF. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | WriteXfdfElements (System::SharedPtr< System::Xml::XmlWriter > writer) |
| When overridden in a derived class, exports annotation elements into XFDF. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | ReadXfdf (System::SharedPtr< System::Xml::XmlReader > reader) |
|
virtual ASPOSE_PDF_SHARED_API void | ReadXfdfAttributes (System::SharedPtr< System::Xml::XmlReader > reader) |
| When overridden in a derived class, import annotation attributes from XFDF. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | ReadXfdfElements (System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::String >> table) |
| When overridden in a derived class, import annotation elements from XFDF. More...
|
|
| Annotation (System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfObject > annotation, System::SharedPtr< Document > document) |
|
| Annotation (System::SharedPtr< Document > document) |
| Constructor to use in Generator. More...
|
|
| Annotation () |
|
ASPOSE_PDF_SHARED_API void | Initialize (System::SharedPtr< Aspose::Pdf::Page > page, System::SharedPtr< Rectangle > rect) |
| Initialize the annotation. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | AttachToPage (System::SharedPtr< Aspose::Pdf::Page > page) |
|
ASPOSE_PDF_SHARED_API void | Initialize (System::SharedPtr< Document > doc, System::SharedPtr< Rectangle > rect) |
| Create annotation data structure. More...
|
|
ASPOSE_PDF_SHARED_API | Annotation (System::SharedPtr< Aspose::Pdf::Page > page, System::SharedPtr< Rectangle > rect) |
| Constructor. More...
|
|
ASPOSE_PDF_SHARED_API | Annotation (System::SharedPtr< Document > doc, System::SharedPtr< Rectangle > rect) |
| Constructor for Annotation. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | GeneratorUpdateRectangle (System::SharedPtr< Aspose::Pdf::Page > page, System::SharedPtr< Rectangle > rect) |
| This method should be called if annotation requires some additional actions when generator updates its rectangle. More...
|
|
System::String | GetCheckedStateName () |
| Returns name of "checked" state according to existing state names. More...
|
|
void | Initialize (System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfObject > annotEngineObj) |
| Initializes this object with internal engine annotation object. More...
|
|
virtual ASPOSE_PDF_SHARED_API void | InternalFlatten (System::SharedPtr< Resources > resources, System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< Operator >>> operators) |
|
virtual ASPOSE_PDF_SHARED_API System::String | InternalFlatten2 (System::SharedPtr< Resources > resources) |
|
virtual ASPOSE_PDF_SHARED_API System::String | InternalFlatten3 (System::SharedPtr< Resources > resources) |
|
virtual ASPOSE_PDF_SHARED_API bool | IsBackground () |
| true if the annotation must be background. More...
|
|
int32_t | GetPageIndex (System::SharedPtr< Annotation > annotation) |
|
ASPOSE_PDF_SHARED_API System::SharedPtr< System::IO::Stream > | ToImage (System::SharedPtr< System::Drawing::Imaging::ImageFormat > format) |
| Converts annotation to image stream. More...
|
|
virtual ASPOSE_PDF_SHARED_API | ~Annotation () |
|
System::String | get_Id () const |
| Gets a paragraph id. More...
|
|
void | set_Id (System::String value) |
| Sets a paragraph id. More...
|
|
const System::SharedPtr< Annotations::LinkAnnotation > & | get_ReferencedFrom () const |
| Gets the fragment hyperlink(for pdf generator internal use). More...
|
|
void | set_ReferencedFrom (System::SharedPtr< Annotations::LinkAnnotation > value) |
| Sets the fragment hyperlink(for pdf generator internal use). More...
|
|
void | ChangePosition (double &curX, double &curY, double newX, double newY, bool isNextParagraphInline) |
|
void | ProcessHyperlink (System::SharedPtr< Page > page, System::SharedPtr< Rectangle > rect) |
|
virtual ASPOSE_PDF_SHARED_API void | Serialize (System::SharedPtr< System::Xml::XmlTextWriter > writer) |
|
virtual ASPOSE_PDF_SHARED_API void | Deserialize (System::SharedPtr< System::Xml::XmlReader > reader) |
|
| ~IEnumerable () override |
| Destructor. More...
|
|
virtualized_iterator * | GetEnumeratorAsVirtualizedIterator () |
| Gets enumerator instance and prepares it to be used as iterator kernel. More...
|
|
virtualized_iterator * | GetEnumeratorAsVirtualizedIterator () const |
| Gets enumerator instance and prepares it to be used as iterator kernel. More...
|
|