Esempio n. 1
0
 public StructureDocumentTagInline(Document doc) : base(doc)
 {
     this.sdtproperties_0    = new Spire.Doc.Documents.SDTProperties(this);
     this.sdtinlineContent_0 = new SDTInlineContent(doc, this);
     this.sdtinlineContent_0.method_0(this);
     base.m_charFormat = new CharacterFormat(doc);
 }
Esempio n. 2
0
 public StructureDocumentTagCell(TableRow ownerRow) : base(ownerRow.Document)
 {
     this.tableRow_0        = ownerRow;
     this.document_0        = ownerRow.Document;
     this.sdtproperties_0   = new Spire.Doc.Documents.SDTProperties(this);
     this.characterFormat_1 = new CharacterFormat(this.document_0);
     this.tableRow_0.Cells.Add(this);
 }
Esempio n. 3
0
 internal StructureDocumentTagRow(Table A_0, Document A_1) : base(A_1)
 {
     this.table_0           = A_0;
     this.document_0        = A_1;
     this.sdtproperties_0   = new Spire.Doc.Documents.SDTProperties(this);
     this.characterFormat_1 = new CharacterFormat(this.document_0);
     this.cellCollection_1  = new CellCollection(this);
     this.class180_0        = new Class180(this.cellCollection_1);
 }
Esempio n. 4
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;
 }
Esempio n. 5
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);
 }