API Reference
Class
TextPresentationElement
Represents a static text element within a presentation.
Inheritance
- PresentationElement
- TextPresentationElement
Constructors
public TextPresentationElement(String value) #Initializes a new instance of the TextPresentationElement class.
Parameters
- value System.String
- Text content.
Inherited Methods
Properties
public String Value { get; } #Gets the text content.
Inherited Properties
public String RefId { get; } #Inherited from PresentationElement