All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATTPSInterfaces Interface CATITPSText

System.IUnknown
  |
  +---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 HRESULT GetParallelOnScreen(CATBoolean* obParallel) const = 0
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 HRESULT GetText(wchar_t** oText) const = 0
Retrieves text.
o SetParallelOnScreen
public virtual HRESULT SetParallelOnScreen(CATBoolean ibParallel) = 0
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 HRESULT SetText( const wchar_t* iText) = 0
Sets text.

This object is included in the file: CATITPSText.h

Copyright © 2003, Dassault Systèmes. All rights reserved.