Aspose::Pdf::Tagged::ITaggedContent Class Referenceabstract

Represents interface for work with TaggedPdf content of document. More...

#include "ITaggedContent.h"

Inherits System::Object.

Public Member Functions

virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::StructureTextStateget_StructureTextState ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::StructTreeRootElementget_StructTreeRootElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::StructureElementget_RootElement ()=0
 
virtual void SetLanguage (System::String lang)=0
 
virtual void SetTitle (System::String title)=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::PartElementCreatePartElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::ArtElementCreateArtElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::SectElementCreateSectElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::DivElementCreateDivElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::BlockQuoteElementCreateBlockQuoteElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::CaptionElementCreateCaptionElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::TOCElementCreateTOCElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::TOCIElementCreateTOCIElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::IndexElementCreateIndexElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::NonStructElementCreateNonStructElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::PrivateElementCreatePrivateElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::ParagraphElementCreateParagraphElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::HeaderElementCreateHeaderElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::HeaderElementCreateHeaderElement (int32_t level)=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::ListElementCreateListElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::TableElementCreateTableElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::TableTHeadElementCreateTableTHeadElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::TableTBodyElementCreateTableTBodyElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::TableTFootElementCreateTableTFootElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::TableTRElementCreateTableTRElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::TableTHElementCreateTableTHElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::TableTDElementCreateTableTDElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::SpanElementCreateSpanElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::QuoteElementCreateQuoteElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::NoteElementCreateNoteElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::ReferenceElementCreateReferenceElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::BibEntryElementCreateBibEntryElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::CodeElementCreateCodeElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::LinkElementCreateLinkElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::AnnotElementCreateAnnotElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::RubyElementCreateRubyElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::WarichuElementCreateWarichuElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::FigureElementCreateFigureElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::FormulaElementCreateFormulaElement ()=0
 
virtual System::SharedPtr< Aspose::Pdf::LogicalStructure::FormElementCreateFormElement ()=0
 
- Public Member Functions inherited from System::Object
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...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 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 TypeInfoGetType () 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 void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. 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...
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 

Detailed Description

Represents interface for work with TaggedPdf content of document.

Member Function Documentation

◆ CreateAnnotElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::AnnotElement> Aspose::Pdf::Tagged::ITaggedContent::CreateAnnotElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::AnnotElement.

Returns
Created structure element.

◆ CreateArtElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::ArtElement> Aspose::Pdf::Tagged::ITaggedContent::CreateArtElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::ArtElement.

Returns
Created structure element.

◆ CreateBibEntryElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::BibEntryElement> Aspose::Pdf::Tagged::ITaggedContent::CreateBibEntryElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::BibEntryElement.

Returns
Created structure element.

◆ CreateBlockQuoteElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::BlockQuoteElement> Aspose::Pdf::Tagged::ITaggedContent::CreateBlockQuoteElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::BlockQuoteElement.

Returns
Created structure element.

◆ CreateCaptionElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::CaptionElement> Aspose::Pdf::Tagged::ITaggedContent::CreateCaptionElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::CaptionElement.

Returns
Created structure element.

◆ CreateCodeElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::CodeElement> Aspose::Pdf::Tagged::ITaggedContent::CreateCodeElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::CodeElement.

Returns
Created structure element.

◆ CreateDivElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::DivElement> Aspose::Pdf::Tagged::ITaggedContent::CreateDivElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::DivElement.

Returns
Created structure element.

◆ CreateFigureElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::FigureElement> Aspose::Pdf::Tagged::ITaggedContent::CreateFigureElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::FigureElement.

Returns
Created structure element.

◆ CreateFormElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::FormElement> Aspose::Pdf::Tagged::ITaggedContent::CreateFormElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::FormElement.

Returns
Created structure element.

◆ CreateFormulaElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::FormulaElement> Aspose::Pdf::Tagged::ITaggedContent::CreateFormulaElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::FormulaElement.

Returns
Created structure element.

◆ CreateHeaderElement() [1/2]

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::HeaderElement> Aspose::Pdf::Tagged::ITaggedContent::CreateHeaderElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::HeaderElement.

Returns
Created structure element.

◆ CreateHeaderElement() [2/2]

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::HeaderElement> Aspose::Pdf::Tagged::ITaggedContent::CreateHeaderElement ( int32_t  level)
pure virtual

Creates Aspose::Pdf::LogicalStructure::HeaderElement with level.

Parameters
levelThe level of Header. Must be 1, 2, 3, 4, 5 or 6.
Returns
Created structure element.

◆ CreateIndexElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::IndexElement> Aspose::Pdf::Tagged::ITaggedContent::CreateIndexElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::IndexElement.

Returns
Created structure element.

◆ CreateLinkElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::LinkElement> Aspose::Pdf::Tagged::ITaggedContent::CreateLinkElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::LinkElement.

Returns
Created structure element.

◆ CreateListElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::ListElement> Aspose::Pdf::Tagged::ITaggedContent::CreateListElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::ListElement.

Returns
Created structure element.

◆ CreateNonStructElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::NonStructElement> Aspose::Pdf::Tagged::ITaggedContent::CreateNonStructElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::NonStructElement.

Returns
Created structure element.

◆ CreateNoteElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::NoteElement> Aspose::Pdf::Tagged::ITaggedContent::CreateNoteElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::NoteElement.

Returns
Created structure element.

◆ CreateParagraphElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::ParagraphElement> Aspose::Pdf::Tagged::ITaggedContent::CreateParagraphElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::ParagraphElement.

Returns
Created structure element.

◆ CreatePartElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::PartElement> Aspose::Pdf::Tagged::ITaggedContent::CreatePartElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::PartElement.

Returns
Created structure element.

◆ CreatePrivateElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::PrivateElement> Aspose::Pdf::Tagged::ITaggedContent::CreatePrivateElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::PrivateElement.

Returns
Created structure element.

◆ CreateQuoteElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::QuoteElement> Aspose::Pdf::Tagged::ITaggedContent::CreateQuoteElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::QuoteElement.

Returns
Created structure element.

◆ CreateReferenceElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::ReferenceElement> Aspose::Pdf::Tagged::ITaggedContent::CreateReferenceElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::ReferenceElement.

Returns
Created structure element.

◆ CreateRubyElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::RubyElement> Aspose::Pdf::Tagged::ITaggedContent::CreateRubyElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::RubyElement.

Returns
Created structure element.

◆ CreateSectElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::SectElement> Aspose::Pdf::Tagged::ITaggedContent::CreateSectElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::SectElement.

Returns
Created structure element.

◆ CreateSpanElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::SpanElement> Aspose::Pdf::Tagged::ITaggedContent::CreateSpanElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::SpanElement.

Returns
Created structure element.

◆ CreateTableElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::TableElement> Aspose::Pdf::Tagged::ITaggedContent::CreateTableElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::TableElement.

Returns
Created structure element.

◆ CreateTableTBodyElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::TableTBodyElement> Aspose::Pdf::Tagged::ITaggedContent::CreateTableTBodyElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::TableTHeadElement.

Returns
Created structure element.

◆ CreateTableTDElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::TableTDElement> Aspose::Pdf::Tagged::ITaggedContent::CreateTableTDElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::TableTDElement.

Returns
Created structure element.

◆ CreateTableTFootElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::TableTFootElement> Aspose::Pdf::Tagged::ITaggedContent::CreateTableTFootElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::TableTFootElement.

Returns
Created structure element.

◆ CreateTableTHeadElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::TableTHeadElement> Aspose::Pdf::Tagged::ITaggedContent::CreateTableTHeadElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::TableTHeadElement.

Returns
Created structure element.

◆ CreateTableTHElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::TableTHElement> Aspose::Pdf::Tagged::ITaggedContent::CreateTableTHElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::TableTHElement.

Returns
Created structure element.

◆ CreateTableTRElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::TableTRElement> Aspose::Pdf::Tagged::ITaggedContent::CreateTableTRElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::TableTRElement.

Returns
Created structure element.

◆ CreateTOCElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::TOCElement> Aspose::Pdf::Tagged::ITaggedContent::CreateTOCElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::TOCElement.

Returns
Created structure element.

◆ CreateTOCIElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::TOCIElement> Aspose::Pdf::Tagged::ITaggedContent::CreateTOCIElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::TOCIElement.

Returns
Created structure element.

◆ CreateWarichuElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::WarichuElement> Aspose::Pdf::Tagged::ITaggedContent::CreateWarichuElement ( )
pure virtual

Creates Aspose::Pdf::LogicalStructure::WarichuElement.

Returns
Created structure element.

◆ get_RootElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::StructureElement> Aspose::Pdf::Tagged::ITaggedContent::get_RootElement ( )
pure virtual

Gets root Aspose::Pdf::LogicalStructure::StructureElement of logical structure of PDF document.

Root Aspose::Pdf::LogicalStructure::StructureElement of logical structure of PDF document.

◆ get_StructTreeRootElement()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::StructTreeRootElement> Aspose::Pdf::Tagged::ITaggedContent::get_StructTreeRootElement ( )
pure virtual

◆ get_StructureTextState()

virtual System::SharedPtr<Aspose::Pdf::LogicalStructure::StructureTextState> Aspose::Pdf::Tagged::ITaggedContent::get_StructureTextState ( )
pure virtual

◆ SetLanguage()

virtual void Aspose::Pdf::Tagged::ITaggedContent::SetLanguage ( System::String  lang)
pure virtual

Sets natural language for pdf document.

A language identifier that shall specify the natural language for all text in the document except where overridden by language specifications for structure elements or marked content.

Parameters
langA language identifier shall either be the empty text string, to indicate that the language is unknown, or a Language-Tag as defined in RFC 3066, Tags for the Identification of Languages.

◆ SetTitle()

virtual void Aspose::Pdf::Tagged::ITaggedContent::SetTitle ( System::String  title)
pure virtual

Sets title for PDF document.

Parameters
titleThe title of PDF document.