|
iDRS™ SDK 16
|
Interface for CPageParagraphsGroup wrapper. More...
Go to the source code of this file.
Functions | |
| CPageParagraphsGroup | CPageParagraphsGroup_Create (idrs_exception *pargException) |
| Creates a new instance of CPageParagraphsGroup. | |
| CPolygon | CPageParagraphsGroup_GetBoundingPolygon (const CPageParagraphsGroup argCPageParagraphsGroup, idrs_exception *pargException) |
| Returns the polygon that embeds the paragraphs group content. | |
| void | CPageParagraphsGroup_SetBoundingPolygon (CPageParagraphsGroup argCPageParagraphsGroup, const CPolygon argBoundingPolygon, idrs_exception *pargException) |
| Sets the polygon that embeds the paragraphs group content. | |
| CPageStyleParagraph | CPageParagraphsGroup_GetStyle (const CPageParagraphsGroup argCPageParagraphsGroup, idrs_exception *pargException) |
| Retrieves the style that is applied to the paragraphs group. | |
| CPageParagraphArray | CPageParagraphsGroup_GetParagraphs (const CPageParagraphsGroup argCPageParagraphsGroup, idrs_exception *pargException) |
| Returns the list with inner paragraphs. | |
| void | CPageParagraphsGroup_SetStyle (CPageParagraphsGroup argCPageParagraphsGroup, const CPageStyleParagraph argPageStyleParagraph, idrs_exception *pargException) |
| Sets the paragraph group style. | |
| void | CPageParagraphsGroup_SetParagraphs (CPageParagraphsGroup argCPageParagraphsGroup, const CPageParagraphArray xParagraphs, idrs_exception *pargException) |
| Sets the list with paragraphs. | |
| enum ParagraphType | CPageParagraphsGroup_GetParagraphType (const CPageParagraphsGroup argCPageParagraphsGroup, idrs_exception *pargException) |
| Gets the paragraph type for the paragraphs in the group. | |
| CPageStyleParagraphList | CPageParagraphsGroup_GetParagraphListStyle (const CPageParagraphsGroup argCPageParagraphsGroup, idrs_exception *pargException) |
| Returns the paragraph list style applied to the paragraph group. | |
| void | CPageParagraphsGroup_SetParagraphType (CPageParagraphsGroup argCPageParagraphsGroup, enum ParagraphType const evParagraphType, idrs_exception *pargException) |
| Sets the paragraph type for the paragraphs in the group. | |
| void | CPageParagraphsGroup_SetParagraphListStyle (CPageParagraphsGroup argCPageParagraphsGroup, const CPageStyleParagraphList argPageParagraphList, idrs_exception *pargException) |
| Sets the paragraph list style applied to the paragraph group. | |
| void | CPageParagraphsGroup_Destroy (CPageParagraphsGroup argCPageParagraphsGroup, idrs_exception *pargException) |
| Destroys a CPageParagraphsGroup handle. | |
| CPageParagraphsGroupArray | ArrayInterface_Create_CPageParagraphsGroupArray (idrs_exception *pargException) |
| Creates a new CPageParagraphsGroupArray object. | |
Interface for CPageParagraphsGroup wrapper.
| CPageParagraphsGroupArray ArrayInterface_Create_CPageParagraphsGroupArray | ( | idrs_exception * | pargException | ) |
Creates a new CPageParagraphsGroupArray object.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageParagraphsGroup CPageParagraphsGroup_Create | ( | idrs_exception * | pargException | ) |
Creates a new instance of CPageParagraphsGroup.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageParagraphsGroup_Destroy | ( | CPageParagraphsGroup | argCPageParagraphsGroup, |
| idrs_exception * | pargException | ||
| ) |
Destroys a CPageParagraphsGroup handle.
| argCPageParagraphsGroup | CPageParagraphsGroup handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPolygon CPageParagraphsGroup_GetBoundingPolygon | ( | const CPageParagraphsGroup | argCPageParagraphsGroup, |
| idrs_exception * | pargException | ||
| ) |
Returns the polygon that embeds the paragraphs group content.
| argCPageParagraphsGroup | CPageParagraphsGroup handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageStyleParagraphList CPageParagraphsGroup_GetParagraphListStyle | ( | const CPageParagraphsGroup | argCPageParagraphsGroup, |
| idrs_exception * | pargException | ||
| ) |
Returns the paragraph list style applied to the paragraph group.
The paragraph list style is expected to be used only if the group paragraph type is ParagraphType::List
| argCPageParagraphsGroup | CPageParagraphsGroup handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageParagraphArray CPageParagraphsGroup_GetParagraphs | ( | const CPageParagraphsGroup | argCPageParagraphsGroup, |
| idrs_exception * | pargException | ||
| ) |
Returns the list with inner paragraphs.
| argCPageParagraphsGroup | CPageParagraphsGroup handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| enum ParagraphType CPageParagraphsGroup_GetParagraphType | ( | const CPageParagraphsGroup | argCPageParagraphsGroup, |
| idrs_exception * | pargException | ||
| ) |
Gets the paragraph type for the paragraphs in the group.
| argCPageParagraphsGroup | CPageParagraphsGroup handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageStyleParagraph CPageParagraphsGroup_GetStyle | ( | const CPageParagraphsGroup | argCPageParagraphsGroup, |
| idrs_exception * | pargException | ||
| ) |
Retrieves the style that is applied to the paragraphs group.
| argCPageParagraphsGroup | CPageParagraphsGroup handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageParagraphsGroup_SetBoundingPolygon | ( | CPageParagraphsGroup | argCPageParagraphsGroup, |
| const CPolygon | argBoundingPolygon, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the polygon that embeds the paragraphs group content.
| argCPageParagraphsGroup | CPageParagraphsGroup handle |
| argBoundingPolygon | Bounding polygon |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageParagraphsGroup_SetParagraphListStyle | ( | CPageParagraphsGroup | argCPageParagraphsGroup, |
| const CPageStyleParagraphList | argPageParagraphList, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the paragraph list style applied to the paragraph group.
| argCPageParagraphsGroup | CPageParagraphsGroup handle |
| argPageParagraphList | Paragraph list style object |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageParagraphsGroup_SetParagraphs | ( | CPageParagraphsGroup | argCPageParagraphsGroup, |
| const CPageParagraphArray | xParagraphs, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the list with paragraphs.
| argCPageParagraphsGroup | CPageParagraphsGroup handle |
| xParagraphs | List containing the paragraphs in the group |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageParagraphsGroup_SetParagraphType | ( | CPageParagraphsGroup | argCPageParagraphsGroup, |
| enum ParagraphType const | evParagraphType, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the paragraph type for the paragraphs in the group.
| argCPageParagraphsGroup | CPageParagraphsGroup handle |
| evParagraphType | Group paragraph type |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageParagraphsGroup_SetStyle | ( | CPageParagraphsGroup | argCPageParagraphsGroup, |
| const CPageStyleParagraph | argPageStyleParagraph, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the paragraph group style.
| argCPageParagraphsGroup | CPageParagraphsGroup handle |
| argPageStyleParagraph | Style to be applied to the entire paragraph group |
| pargException | Pointer to exception structure that will be filled if an exception occurs |