コード例 #1
0
 private void method_75(IDocument A_0)
 {
     base.m_charFormat = new Spire.Doc.Formatting.CharacterFormat(A_0);
     base.m_charFormat.method_0(this);
     this.m_txbxFormat = new TextBoxFormat(this);
     this.m_txbxFormat.method_0(this);
     this.m_textBody      = new Spire.Doc.Body(base.Document, this);
     base.InternerTextbox = this;
 }
コード例 #2
0
ファイル: Comment.cs プロジェクト: pengxinglove/PersonalSpire
 internal override void Close()
 {
     base.Close();
     if (this.m_textBody != null)
     {
         this.m_textBody.method_28();
         this.m_textBody = null;
     }
     this.m_format                  = null;
     this.textBodyPart_0            = null;
     this.paragraphItemCollection_1 = null;
     this.commentsCollection_0      = null;
 }
コード例 #3
0
 internal override void Close()
 {
     base.Close();
     if (this.m_textBody != null)
     {
         this.m_textBody.method_28();
         this.m_textBody = null;
     }
     this.m_txbxFormat = null;
     if (this.table_0 != null)
     {
         this.table_0.Close();
         this.table_0 = null;
     }
 }
コード例 #4
0
ファイル: Comment.cs プロジェクト: pengxinglove/PersonalSpire
 public Comment(IDocument doc) : base((Document)doc)
 {
     this.m_format   = new CommentFormat();
     this.m_textBody = new Spire.Doc.Body(base.Document, this);
 }
コード例 #5
0
ファイル: Endnote.cs プロジェクト: pengxinglove/PersonalSpire
 internal Endnote(Endnote A_0)
 {
     this.body_0 = A_0.Separator.Clone() as Body;
     this.body_1 = A_0.ContinuationSeparator.Clone() as Body;
     this.body_2 = A_0.ContinuationNotice.Clone() as Body;
 }
コード例 #6
0
 internal FootnoteBody(FootnoteBody A_0)
 {
     this.body_0 = A_0.Separator.Clone() as Body;
     this.body_1 = A_0.ContinuationSeparator.Clone() as Body;
     this.body_2 = A_0.ContinuationNotice.Clone() as Body;
 }
コード例 #7
0
 internal void method_77(Spire.Doc.Body A_0)
 {
     this.m_textBody = A_0;
 }