|
CFx SDK Documentation 2026 SP0
|
#include <PdfPublishCollectionColumn.h>
Protected Member Functions | |
| OdCollectionColumn () | |
Protected Member Functions inherited from OdPdfPublish::OdObject | |
| OdObject (OdPublishObjectImpl *pImpl) | |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
| static void | rxInit () |
| static void | rxUninit () |
This class implements an collection column entity in .pdf documents created with Publish SDK.
Definition at line 47 of file PdfPublishCollectionColumn.h.
|
protected |
|
virtual |
Destroys an collection column object.
Returns the current caption of the collection column. The method fills a passed string object and returns it to the calling subroutine.
| caption | [out] A placeholder for caption value. |
| void OdPdfPublish::OdCollectionColumn::getColumnType | ( | CollectionSchema::ColumnType & | type | ) | const |
Returns the collection column type. The method fills a passed collection column type value and returns it to a calling subroutine.
| type | [out] A placeholder for the collection column type value. |
| void OdPdfPublish::OdCollectionColumn::getEnableEdit | ( | bool & | val | ) | const |
Sets the editability flag of the collection column.
| val | [in] A editability flag value. |
Returns the current name of the collection column. The method fills a passed string object and returns it to the calling subroutine.
| name | [out] A placeholder for name value. |
| void OdPdfPublish::OdCollectionColumn::getSortOrder | ( | CollectionSchema::SortOrder & | sort | ) | const |
Returns the sort type for the collection column type. The method fills a passed sort type value and returns it to a calling subroutine.
| sort | [out] A placeholder for the sort type value. |
| void OdPdfPublish::OdCollectionColumn::getVisibleOnStart | ( | bool & | val | ) | const |
Sets the visibility flag of the collection column.
| val | [in] A visibility flag value. |
| OdPdfPublish::OdCollectionColumn::ODRX_DECLARE_MEMBERS | ( | OdCollectionColumn | ) |
| OdPdfPublish::OdCollectionColumn::ODRX_HEAP_OPERATORS | ( | ) |
Sets the caption of the collection column.
| caption | [in] A new name value. |
| void OdPdfPublish::OdCollectionColumn::setColumnType | ( | const CollectionSchema::ColumnType & | type | ) |
Sets the type for the collection column. The type is represented with one of <link OdPdfPublish::CollectionSchema::ColumnType, column types>.
| type | [in] A new column type value. |
| void OdPdfPublish::OdCollectionColumn::setEnableEdit | ( | const bool | val | ) |
Sets the editability flag of the collection column.
| val | [in] A editability flag value. |
Sets the name of the collection column. Use IsValid() to check the status of the operation.
| name | [in] A new name value. The name shouldn't contain any special characters or spaces. To display the collection items, the collection should contain a column with the same name. |
| void OdPdfPublish::OdCollectionColumn::setSortOrder | ( | const CollectionSchema::SortOrder & | sort | ) |
Sets the sort type for the collection column. The type is represented with one of <link OdPdfPublish::CollectionSchema::SortOrder, column sort types>.
| type | [in] A new column sort type value. |
| void OdPdfPublish::OdCollectionColumn::setVisibleOnStart | ( | const bool | val | ) |
Sets the visibility on start flag of the collection column.
| val | [in] A visibility flag value. |