TextField Class
Represents a text field which contains generated text that the application should update periodically.
public sealed class TextField : TextElement
Public NotInheritable Class TextField
Inherits TextElement
- Inheritance:
- System.ObjectTextField
Properties
ElementType
Gets the Field value.
public override TextElementType ElementType { get; }
Public Overrides ReadOnly Property ElementType As TextElementType
Property Value
The Field value.
Overrides
FieldType
Gets the type of text that should be used to update this text field. This is used to inform the rendering application what text it should use to update this text field.
Property Value
The type of text that should be used to update this text field.
Exceptions
- System.ArgumentException
Value Custom cannot be set.
Text
Gets or sets the text.
Property Value
- System.String
The text.
Methods
ToString()
Returns a System.String that represents this TextField instance.
Returns
- System.String
A System.String that represents this TextField instance.
Overrides
Inherited Properties
Format | Gets or sets the character formatting options. (Inherited from TextElement) |
Parent | Gets the parent text paragraph or null if text element was deleted. (Inherited from TextElement) |
Slide | Gets the slide associated with this text element. (Inherited from TextElement) |
TextContent | Gets the text content of the current TextElement. (Inherited from TextElement) |