ShapeIsTextHolder Property |
Determines whether the shape is TextHolder_PPT.
Read-only
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool IsTextHolder { get; }
Public ReadOnly Property IsTextHolder As Boolean
Get
public:
virtual property bool IsTextHolder {
bool get () sealed;
}
abstract IsTextHolder : bool with get
override IsTextHolder : bool with get
Property Value
Type:
BooleanImplements
IShapeIsTextHolder
See Also