Class TextItem
Inheritance
System.Object
    System.MarshalByRefObject
    
    
    
    
    TextItem
      
  Inherited Members
      System.MarshalByRefObject.CreateObjRef(System.Type)
    
    
      System.MarshalByRefObject.GetLifetimeService()
    
    
      System.MarshalByRefObject.InitializeLifetimeService()
    
    
      System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NXOpen.Report
Assembly: NXOpen.dll
Syntax
public class TextItem : BaseItem, IMessageSink, INXObject
  Constructors
TextItem()
Declaration
protected TextItem()
  Methods
GetText(out String[])
Declaration
public void GetText(out string[] lineTexts)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String[] | lineTexts | 
SetText(String[])
Declaration
public void SetText(string[] lineTexts)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String[] | lineTexts | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink