| DocxDocumentGetAllSections Method |
Ritorna tutte le sezioni presenti nel documento.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.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
ListDocxSection[Missing <returns> documentation for "M:QsGemBox.Docx.DocxDocument.GetAllSections"]
See Also