[]
Represents a text string shape object.
public class TextShape : PSShape, ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
Public Class TextShape
Inherits PSShape
Implements ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
Name | Description |
---|---|
TextShape() | Creates a new text string shape. |
TextShape(TextShape) | Creates a new shape that is a copy of the specified shape. |
TextShape(SerializationInfo, StreamingContext) | Creates a new text string shape object from serialization. |
Name | Description |
---|---|
Clone() | Creates a copy of this shape. |
Deserialize(XmlNodeReader) | Loads the object from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Serializes the shape object. |
OnFontChanged(EventArgs) | Returns event information when the font for the element has changed. |
ResetText() | Resets the text to the default value, which is "abc". |
SetInitialShape() | Creates the initial text shape. |
SetShapeFromText(string) | Sets the shape of the text shape. |