예제 #1
0
 public Section(IDocument doc) : base((Document)doc, null)
 {
     this.sectionBreakType_0 = SectionBreakType.NewPage;
     this.bool_3             = true;
     this.body_0             = new Spire.Doc.Body(this);
     this.headersFooters_0   = new Spire.Doc.HeadersFooters(this);
     this.headersFooters_0.method_0(this);
     this.class17_0 = new Class17(this);
     this.SectPr.method_123(new ColumnCollection(this));
     this.pageSetup_0 = new Spire.Doc.PageSetup(this);
 }
예제 #2
0
 internal void method_31()
 {
     if (this.body_0 != null)
     {
         this.body_0.method_28();
         this.body_0 = null;
     }
     if (this.headersFooters_0 != null)
     {
         this.headersFooters_0.method_7();
         this.headersFooters_0 = null;
     }
 }