API Documentation > Interfaces > Interface TextDescriptor
Interface TextDescriptor

package com.ptc.pfc.pfcGeometry;

public interface
TextDescriptor
extends
com.ptc.pfc.pfcGeometry.CurveDescriptor


Description
A data object representing a text entity.
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.CurveDescriptor :
Method Summary
Get method for attribute "Point"
The location of the text
Get method for attribute "Style"
The text style
String
Get method for attribute "TextString"
The text string
void
Set method for attribute "Point"
The location of the text
void
Set method for attribute "Style"
The text style
void
SetTextString (String value)
Set method for attribute "TextString"
The text string
Method Detail
GetTextString
String
GetTextString
()
SetTextString
void
SetTextString
(String value)
The text string
GetPoint
GetPoint
()
SetPoint
void
SetPoint
(Point3D value)
The location of the text
GetStyle
GetStyle
()
SetStyle
void
SetStyle
(TextStyle value)
The text style
Was this helpful?