Contains C API definitions for "add content footer" label policy action.
More...
Go to the source code of this file.
|
| MIP_CC_API (mip_cc_result) MIP_CC_AddContentFooterAction_GetUIElementNameSize(const mip_cc_action action |
| Gets size of buffer required to store an "add content footer" action's UI element name.
|
|
Contains C API definitions for "add content footer" label policy action.
◆ MIP_CC_API()
Gets size of buffer required to store an "add content footer" action's UI element name.
Gets the margin size.
Gets the alignment.
Gets an "add content footer" action's font color (for example, "#000000")
Gets size of buffer required to store an "add content footer" action's font color.
Gets the integer font size.
Gets an "add content footer" action's font name.
Gets size of buffer required to store an "add content footer" action's font name.
Gets an "add content footer" action's text.
Gets size of buffer required to store an "add content footer" action's text.
Gets an "add content footer" action's UI element name.
- Parameters
-
action | "add content footer" action |
nameSize | [Output] Size of buffer to hold UI element name (in number of chars) |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Parameters
-
action | "add content footer" action |
nameBuffer | [Output] Buffer the UI element name will be copied into. |
nameBufferSize | Size (in number of chars) of the nameBuffer. |
actualNameSize | [Output] Number of chars written to the buffer |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Note
- If nameBuffer is null or insufficient, MIP_RESULT_ERROR_INSUFFICIENT_BUFFER will be returned and actualNameSize will be set to the minimum required buffer size.
- Parameters
-
action | "add content footer" action |
nameSize | [Output] Size of buffer to hold text (in number of chars) |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Parameters
-
action | "add content footer" action |
textBuffer | [Output] Buffer the text will be copied into. |
textBufferSize | Size (in number of chars) of the textBuffer. |
actualTextSize | [Output] Number of chars written to the buffer |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Note
- If textBuffer is null or insufficient, MIP_RESULT_ERROR_INSUFFICIENT_BUFFER will be returned and actualTextSize will be set to the minimum required buffer size.
- Parameters
-
action | "add content footer" action |
nameSize | [Output] Size of buffer to hold font name (in number of chars) |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Parameters
-
action | "add content footer" action |
nameBuffer | [Output] Buffer the font name will be copied into. |
nameBufferSize | Size (in number of chars) of the nameBuffer. |
actualNameSize | [Output] Number of chars written to the buffer |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Note
- If nameBuffer is null or insufficient, MIP_RESULT_ERROR_INSUFFICIENT_BUFFER will be returned and actualNameSize will be set to the minimum required buffer size.
- Parameters
-
action | "add content footer" action |
fontSize | [Output] Font size |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Parameters
-
action | "add content footer" action |
colorSize | [Output] Size of buffer to hold font color (in number of chars) |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Parameters
-
action | "add content footer" action |
colorBuffer | [Output] Buffer the font color will be copied into. |
colorBufferSize | Size (in number of chars) of the colorBuffer. |
actualColorSize | [Output] Number of chars written to the buffer |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Note
- If colorBuffer is null or insufficient, MIP_RESULT_ERROR_INSUFFICIENT_BUFFER will be returned and actualColorSize will be set to the minimum required buffer size.
- Parameters
-
action | "add content footer" action |
alignment | [Output] Alignment |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Parameters
-
action | "add content footer" action |
marginSize | [Output] Margin size (in mm) |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
◆ actualColorSize
char const int64_t int64_t* actualColorSize |
◆ actualNameSize
char const int64_t int64_t* actualNameSize |
◆ actualTextSize
char const int64_t int64_t* actualTextSize |
◆ alignment
◆ colorBuffer
◆ colorBufferSize
char const int64_t colorBufferSize |
◆ colorSize
◆ errorInfo
◆ fontSize
◆ marginSize
◆ nameBuffer
◆ nameBufferSize
char const int64_t nameBufferSize |
◆ nameSize
◆ textBuffer
◆ textBufferSize
char const int64_t textBufferSize |
◆ textSize