Represents Standard Attribute Keys. More...

#include "AttributeName.h"

Inherits System::Object.

Public Member Functions

ASPOSE_PDF_SHARED_API System::String get_Key () const
 Get Attribute Key. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeOwnerStandardget_Owner () const
 Get Attribute Owner. More...
 
ASPOSE_PDF_SHARED_API System::String ToString () const override
 Returns a string that represents the current object. More...
 
- 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 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...
 

Static Public Member Functions

static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyto_AttributeKey (System::String key)
 
- 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...
 

Static Public Attributes

static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyPlacement
 Placement attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyWritingMode
 WritingMode attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyBackgroundColor
 BackgroundColor attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyBorderColor
 BorderColor attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyBorderStyle
 BorderStyle attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyBorderThickness
 BorderThickness attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyPadding
 Padding attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyColor
 Color attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeySpaceBefore
 SpaceBefore attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeySpaceAfter
 SpaceAfter attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyStartIndent
 StartIndent attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyEndIndent
 EndIndent attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyTextIndent
 TextIndent attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyTextAlign
 TextAlign attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyBBox
 BBox attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyWidth
 Width attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyHeight
 Height attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyBlockAlign
 BlockAlign attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyInlineAlign
 InlineAlign attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyTBorderStyle
 TBorderStyle attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyTPadding
 TPadding attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyBaselineShift
 BaselineShift attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyLineHeight
 LineHeight attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyTextDecorationColor
 TextDecorationColor attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyTextDecorationThickness
 TextDecorationThickness attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyTextDecorationType
 TextDecorationType attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyRubyAlign
 RubyAlign attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyRubyPosition
 RubyPosition attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyGlyphOrientationVertical
 GlyphOrientationVertical attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyColumnCount
 ColumnCount attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyColumnGap
 ColumnGap attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyColumnWidths
 ColumnWidths attribute (Layout attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyListNumbering
 ListNumbering attribute (List attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyRole
 Role attribute (PrintField attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyChecked
 Checked attribute (PrintField attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyDesc
 Desc attribute (PrintField attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyRowSpan
 RowSpan attribute (Table attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyColSpan
 ColSpan attribute (Table attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyHeaders
 Headers attribute (Table attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeyScope
 Scope attribute (Table attribute owner). More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< AttributeKeySummary
 Summary attribute (Table attribute owner). More...
 

Protected Member Functions

virtual ASPOSE_PDF_SHARED_API ~AttributeKey ()
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 

Detailed Description

Represents Standard Attribute Keys.

Constructor & Destructor Documentation

◆ ~AttributeKey()

virtual ASPOSE_PDF_SHARED_API Aspose::Pdf::LogicalStructure::AttributeKey::~AttributeKey ( )
protectedvirtual

Member Function Documentation

◆ get_Key()

ASPOSE_PDF_SHARED_API System::String Aspose::Pdf::LogicalStructure::AttributeKey::get_Key ( ) const

Get Attribute Key.

Attribute Key.

◆ get_Owner()

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeOwnerStandard> Aspose::Pdf::LogicalStructure::AttributeKey::get_Owner ( ) const

Get Attribute Owner.

Attribute Owner.

◆ to_AttributeKey()

static ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::to_AttributeKey ( System::String  key)
static

◆ ToString()

ASPOSE_PDF_SHARED_API System::String Aspose::Pdf::LogicalStructure::AttributeKey::ToString ( ) const
overridevirtual

Returns a string that represents the current object.

Returns
String that represents the current object.

Reimplemented from System::Object.

Member Data Documentation

◆ BackgroundColor

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::BackgroundColor
static

BackgroundColor attribute (Layout attribute owner).

◆ BaselineShift

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::BaselineShift
static

BaselineShift attribute (Layout attribute owner).

◆ BBox

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::BBox
static

BBox attribute (Layout attribute owner).

◆ BlockAlign

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::BlockAlign
static

BlockAlign attribute (Layout attribute owner).

◆ BorderColor

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::BorderColor
static

BorderColor attribute (Layout attribute owner).

◆ BorderStyle

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::BorderStyle
static

BorderStyle attribute (Layout attribute owner).

◆ BorderThickness

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::BorderThickness
static

BorderThickness attribute (Layout attribute owner).

◆ Checked

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::Checked
static

Checked attribute (PrintField attribute owner).

◆ Color

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::Color
static

Color attribute (Layout attribute owner).

◆ ColSpan

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::ColSpan
static

ColSpan attribute (Table attribute owner).

◆ ColumnCount

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::ColumnCount
static

ColumnCount attribute (Layout attribute owner).

◆ ColumnGap

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::ColumnGap
static

ColumnGap attribute (Layout attribute owner).

◆ ColumnWidths

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::ColumnWidths
static

ColumnWidths attribute (Layout attribute owner).

◆ Desc

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::Desc
static

Desc attribute (PrintField attribute owner).

◆ EndIndent

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::EndIndent
static

EndIndent attribute (Layout attribute owner).

◆ GlyphOrientationVertical

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::GlyphOrientationVertical
static

GlyphOrientationVertical attribute (Layout attribute owner).

◆ Headers

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::Headers
static

Headers attribute (Table attribute owner).

◆ Height

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::Height
static

Height attribute (Layout attribute owner).

◆ InlineAlign

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::InlineAlign
static

InlineAlign attribute (Layout attribute owner).

◆ LineHeight

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::LineHeight
static

LineHeight attribute (Layout attribute owner).

◆ ListNumbering

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::ListNumbering
static

ListNumbering attribute (List attribute owner).

◆ Padding

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::Padding
static

Padding attribute (Layout attribute owner).

◆ Placement

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::Placement
static

Placement attribute (Layout attribute owner).

◆ Role

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::Role
static

Role attribute (PrintField attribute owner).

◆ RowSpan

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::RowSpan
static

RowSpan attribute (Table attribute owner).

◆ RubyAlign

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::RubyAlign
static

RubyAlign attribute (Layout attribute owner).

◆ RubyPosition

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::RubyPosition
static

RubyPosition attribute (Layout attribute owner).

◆ Scope

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::Scope
static

Scope attribute (Table attribute owner).

◆ SpaceAfter

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::SpaceAfter
static

SpaceAfter attribute (Layout attribute owner).

◆ SpaceBefore

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::SpaceBefore
static

SpaceBefore attribute (Layout attribute owner).

◆ StartIndent

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::StartIndent
static

StartIndent attribute (Layout attribute owner).

◆ Summary

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::Summary
static

Summary attribute (Table attribute owner).

◆ TBorderStyle

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::TBorderStyle
static

TBorderStyle attribute (Layout attribute owner).

◆ TextAlign

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::TextAlign
static

TextAlign attribute (Layout attribute owner).

◆ TextDecorationColor

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::TextDecorationColor
static

TextDecorationColor attribute (Layout attribute owner).

◆ TextDecorationThickness

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::TextDecorationThickness
static

TextDecorationThickness attribute (Layout attribute owner).

◆ TextDecorationType

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::TextDecorationType
static

TextDecorationType attribute (Layout attribute owner).

◆ TextIndent

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::TextIndent
static

TextIndent attribute (Layout attribute owner).

◆ TPadding

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::TPadding
static

TPadding attribute (Layout attribute owner).

◆ Width

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::Width
static

Width attribute (Layout attribute owner).

◆ WritingMode

ASPOSE_PDF_SHARED_API System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::WritingMode
static

WritingMode attribute (Layout attribute owner).