![]() | APIappend |
public bool appendDocXtext( string[] text, int alignment = 0, int color = 0, bool bold = false, bool italic = false, bool underline = false )
Public Function appendDocXtext ( text As String(), Optional alignment As Integer = 0, Optional color As Integer = 0, Optional bold As Boolean = false, Optional italic As Boolean = false, Optional underline As Boolean = false ) As Boolean Dim instance As API Dim text As String() Dim alignment As Integer Dim color As Integer Dim bold As Boolean Dim italic As Boolean Dim underline As Boolean Dim returnValue As Boolean returnValue = instance.appendDocXtext(text, alignment, color, bold, italic, underline)
public: bool appendDocXtext( array<String^>^ text, int alignment = 0, int color = 0, bool bold = false, bool italic = false, bool underline = false )
member appendDocXtext : text : string[] * ?alignment : int * ?color : int * ?bold : bool * ?italic : bool * ?underline : bool (* Defaults: let _alignment = defaultArg alignment 0 let _color = defaultArg color 0 let _bold = defaultArg bold false let _italic = defaultArg italic false let _underline = defaultArg underline false *) -> bool
(c) NextFEM 2015-2025