 | APIDocXtableFontSize Property |
Change table font size for DocX reporting tool. Default is 6
REST path: /op/docx/tablefontsize
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int DocXtableFontSize { get; set; }
Public Property DocXtableFontSize As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.DocXtableFontSize
instance.DocXtableFontSize = value
public:
property int DocXtableFontSize {
int get ();
void set (int value);
}
member DocXtableFontSize : int with get, set
Return Value
Int32Integer
See Also