NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::OpenXml::TextDocumentData Class Reference

Represents the text to be exported to the speific Open XML file. More...

Inheritance diagram for NXOpen::OpenXml::TextDocumentData:
NXOpen::OpenXml::DocumentData NXOpen::TransientObject

Public Member Functions

NXString GetContent ()
 Gets the content to be exported of text data. More...
 
void SetContent (const NXString &content)
 Sets the content to be exported of text data
Created in NX11.0.0. More...
 
void SetContent (const char *content)
 Sets the content to be exported of text data
Created in NX11.0.0. More...
 
virtual ~TextDocumentData ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::OpenXml::DocumentData
NXOpen::OpenXml::DocumentData::Type GetDataType ()
 Gets a specified document data type. More...
 
virtual ~DocumentData ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen::OpenXml::DocumentData
enum  Type {
  TypeBase, TypeText, TypeTable, TypeTableCell,
  TypeImage, TypeImageGroup, TypeGroup
}
 the document data type More...
 

Detailed Description

Represents the text to be exported to the speific Open XML file.


Created in NX11.0.0.

Constructor & Destructor Documentation

virtual NXOpen::OpenXml::TextDocumentData::~TextDocumentData ( )
virtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX11.0.0.

License requirements : None

Member Function Documentation

NXString NXOpen::OpenXml::TextDocumentData::GetContent ( )

Gets the content to be exported of text data.

Returns

Created in NX11.0.0.

License requirements : None
void NXOpen::OpenXml::TextDocumentData::SetContent ( const NXString content)

Sets the content to be exported of text data
Created in NX11.0.0.



License requirements : None

Parameters
contentcontent
void NXOpen::OpenXml::TextDocumentData::SetContent ( const char *  content)

Sets the content to be exported of text data
Created in NX11.0.0.



License requirements : None

Parameters
contentcontent

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.