Utils.InsertPageBreakBefore Method

QsInformatica.Utils

UtilsInsertPageBreakBefore Method

Inserisce un'interruzione di pagina prima del parametro specificato in ingresso. Ritorna True se l'elemento è stato aggiunto, False altrimenti.

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static bool InsertPageBreakBefore(
	DocxTable item
)
Public Shared Function InsertPageBreakBefore ( 
	item As DocxTable
) As Boolean
public:
static bool InsertPageBreakBefore(
	DocxTable^ item
)
static member InsertPageBreakBefore : 
        item : DocxTable -> bool 

Parameters

item
Type: QsGemBox.DocxDocxTable
Elemento da usare come riferimento.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:QsGemBox.Utils.InsertPageBreakBefore(QsGemBox.Docx.DocxTable)"]

See Also