| UtilsInsertTableBeforeParagraph Method |
Inserisce il primo parametro specificato in ingresso immediatamente prima del secondo parametro.
Ritorna True se l'elemento è stato aggiunto, False altrimenti.
Namespace: QsGemBoxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public static bool InsertTableBeforeParagraph(
DocxTable table,
DocxParagraph item
)
Public Shared Function InsertTableBeforeParagraph (
table As DocxTable,
item As DocxParagraph
) As Boolean
public:
static bool InsertTableBeforeParagraph(
DocxTable^ table,
DocxParagraph^ item
)
static member InsertTableBeforeParagraph :
table : DocxTable *
item : DocxParagraph -> bool
Parameters
- table DocxTable
- Tabella da aggiungere.
- item DocxParagraph
- Paragrafo da usare come riferimento.
Return Value
Boolean[Missing <returns> documentation for "M:QsGemBox.Utils.InsertTableBeforeParagraph(QsGemBox.Docx.DocxTable,QsGemBox.Docx.DocxParagraph)"]
See Also