Library | Module

Interface IpfcDetailText



Description

This interface represents a text entry in a detail note.



Property Summary

PropertyFontNameas 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.
PropertyIsUnderlinedas 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.
PropertyTextas String
The text string.
PropertyTextHeightas Double [optional]
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetHeight
The text height. If null, the default note text height is used.
PropertyTextSlantAngleas Double [optional]
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetSlantAngle
The text slant angle. If null, no slant angle is applied.
PropertyTextThicknessas Double [optional]
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetThickness
The text thickness. If null, a thickness of 0.0 is applied.
PropertyTextWidthFactoras 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.



Method Summary

FunctionCCpfcDetailText.Create (inText as String) as IpfcDetailText
Creates a data object containing a text item in a note.
FunctionGetTextStyle () as IpfcAnnotationTextStyle [optional]
 
SubSetTextStyle (TextStyle as IpfcAnnotationTextStyle)
 



Property Detail


PropertyFontNameas 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.




PropertyIsUnderlinedas 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.




PropertyTextas String

The text string.




PropertyTextHeightas Double [optional]
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetHeight

The text height. If null, the default note text height is used.




PropertyTextSlantAngleas Double [optional]
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetSlantAngle

The text slant angle. If null, no slant angle is applied.




PropertyTextThicknessas Double [optional]
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetThickness

The text thickness. If null, a thickness of 0.0 is applied.




PropertyTextWidthFactoras 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.





Method Detail


FunctionCCpfcDetailText.Create (inText as String) as IpfcDetailText

Creates a data object containing a text item in a note.
Parameters:
inText
The text string.
Returns:
The created data object.



FunctionGetTextStyle () as IpfcAnnotationTextStyle [optional]

 
Returns:
 



SubSetTextStyle (TextStyle as IpfcAnnotationTextStyle)

 
Parameters:
TextStyle