Aspose::Pdf::Text::TabStops Class Reference

Represents a collection of TabStop objects. More...

#include "TabStops.h"

Inherits System::ICloneable.

Public Member Functions

ASPOSE_PDF_SHARED_API bool get_IsReadOnly () const
 Gets value indicating that this TabStops instance is already attached to TextFragment and became readonly. More...
 
ASPOSE_PDF_SHARED_API int32_t get_Count ()
 Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection. More...
 
ASPOSE_PDF_SHARED_API TabStops ()
 Initializes a new instance of the TabStops class. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< TabStopAdd ()
 Initializes a new instance of the TabStop class and add it to the TabStops collection. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< TabStopAdd (float position)
 Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection. More...
 
ASPOSE_PDF_SHARED_API void Add (System::SharedPtr< TabStop > tabStop)
 Add instance of the TabStop class to the TabStops collection. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< TabStopAdd (float position, TabLeaderType leaderType)
 Initializes a new instance of the TabStop class with specified position and leader type and add it to the TabStops collection. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< System::ObjectClone () override
 Clones a new TabStops objects. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< TabStopidx_get (int32_t index)
 Gets a TabStop object from the collection according to TabStop index. More...
 
ASPOSE_PDF_SHARED_API void idx_set (int32_t index, System::SharedPtr< TabStop > value)
 Sets a TabStop object from the collection according to TabStop index. 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 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...
 

Protected Member Functions

double get_lastPosition () const
 Gets position from which distribution of tab stops will be continued. More...
 
void set_lastPosition (double value)
 Gets position from which distribution of tab stops will be continued. More...
 
double get_lastShift () const
 Gets shift from which distribution of tab stops will be continued. More...
 
void set_lastShift (double value)
 Gets shift from which distribution of tab stops will be continued. More...
 
TabAlignmentType get_currentAlignment () const
 Gets current tab alignment. More...
 
void set_currentAlignment (TabAlignmentType value)
 Gets current tab alignment. More...
 
TabLeaderType get_currentLeaderType () const
 Gets current tab leader type. More...
 
void set_currentLeaderType (TabLeaderType value)
 Gets current tab leader type. More...
 
double get_currentLeaderLength () const
 Contains pre-calculated tab leader length. It used by TextFragment. It should not use it if you don't sure. More...
 
void set_currentLeaderLength (double value)
 Contains pre-calculated tab leader length. It used by TextFragment. It should not use it if you don't sure. More...
 
ASPOSE_PDF_SHARED_API void set_IsReadOnly (bool value)
 Gets value indicating that this TabStops instance is already attached to TextFragment and became readonly. More...
 
void Deserialize (System::SharedPtr< System::Xml::XmlReader > reader)
 

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 a collection of TabStop objects.

Constructor & Destructor Documentation

◆ TabStops()

ASPOSE_PDF_SHARED_API Aspose::Pdf::Text::TabStops::TabStops ( )

Initializes a new instance of the TabStops class.

Member Function Documentation

◆ Add() [1/4]

ASPOSE_PDF_SHARED_API System::SharedPtr<TabStop> Aspose::Pdf::Text::TabStops::Add ( )

Initializes a new instance of the TabStop class and add it to the TabStops collection.

Returns
The new TabStop object.

◆ Add() [2/4]

ASPOSE_PDF_SHARED_API System::SharedPtr<TabStop> Aspose::Pdf::Text::TabStops::Add ( float  position)

Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection.

Parameters
positionThe position of the tab stop.
Returns
The new TabStop object.

◆ Add() [3/4]

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Text::TabStops::Add ( System::SharedPtr< TabStop tabStop)

Add instance of the TabStop class to the TabStops collection.

Parameters
tabStopThe TabStop object.

◆ Add() [4/4]

ASPOSE_PDF_SHARED_API System::SharedPtr<TabStop> Aspose::Pdf::Text::TabStops::Add ( float  position,
TabLeaderType  leaderType 
)

Initializes a new instance of the TabStop class with specified position and leader type and add it to the TabStops collection.

Parameters
positionThe position of the tab stop.
leaderTypeThe leader type of the tab stop.
Returns
The new TabStop object.

◆ Clone()

ASPOSE_PDF_SHARED_API System::SharedPtr<System::Object> Aspose::Pdf::Text::TabStops::Clone ( )
overridevirtual

Clones a new TabStops objects.

Returns
The new TabStops object.

Implements System::ICloneable.

◆ Deserialize()

void Aspose::Pdf::Text::TabStops::Deserialize ( System::SharedPtr< System::Xml::XmlReader reader)
protected

◆ get_Count()

ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Text::TabStops::get_Count ( )

Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection.

Parameters
positionThe position of the tab stop.
Returns
The new TabStop object.

◆ get_currentAlignment()

TabAlignmentType Aspose::Pdf::Text::TabStops::get_currentAlignment ( ) const
protected

Gets current tab alignment.

◆ get_currentLeaderLength()

double Aspose::Pdf::Text::TabStops::get_currentLeaderLength ( ) const
protected

Contains pre-calculated tab leader length. It used by TextFragment. It should not use it if you don't sure.

◆ get_currentLeaderType()

TabLeaderType Aspose::Pdf::Text::TabStops::get_currentLeaderType ( ) const
protected

Gets current tab leader type.

◆ get_IsReadOnly()

ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Text::TabStops::get_IsReadOnly ( ) const

Gets value indicating that this TabStops instance is already attached to TextFragment and became readonly.

◆ get_lastPosition()

double Aspose::Pdf::Text::TabStops::get_lastPosition ( ) const
protected

Gets position from which distribution of tab stops will be continued.

◆ get_lastShift()

double Aspose::Pdf::Text::TabStops::get_lastShift ( ) const
protected

Gets shift from which distribution of tab stops will be continued.

◆ idx_get()

ASPOSE_PDF_SHARED_API System::SharedPtr<TabStop> Aspose::Pdf::Text::TabStops::idx_get ( int32_t  index)

Gets a TabStop object from the collection according to TabStop index.

Parameters
indexZero-based index of element in TabStops collection.
Returns
TabStop object.

◆ idx_set()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Text::TabStops::idx_set ( int32_t  index,
System::SharedPtr< TabStop value 
)

Sets a TabStop object from the collection according to TabStop index.

Parameters
indexZero-based index of element in TabStops collection.
valueTabStop object.

◆ set_currentAlignment()

void Aspose::Pdf::Text::TabStops::set_currentAlignment ( TabAlignmentType  value)
protected

Gets current tab alignment.

◆ set_currentLeaderLength()

void Aspose::Pdf::Text::TabStops::set_currentLeaderLength ( double  value)
protected

Contains pre-calculated tab leader length. It used by TextFragment. It should not use it if you don't sure.

◆ set_currentLeaderType()

void Aspose::Pdf::Text::TabStops::set_currentLeaderType ( TabLeaderType  value)
protected

Gets current tab leader type.

◆ set_IsReadOnly()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Text::TabStops::set_IsReadOnly ( bool  value)
protected

Gets value indicating that this TabStops instance is already attached to TextFragment and became readonly.

◆ set_lastPosition()

void Aspose::Pdf::Text::TabStops::set_lastPosition ( double  value)
protected

Gets position from which distribution of tab stops will be continued.

◆ set_lastShift()

void Aspose::Pdf::Text::TabStops::set_lastShift ( double  value)
protected

Gets shift from which distribution of tab stops will be continued.