| DocxDocumentGetAllSections Method |
Ritorna tutte le sezioni presenti nel documento.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.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