API Documentation > Interface Classes > Class pfcDetailText
Class pfcDetailText

# include <pfcDetail.h>

class
pfcDetailText
: public virtual
xobject
{
xdeclare(pfcDetailText)
...
};
This is a
COMPACT class.

Description
This interface represents a text entry in a detail note.
User Guide References:
Method Summary
Create (xrstring inText)
Creates a data object containing a text item in a note.
void
DEPRECATED: since Creo 4
The name of the text font. If null, the default Creo Parametric font is used.
void
DEPRECATED: since Creo 4
Whether or not the text is underlined. If null, the text is not underlined.
void
The text string.
void
DEPRECATED: since Creo 4
The text height. If null, the default note text height is used.
void
DEPRECATED: since Creo 4
The text slant angle. If null, no slant angle is applied.
void
DEPRECATED: since Creo 4
The text thickness. If null, a thickness of 0.0 is applied.
void
DEPRECATED: since Creo 4
The text width factor. If null, the width factor of 1.0 is applied.
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
void
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
Method Detail
GetTextHeight
()
void
SetTextHeight
(cipOptional xreal value)
DEPRECATED: since Creo 4
The text height. If null, the default note text height is used.
GetTextWidthFactor
()
void
SetTextWidthFactor
(cipOptional xreal value)
DEPRECATED: since Creo 4
The text width factor. If null, the width factor of 1.0 is applied.
GetTextSlantAngle
()
void
SetTextSlantAngle
(cipOptional xreal value)
DEPRECATED: since Creo 4
The text slant angle. If null, no slant angle is applied.
GetTextThickness
()
void
SetTextThickness
(cipOptional xreal value)
DEPRECATED: since Creo 4
The text thickness. If null, a thickness of 0.0 is applied.
GetFontName
()
void
SetFontName
DEPRECATED: since Creo 4
The name of the text font. If null, the default Creo Parametric font is used.
GetIsUnderlined
()
void
SetIsUnderlined
(cipOptional xbool value)
DEPRECATED: since Creo 4
Whether or not the text is underlined. If null, the text is not underlined.
GetText
()
void
SetText
(xrstring value)
The text string.
Returns:
void
SetTextStyle
Parameters:
TextStyle
Returns:
Create
(xrstring inText)
Creates a data object containing a text item in a note.
Parameters:
inText
The text string.
Returns:
The created data object.
Was this helpful?