DocxDocument.GetAllSections Method

QsInformatica.Utils

DocxDocumentGetAllSections Method

Ritorna tutte le sezioni presenti nel documento.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public List<DocxSection> GetAllSections()
Public Function GetAllSections As List(Of DocxSection)
public:
List<DocxSection^>^ GetAllSections()
member GetAllSections : unit -> List<DocxSection> 

Return Value

Type: ListDocxSection

[Missing <returns> documentation for "M:QsGemBox.Docx.DocxDocument.GetAllSections"]

See Also