コード例 #1
0
 internal override void Close()
 {
     if (this.sdtcontent_0 != null)
     {
         this.sdtcontent_0.method_28();
         this.sdtcontent_0 = null;
     }
     if (this.characterFormat_0 != null)
     {
         this.characterFormat_0.Close();
         this.characterFormat_0 = null;
     }
     this.sdtproperties_0 = null;
     this.sdtcontent_0    = null;
 }
コード例 #2
0
 public StructureDocumentTag(Document doc) : base(doc)
 {
     this.sdtproperties_0   = new Spire.Doc.Documents.SDTProperties(this);
     this.sdtcontent_0      = new Spire.Doc.Documents.SDTContent(doc, this);
     this.characterFormat_0 = new CharacterFormat(doc);
 }