Library | Package Java Toolkit

Interface DetailText

package com.ptc.pfc.pfcDetail;

public interface DetailText
  extends jxobject



Description

This interface represents a text entry in a detail note.



Method Summary
/*optional*/ StringGetFontName ()
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetFont

    Get method for attribute "FontName"
    The name of the text font. If null, the default Creo Parametric font is used.
/*optional*/ BooleanGetIsUnderlined ()
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.UnderlineText

    Get method for attribute "IsUnderlined"
    Whether or not the text is underlined. If null, the text is not underlined.
StringGetText ()
    Get method for attribute "Text"
    The text string.
/*optional*/ DoubleGetTextHeight ()
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetHeight

    Get method for attribute "TextHeight"
    The text height. If null, the default note text height is used.
/*optional*/ DoubleGetTextSlantAngle ()
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetSlantAngle

    Get method for attribute "TextSlantAngle"
    The text slant angle. If null, no slant angle is applied.
/*optional*/ AnnotationTextStyleGetTextStyle ()
     
/*optional*/ DoubleGetTextThickness ()
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetThickness

    Get method for attribute "TextThickness"
    The text thickness. If null, a thickness of 0.0 is applied.
/*optional*/ DoubleGetTextWidthFactor ()
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetWidth

    Get method for attribute "TextWidthFactor"
    The text width factor. If null, the width factor of 1.0 is applied.
voidSetFontName ( /*optional*/ String value)
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetFont

    Set method for attribute "FontName"
    The name of the text font. If null, the default Creo Parametric font is used.
voidSetIsUnderlined ( /*optional*/ Boolean value)
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.UnderlineText

    Set method for attribute "IsUnderlined"
    Whether or not the text is underlined. If null, the text is not underlined.
voidSetText (String value)
    Set method for attribute "Text"
    The text string.
voidSetTextHeight ( /*optional*/ Double value)
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetHeight

    Set method for attribute "TextHeight"
    The text height. If null, the default note text height is used.
voidSetTextSlantAngle ( /*optional*/ Double value)
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetSlantAngle

    Set method for attribute "TextSlantAngle"
    The text slant angle. If null, no slant angle is applied.
voidSetTextStyle (AnnotationTextStyle TextStyle)
     
voidSetTextThickness ( /*optional*/ Double value)
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetThickness

    Set method for attribute "TextThickness"
    The text thickness. If null, a thickness of 0.0 is applied.
voidSetTextWidthFactor ( /*optional*/ Double value)
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetWidth

    Set method for attribute "TextWidthFactor"
    The text width factor. If null, the width factor of 1.0 is applied.

Method Detail

GetTextHeight/SetTextHeight

/*optional*/ DoubleGetTextHeight ()
voidSetTextHeight ( /*optional*/ Double value)

DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetHeight


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



GetTextWidthFactor/SetTextWidthFactor

/*optional*/ DoubleGetTextWidthFactor ()
voidSetTextWidthFactor ( /*optional*/ Double value)

DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetWidth


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



GetTextSlantAngle/SetTextSlantAngle

/*optional*/ DoubleGetTextSlantAngle ()
voidSetTextSlantAngle ( /*optional*/ Double value)

DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetSlantAngle


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



GetTextThickness/SetTextThickness

/*optional*/ DoubleGetTextThickness ()
voidSetTextThickness ( /*optional*/ Double value)

DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.SetThickness


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



GetFontName/SetFontName

/*optional*/ StringGetFontName ()
voidSetFontName ( /*optional*/ String value)

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.



GetIsUnderlined/SetIsUnderlined

/*optional*/ BooleanGetIsUnderlined ()
voidSetIsUnderlined ( /*optional*/ Boolean value)

DEPRECATED: since Creo 4
SUCCESSOR(S): DetailText.SetTextStyle, AnnotationTextStyle.UnderlineText


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



GetText/SetText

StringGetText ()
voidSetText (String value)


    The text string.



GetTextStyle

/*optional*/ AnnotationTextStyleGetTextStyle ()


     
Returns:
 


SetTextStyle

voidSetTextStyle (AnnotationTextStyle TextStyle)


     
Parameters:
TextStyle
 
Returns: