Library | File

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.



Method Summary

static pfcDetailText_ptrCreate (xrstring inText)
Creates a data object containing a text item in a note.
optional xstringGetFontName ()
voidSetFontName (optional xrstring value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >

The name of the text font. If null, the default Creo Parametric font is used.
optional xboolGetIsUnderlined ()
voidSetIsUnderlined (optional xbool value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >

Whether or not the text is underlined. If null, the text is not underlined.
xstringGetText ()
voidSetText (xrstring value)
The text string.
optional xrealGetTextHeight ()
voidSetTextHeight (optional xreal value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >

The text height. If null, the default note text height is used.
optional xrealGetTextSlantAngle ()
voidSetTextSlantAngle (optional xreal value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >

The text slant angle. If null, no slant angle is applied.
optional pfcAnnotationTextStyle_ptrGetTextStyle ()
 
optional xrealGetTextThickness ()
voidSetTextThickness (optional xreal value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >

The text thickness. If null, a thickness of 0.0 is applied.
optional xrealGetTextWidthFactor ()
voidSetTextWidthFactor (optional xreal value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >

The text width factor. If null, the width factor of 1.0 is applied.
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >

DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >

DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >

DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >

voidSetTextStyle (pfcAnnotationTextStyle_ptr TextStyle)
 
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >

DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >




Method Detail

optional xrealGetTextHeight ()
voidSetTextHeight (optional xreal value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >


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




optional xrealGetTextWidthFactor ()
voidSetTextWidthFactor (optional xreal value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >


The text width factor. If null, the width factor of 1.0 is applied.




optional xrealGetTextSlantAngle ()
voidSetTextSlantAngle (optional xreal value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >


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




optional xrealGetTextThickness ()
voidSetTextThickness (optional xreal value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >


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




optional xstringGetFontName ()
voidSetFontName (optional xrstring value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >


The name of the text font. If null, the default Creo Parametric font is used.




optional xboolGetIsUnderlined ()
voidSetIsUnderlined (optional xbool value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcDetailText::SetTextStyle, <reference 3 to unknown entity >


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




xstringGetText ()
voidSetText (xrstring value)

The text string.




optional pfcAnnotationTextStyle_ptrGetTextStyle ()

 
Returns:
 



voidSetTextStyle (pfcAnnotationTextStyle_ptr TextStyle)

 
Parameters:
TextStyle
 
Returns:



static pfcDetailText_ptrCreate (xrstring inText)

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