| Library | Module | Frames | Expand |
| Property | FontName | as String [optional] |
| DEPRECATED: since Creo 4 | ||
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetFont | The name of the text font. If null, the default Creo Parametric font is used. | |
| Property | IsUnderlined | as Boolean [optional] |
| DEPRECATED: since Creo 4 | ||
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.UnderlineText | Whether or not the text is underlined. If null, the text is not underlined. | |
| Property | Text | as String |
| The text string. | ||
| Property | TextHeight | as Double [optional] |
| DEPRECATED: since Creo 4 | ||
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetHeight | The text height. If null, the default note text height is used. | |
| Property | TextSlantAngle | as Double [optional] |
| DEPRECATED: since Creo 4 | ||
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetSlantAngle | The text slant angle. If null, no slant angle is applied. | |
| Property | TextThickness | as Double [optional] |
| DEPRECATED: since Creo 4 | ||
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetThickness | The text thickness. If null, a thickness of 0.0 is applied. | |
| Property | TextWidthFactor | as Double [optional] |
| DEPRECATED: since Creo 4 | ||
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetWidth | The text width factor. If null, the width factor of 1.0 is applied. | |
| Function | CCpfcDetailText.Create (inText as String) as IpfcDetailText | |
| Creates a data object containing a text item in a note. | ||
| Function | GetTextStyle () as IpfcAnnotationTextStyle [optional] | |
| Sub | SetTextStyle (TextStyle as IpfcAnnotationTextStyle) | |
| Property | FontName | as String [optional] |
| DEPRECATED: since Creo 4 |
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetFont |
The name of the text font. If null, the default Creo Parametric font is used. |
| Property | IsUnderlined | as Boolean [optional] |
| DEPRECATED: since Creo 4 |
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.UnderlineText |
Whether or not the text is underlined. If null, the text is not underlined. |
| Property | Text | as String |
|
The text string. |
| Property | TextHeight | as Double [optional] |
| DEPRECATED: since Creo 4 |
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetHeight |
The text height. If null, the default note text height is used. |
| Property | TextSlantAngle | as Double [optional] |
| DEPRECATED: since Creo 4 |
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetSlantAngle |
The text slant angle. If null, no slant angle is applied. |
| Property | TextThickness | as Double [optional] |
| DEPRECATED: since Creo 4 |
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetThickness |
The text thickness. If null, a thickness of 0.0 is applied. |
| Property | TextWidthFactor | as Double [optional] |
| DEPRECATED: since Creo 4 |
| SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetWidth |
The text width factor. If null, the width factor of 1.0 is applied. |
| Function | CCpfcDetailText.Create | (inText as String) as IpfcDetailText |
|
Creates a data object containing a text item in a note.
|
| Function | GetTextStyle | () as IpfcAnnotationTextStyle [optional] |
|
| Sub | SetTextStyle | (TextStyle as IpfcAnnotationTextStyle) |
|