Library | Package Java Toolkit

Interface SectionEntityText

package com.ptc.wfc.wfcSection;

public interface SectionEntityText
  extends com.ptc.wfc.wfcSection.SectionEntity



Description

This interface represents Text entity used in sections



Method Summary
StringGetComment ()
    Get method for attribute "Comment"
    text to Enter
Point2DGetFirstCorner ()
    Get method for attribute "FirstCorner"
    First corner of text box.
StringGetFontName ()
    Get method for attribute "FontName"
    Font name.
Point2DGetSecondCorner ()
    Get method for attribute "SecondCorner"
    Second corner of text box.
voidSetComment (String value)
    Set method for attribute "Comment"
    text to Enter
voidSetFirstCorner (Point2D value)
    Set method for attribute "FirstCorner"
    First corner of text box.
voidSetFontName (String value)
    Set method for attribute "FontName"
    Font name.
voidSetSecondCorner (Point2D value)
    Set method for attribute "SecondCorner"
    Second corner of text box.

Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity
GetSectionEntityType

Method Detail

GetFirstCorner/SetFirstCorner

Point2DGetFirstCorner ()
voidSetFirstCorner (Point2D value)


    First corner of text box.
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetSecondCorner/SetSecondCorner

Point2DGetSecondCorner ()
voidSetSecondCorner (Point2D value)


    Second corner of text box.
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetComment/SetComment

StringGetComment ()
voidSetComment (String value)


    text to Enter
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetFontName/SetFontName

StringGetFontName ()
voidSetFontName (String value)


    Font name.
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities