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

Represents the definition of the base document data
Created in NX11.0.0. More...

Inheritance diagram for NXOpen::OpenXml::DocumentData:
NXOpen::TransientObject NXOpen::OpenXml::DocumentDataGroup NXOpen::OpenXml::ImageDocumentData NXOpen::OpenXml::ImageGroupDocumentData NXOpen::OpenXml::TableCellData NXOpen::OpenXml::TableDocumentData NXOpen::OpenXml::TextDocumentData

Public Types

enum  Type {
  TypeBase, TypeText, TypeTable, TypeTableCell,
  TypeImage, TypeImageGroup, TypeGroup
}
 the document data type More...
 

Public Member Functions

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...
 

Detailed Description

Represents the definition of the base document data
Created in NX11.0.0.


Member Enumeration Documentation

the document data type

Enumerator
TypeBase 

the base document data type

TypeText 

the document data type of text

TypeTable 

the document data type of table

TypeTableCell 

the document data type of table cell

TypeImage 

the document data type of image

TypeImageGroup 

the document data type of image group

TypeGroup 

the document data type of data group

Constructor & Destructor Documentation

virtual NXOpen::OpenXml::DocumentData::~DocumentData ( )
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

NXOpen::OpenXml::DocumentData::Type NXOpen::OpenXml::DocumentData::GetDataType ( )

Gets a specified document data type.

Returns
the data type defined by the NXOpen::OpenXml::DocumentData::Type
Created in NX11.0.0.

License requirements : None

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