Main Page   Namespace List   Compound List   File List   Compound Members   File Members   Related Pages  

Deprecated List

Member XfoInterface::XfoObj::setPdfMasterPassword (const char *newVal)
Effective when outputting to PDF. Specifies the master password for PDF. The password must be within 32 bytes.
Since:
3.1

Member XfoInterface::XfoObj::setPdfMasterPasswordW (const wchar_t *newVal)
Effective when outputting to PDF. Specifies the master password for PDF. The password must be within 32 bytes.
Since:
3.1

Member xfo_setPdfMasterPassword (CXfoObjPtr pXfoObj, const char *newVal)
Effective when outputting to PDF. Specifies the master password for PDF. The password must be within 32 bytes.
Since:
3.1

Member xfo_setPdfMasterPasswordW (CXfoObjPtr pXfoObj, const wchar_t *newVal)
Effective when outputting to PDF. Specifies the master password for PDF. The password must be within 32 bytes.
Since:
3.1

Member xfo_setDocumentText (CXfoObjPtr pXfoObj, const char *newVal)
Specifies the XML document you will format. MSXML3/MSXML4 is required when formatting. This setting is effective only with Windows version.
Since:
3.1

Member xfo_setDocumentTextW (CXfoObjPtr pXfoObj, const wchar_t *newVal)
Specifies the XML document you will format. MSXML3/MSXML4 is required when formatting. This setting is effective only with Windows version.
Since:
3.1

Member xfo_getStylesheetText (CXfoObjPtr pXfoObj, char *pVal, int size)
Get the text of XSL stylesheet for formatting.
Since:
3.1

Member xfo_getStylesheetTextW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size)
Get the text of XSL stylesheet for formatting.
Since:
3.1

Member xfo_setStylesheetText (CXfoObjPtr pXfoObj, const char *newVal)
Specifies the text of XSL stylesheet for formatting. If the specified XML document is FO, or the XML file contains the processing instruction <?xml-stylesheet ...?> and the XSL stylesheet is specified, this setting is ignored. Otherwise if there is no setting of this property, an error occurs. MSXML3/MSXML4 is required when formatting. This setting is effective only with Windows version.
Since:
3.1

Member xfo_setStylesheetTextW (CXfoObjPtr pXfoObj, const wchar_t *newVal)
Specifies the text of XSL stylesheet for formatting. If the specified XML document is FO, or the XML file contains the processing instruction <?xml-stylesheet ...?> and the XSL stylesheet is specified, this setting is ignored. Otherwise if there is no setting of this property, an error occurs. MSXML3/MSXML4 is required when formatting. This setting is effective only with Windows version.
Since:
3.1

Member xfo_getWatermarkText (CXfoObjPtr pXfoObj, char *pVal, int size)
Get the watermark text on each page.

Member xfo_getWatermarkTextW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size)
Get the watermark text on each page.

Member xfo_setWatermarkText (CXfoObjPtr pXfoObj, const char *newVal)
Displays the specified watermark text on each page. Possible to make it multiple lines by delimiting with the line feed
. This setting is invalid with the evaluation version.

Member xfo_setWatermarkTextW (CXfoObjPtr pXfoObj, const wchar_t *newVal)
Displays the specified watermark text on each page. Possible to make it multiple lines by delimiting with the line feed
. This setting is invalid with the evaluation version.

Member xfo_getWatermarkFontFamily (CXfoObjPtr pXfoObj, char *pVal, int size)
Get the font family of the watermark text.

Member xfo_getWatermarkFontFamilyW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size)
Get the font family of the watermark text.

Member xfo_setWatermarkFontFamily (CXfoObjPtr pXfoObj, const char *newVal)
Specifies the font family to the character string which you set to watermark-text.

Member xfo_setWatermarkFontFamilyW (CXfoObjPtr pXfoObj, const wchar_t *newVal)
Specifies the font family to the character string which you set to watermark-text.

Member xfo_getWatermarkFontWeight (CXfoObjPtr pXfoObj, char *pVal, int size)
Get the font weight of the watermark text.

Member xfo_getWatermarkFontWeightW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size)
Get the font weight of the watermark text.

Member xfo_setWatermarkFontWeight (CXfoObjPtr pXfoObj, const char *newVal)
Specifies the font weight to the character string which you set to watermark-text. Possible to specify normal, bold or the numerical value from 100 to 900.

Member xfo_setWatermarkFontWeightW (CXfoObjPtr pXfoObj, const wchar_t *newVal)
Specifies the font weight to the character string which you set to watermark-text. Possible to specify normal, bold or the numerical value from 100 to 900.

Member xfo_getWatermarkFontStyle (CXfoObjPtr pXfoObj, char *pVal, int size)
Get the font style of the watermark text.

Member xfo_getWatermarkFontStyleW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size)
Get the font style of the watermark text.

Member xfo_setWatermarkFontStyle (CXfoObjPtr pXfoObj, const char *newVal)
Specifies the font style to the character string which you set to watermark-text.

Member xfo_setWatermarkFontStyleW (CXfoObjPtr pXfoObj, const wchar_t *newVal)
Specifies the font style to the character string which you set to watermark-text.

Member xfo_getWatermarkOpacity (CXfoObjPtr pXfoObj, char *pVal, int size)
Get the opacity of the watermark text.

Member xfo_getWatermarkOpacityW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size)
Get the opacity of the watermark text.

Member xfo_setWatermarkOpacity (CXfoObjPtr pXfoObj, const char *newVal)
Specifies the opacity to the character string which you set to watermark-text.

Member xfo_setWatermarkOpacityW (CXfoObjPtr pXfoObj, const wchar_t *newVal)
Specifies the opacity to the character string which you set to watermark-text.

Generated on 22 Mar 2024 for Antenna House Formatter C/C++ Interface by Doxygen 1.3-rc2