internal ListStyle(Document A_0) : base(A_0) { this.listLevelsType_0 = Spire.Doc.Documents.ListLevelsType.MultiLevel; this.int_12 = 12; this.listLevelCollection_0 = new ListLevelCollection(this); this.listLevelCollection_0.method_0(this); base.m_ParaPr = new ParagraphFormat(A_0); base.m_ParaPr.method_0(this); }
internal override void Close() { base.Close(); if ((this.listLevelCollection_0 != null) && (this.listLevelCollection_0.Count != 0)) { int count = this.listLevelCollection_0.Count; ListLevel level = null; for (int i = 0; i < count; i++) { level = this.listLevelCollection_0[i]; level.method_16(); level = null; } } else { this.listLevelCollection_0 = null; } }