RubyRPElement Class
Represents RP structure element in logical structure of the Ruby.
Inheritance Hierarchy

Namespace: Aspose.Pdf.LogicalStructure
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class RubyRPElement : RubyChildElement

The RubyRPElement type exposes the following members.

Properties
  NameDescription
Public propertyActualText
Gets or sets the actual text for structure element.
(Inherited from StructureElement.)
Public propertyAlternativeText
Gets or sets the alternative text for structure element.
(Inherited from StructureElement.)
Public propertyAttributes
Gets [T:/Aspose.Pdf.LogicalStructure.StructureAttributeCollection] object.
(Inherited from StructureElement.)
Public propertyChildElements
Gets children collection of [T:/Aspose.Pdf.LogicalStructure.Element] objects.
(Inherited from Element.)
Public propertyDefaultAttributeOwner
Gets [T:/Aspose.Pdf.LogicalStructure.AttributeOwnerStandard] object.
(Inherited from StructureElement.)
Public propertyExpansionText
Gets or sets the expansion text for structure element.
(Inherited from StructureElement.)
Public propertyID
Gets the ID for structure element.
(Inherited from StructureElement.)
Public propertyLanguage
Gets or sets the language for structure element.
(Inherited from StructureElement.)
Public propertyParentElement
Get parent element.
(Inherited from Element.)
Public propertyStructureType
Gets type of structure element.
(Inherited from StructureElement.)
Public propertyTitle
Gets or sets the title for structure element.
(Inherited from StructureElement.)
Methods
  NameDescription
Public methodAppendChild
Append [T:/Aspose.Pdf.LogicalStructure.Element] to collection of children.
(Inherited from Element.)
Public methodChangeParentElement
Change parent element for current structure element
(Inherited from StructureElement.)
Public methodClearId
Clear ID for structure element.
(Inherited from StructureElement.)
Public methodEquals (Inherited from Object.)
Public methodFindElementsT
Find Elements of a given type
(Inherited from Element.)
Public methodGenerateId
Generate ID for structure element.
(Inherited from StructureElement.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetId
Sets ID for structure element.
(Inherited from StructureElement.)
Public methodSetTag
Sets custom tag for structure element.
(Inherited from StructureElement.)
Public methodToString
Returns a string that represents the current object.
(Inherited from StructureElement.)
See Also