#include <PdfPublishCollection.h>
This class implements an collection entity in .pdf documents created with Publish SDK.
Definition at line 48 of file PdfPublishCollection.h.
◆ OdCollection()
| OdPdfPublish::OdCollection::OdCollection |
( |
| ) |
|
|
protected |
◆ ~OdCollection()
| virtual OdPdfPublish::OdCollection::~OdCollection |
( |
| ) |
|
|
virtual |
Destroys an collection object.
◆ addColumn()
| void OdPdfPublish::OdCollection::addColumn |
( |
const OdCollectionColumnPtr & | column | ) |
|
Adds the column object for the collection.
- Parameters
-
| column | [in] A smart pointer to a column object. |
◆ getBackgroundColor()
| void OdPdfPublish::OdCollection::getBackgroundColor |
( |
ODCOLORREF & | color | ) |
const |
Returns the background color for the collection object. The method fills a passed ODCOLORREF value and returns it to a calling subroutine.
- Parameters
-
| color | [out] A placeholder for the color value. |
◆ getCardBackgroundColor()
| void OdPdfPublish::OdCollection::getCardBackgroundColor |
( |
ODCOLORREF & | color | ) |
const |
Returns the card background color for the collection object. The method fills a passed ODCOLORREF value and returns it to a calling subroutine.
- Parameters
-
| color | [out] A placeholder for the color value. |
◆ getCardBorderColor()
| void OdPdfPublish::OdCollection::getCardBorderColor |
( |
ODCOLORREF & | color | ) |
const |
Returns the card border color for the collection object. The method fills a passed ODCOLORREF value and returns it to a calling subroutine.
- Parameters
-
| color | [out] A placeholder for the color value. |
◆ getColumns()
| void OdPdfPublish::OdCollection::getColumns |
( |
OdCollectionColumnPtrArray & | columns | ) |
const |
Returns a collection of column of the collection object. This method fills the passed array of smart pointer to OdCollectionColumn, then returns them to a calling subroutine.
- Parameters
-
| columns | [out] A placeholder for collection of column object. |
◆ getInitalViewType()
◆ getInitialFile()
| void OdPdfPublish::OdCollection::getInitialFile |
( |
OdAttachedFilePtr & | file | ) |
const |
Returns a attached file that is displayed when the collection is opened. This method fills the passed smart pointer to OdAttachedFile, then returns them to a calling subroutine.
- Parameters
-
| file | [out] A placeholder for smart pointer to a attached file object. |
◆ getPrimaryTextColor()
| void OdPdfPublish::OdCollection::getPrimaryTextColor |
( |
ODCOLORREF & | color | ) |
const |
Returns the primary text color for the collection object. The method fills a passed ODCOLORREF value and returns it to a calling subroutine.
- Parameters
-
| color | [out] A placeholder for the color value. |
◆ getRootFolder()
| void OdPdfPublish::OdCollection::getRootFolder |
( |
OdAttachedFolderPtr & | folder | ) |
const |
Returns a root folder object for the collection object. This method fills the passed smart pointer to OdAttachedFolder, then returns them to a calling subroutine.
- Parameters
-
| folder | [out] A placeholder for smart pointer to attached folder. |
◆ getSecondaryTextColor()
| void OdPdfPublish::OdCollection::getSecondaryTextColor |
( |
ODCOLORREF & | color | ) |
const |
Returns the secondary text color for the collection object. The method fills a passed ODCOLORREF value and returns it to a calling subroutine.
- Parameters
-
| color | [out] A placeholder for the color value. |
◆ ODRX_DECLARE_MEMBERS()
| OdPdfPublish::OdCollection::ODRX_DECLARE_MEMBERS |
( |
OdCollection | | ) |
|
◆ ODRX_HEAP_OPERATORS()
| OdPdfPublish::OdCollection::ODRX_HEAP_OPERATORS |
( |
| ) |
|
◆ setBackgroundColor()
| void OdPdfPublish::OdCollection::setBackgroundColor |
( |
const ODCOLORREF | color | ) |
|
Sets a new background color for the collection object.
- Parameters
-
| color | [in] A new color value to be set. |
◆ setCardBackgroundColor()
| void OdPdfPublish::OdCollection::setCardBackgroundColor |
( |
const ODCOLORREF | color | ) |
|
Sets a new card background color for the collection object.
- Parameters
-
| color | [in] A new color value to be set. |
◆ setCardBorderColor()
| void OdPdfPublish::OdCollection::setCardBorderColor |
( |
const ODCOLORREF | color | ) |
|
Sets a new card border color for the collection object.
- Parameters
-
| color | [in] A new color value to be set. |
◆ setColumns()
| void OdPdfPublish::OdCollection::setColumns |
( |
const OdCollectionColumnPtrArray & | columns | ) |
|
Sets the collection of column object for the collection.
- Parameters
-
| columns | [in] A array of smart pointers to a column object. |
◆ setInitalViewType()
◆ setInitialFile()
| void OdPdfPublish::OdCollection::setInitialFile |
( |
const OdAttachedFilePtr & | file | ) |
|
Sets the attached file that is displayed when the collection is opened.
- Parameters
-
| file | [in] A smart pointer to a attached file object. |
◆ setPrimaryTextColor()
| void OdPdfPublish::OdCollection::setPrimaryTextColor |
( |
const ODCOLORREF | color | ) |
|
Sets a new primary text color for the collection object.
- Parameters
-
| color | [in] A new color value to be set. |
◆ setRootFolder()
| void OdPdfPublish::OdCollection::setRootFolder |
( |
const OdAttachedFolderPtr & | folder | ) |
|
Sets the root folder object for the collection object.
- Parameters
-
| folder | [in] A smart pointer to a attached folder object. |
◆ setSecondaryTextColor()
| void OdPdfPublish::OdCollection::setSecondaryTextColor |
( |
const ODCOLORREF | color | ) |
|
Sets a new secondary text color for the collection object.
- Parameters
-
| color | [in] A new color value to be set. |
The documentation for this class was generated from the following file: