Library | Module

Class pfcDetailText



Description

This interface represents a text entry in a detail note.



Property Summary

/* optional */ stringFontName
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.
/* optional */ booleanIsUnderlined
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.UnderlineText
Whether or not the text is underlined. If null, the text is not underlined.
stringText
The text string.
/* optional */ numberTextHeight
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetHeight
The text height. If null, the default note text height is used.
/* optional */ numberTextSlantAngle
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetSlantAngle
The text slant angle. If null, no slant angle is applied.
/* optional */ numberTextThickness
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetThickness
The text thickness. If null, a thickness of 0.0 is applied.
/* optional */ numberTextWidthFactor
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

static pfcDetailTextCreate (string inText)
Creates a data object containing a text item in a note.
/* optional */ pfcAnnotationTextStyleGetTextStyle ()
 
voidSetTextStyle (pfcAnnotationTextStyle TextStyle)
 



Property Detail


/* optional */ stringFontName
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.




/* optional */ booleanIsUnderlined
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.UnderlineText

Whether or not the text is underlined. If null, the text is not underlined.




stringText

The text string.




/* optional */ numberTextHeight
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetHeight

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




/* optional */ numberTextSlantAngle
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetSlantAngle

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




/* optional */ numberTextThickness
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetThickness

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




/* optional */ numberTextWidthFactor
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


static pfcDetailTextCreate (string inText)

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



/* optional */ pfcAnnotationTextStyleGetTextStyle ()

 
Returns:
 



voidSetTextStyle (pfcAnnotationTextStyle TextStyle)

 
Parameters:
TextStyle