IPortionFormatEffectiveData
Contents
[
Hide
]IPortionFormatEffectiveData class
Immutable object which contains effective text portion formatting properties.
class IPortionFormatEffectiveData : public virtual Aspose::Slides::IBasePortionFormatEffectiveData
Methods
Method | Description |
---|---|
virtual bool Equals(ptr) | Compares objects using C# Object.Equals semantics. |
static std::enable_if<IsSmartPtr<T1>::value&&IsSmartPtr<T2>::value, bool>::type Equals(T1 const&, T2 const&) | Compares reference type objects in C# style. |
static std::enable_if<!IsSmartPtr<T1>::value&&!IsSmartPtr<T2>::value, bool>::type Equals(T1 const&, T2 const&) | Compares value type objects in C# style. |
static bool Equals(float const&, float const&) | 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. |
static bool Equals(double const&, double const&) | 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. |
virtual bool FastCast(const Details::FastRttiBase&, void **) const | For internal purposes only. |
virtual System::String get_AlternativeLanguageId() | Returns the Id of an alternative language. Read-only System::String. |
virtual System::String get_BookmarkId() | Returns bookmark identifier. Read-only System::String. |
virtual System::SharedPtr<IFontData> get_ComplexScriptFont() | Returns the complex script font info. Read-only IFontData. |
virtual System::SharedPtr<IFontData> get_EastAsianFont() | Returns the East Asian font info. Read-only IFontData. |
virtual System::SharedPtr<IEffectFormatEffectiveData> get_EffectFormat() | Returns the text EffectFormat properties. Read-only IEffectFormatEffectiveData. |
virtual float get_Escapement() | Returns the superscript or subscript text. Value from -100% (subscript) to 100% (superscript). Read-only float. |
virtual System::SharedPtr<IFillFormatEffectiveData> get_FillFormat() | Returns the text FillFormat properties. Read-only IFillFormatEffectiveData. |
virtual bool get_FontBold() | Determines whether the font is bold. Read-only bool. |
virtual float get_FontHeight() | Returns the font height of a portion. Read-only float. |
virtual bool get_FontItalic() | Determines whether the font is itallic. Read-only bool. |
virtual TextUnderlineType get_FontUnderline() | Returns the text underline type. Read-only TextUnderlineType. |
virtual System::Drawing::Color get_HighlightColor() | Returns the color used to highlight a text. Read-only System::Drawing::Color. |
virtual System::SharedPtr<IHyperlink> get_HyperlinkClick() | Returns the hyperlink defined for mouse click. Read-only IHyperlink. |
virtual System::SharedPtr<IHyperlink> get_HyperlinkMouseOver() | Returns the hyperlink defined for mouse over. Read-only IHyperlink. |
virtual bool get_IsHardUnderlineFill() | Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. Read-only bool. |
virtual bool get_IsHardUnderlineLine() | Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. Read-only bool. |
virtual float get_KerningMinimalSize() | Returns the minimal font size, for which kerning should be switched on. Read-only float. |
virtual bool get_Kumimoji() | Determines whether the numbers should ignore text eastern language-specific vertical text layout. Read-only bool. |
virtual System::String get_LanguageId() | Returns the Id of a language. Read-only System::String. |
virtual System::SharedPtr<IFontData> get_LatinFont() | Returns the Latin font info. Read-only IFontData. |
virtual System::SharedPtr<ILineFormatEffectiveData> get_LineFormat() | Returns the LineFormat properties for text outlining. Read-only ILineFormatEffectiveData. |
virtual bool get_NormaliseHeight() | Determines whether the height of a text should be normalized. Read-only bool. |
virtual bool get_ProofDisabled() | Determines whether the text shouldn’t be proofed. Read-only bool. |
virtual bool get_SmartTagClean() | Determines whether the smart tag should be cleaned. Read-only bool. |
virtual float get_Spacing() | Returns the intercharacter spacing increment. Read-only float. |
virtual TextStrikethroughType get_StrikethroughType() | Returns the strikethrough type of a text. Read-only TextStrikethroughType. |
virtual System::SharedPtr<IFontData> get_SymbolFont() | Returns the symbolic font info. Read-only IFontData. |
virtual Aspose::Slides::TextCapType get_TextCapType() | Returns the type of text capitalization. Read-only Slides::TextCapType. |
virtual System::SharedPtr<IFillFormatEffectiveData> get_UnderlineFillFormat() | Returns the underline line FillFormat properties. Read-only IFillFormatEffectiveData. |
virtual System::SharedPtr<ILineFormatEffectiveData> get_UnderlineLineFormat() | Returns the LineFormat properties used to outline underline line. Read-only ILineFormatEffectiveData. |
Detail::SmartPtrCounter * GetCounter() | Gets reference counter data structure associated with the object. |
virtual int32_t GetHashCode() const | Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. |
virtual const TypeInfo& GetType() const | Gets actual type of object. Analog of C# System.Object.GetType() call. |
virtual bool Is(const TypeInfo&) const | Check if object represents an instance of type described by targetType. Analog of C# ‘is’ operator. |
void Lock() | Implements C# lock() statement locking. Call directly or use LockContext sentry object. |
virtual ptr MemberwiseClone() const | Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. |
Object() | Creates object. Initializes all internal data structures. |
Object(Object const&) | Copy constructor. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses. |
Object& operator=(Object const&) | Assignment operator. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses. |
static bool ReferenceEquals(ptr const&, ptr const&) | Compares objects by reference. |
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, T const&) | Compares objects by reference. |
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, std::nullptr_t) | Reference-compares value type object with nullptr. |
bool ReferenceEquals(String const&, std::nullptr_t) | Specialization of Object::ReferenceEquals for case of string and nullptr. |
bool ReferenceEquals(String const&, String const&) | Specialization of Object::ReferenceEquals for case of strings. |
int RemovedSharedRefs(int) | Decreases shared reference count by specified value. |
virtual void SetTemplateWeakPtr(uint32_t) | Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
int SharedCount() const | Gets current value of shared reference counter. |
Object * SharedRefAdded() | Increments shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
int SharedRefRemovedSafe() | Decrements and returns shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
virtual String ToString() const | Analog of C# Object.ToString() method. Enables converting custom objects to string. |
static const TypeInfo& Type() | Implements C# typeof(System.Object) construct. |
void Unlock() | Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. |
Detail::SmartPtrCounter * WeakRefAdded() | Increments weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
void WeakRefRemoved() | Decrements weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
virtual ~Object() | Destroys object. Frees all internal data structures. |
Remarks
This interface is used together with the IPortionFormat interface to return effective formatting values with inheritance applied.
See Also
- Class IBasePortionFormatEffectiveData
- Namespace Aspose::Slides
- Library Aspose.Slides