CATTPSBaseUseItf Interface CATITPSText
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITPSText
Interface for the TPS Text object.
Method Index
- o
GetParallelOnScreen(CATBoolean*)
- Is the text parallel on screen.
- o
GetText(wchar_t**)
- Retrieves text.
- o
SetParallelOnScreen(CATBoolean)
- Set the text parallel (or not) on screen.
- o
SetText(wchar_t*)
- Sets text.
Methods
o GetParallelOnScreen
public virtual GetParallelOnScreen( | | obParallel) |
-
Is the text parallel on screen.
- Parameters:
-
- obParallel
- TRUE if the text is parallel on screen.
FALSE if the text is not parallel on screen.
o GetText
public virtual GetText( | | oText) |
-
Retrieves text.
o SetParallelOnScreen
public virtual SetParallelOnScreen( | | ibParallel) |
-
Set the text parallel (or not) on screen.
- Parameters:
-
- ibParallel
- TRUE if the text must become parallel on screen.
FALSE if the text must become not parallel on screen.
o SetText
public virtual SetText( | const | iText) |
-
Sets text.
This object is included in the file: CATITPSText.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.