 | APIDocXfontSize Property |
Change font size for DocX reporting tool. Default is 8
REST path: /op/docx/fontsize
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 DocXfontSize { get; set; }
Public Property DocXfontSize As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.DocXfontSize
instance.DocXfontSize = value
public:
property int DocXfontSize {
int get ();
void set (int value);
}
member DocXfontSize : int with get, set
Return Value
Int32Integer
See Also