예제 #1
0
        protected override object CloneImpl()
        {
            StructureDocumentTagRow row = (StructureDocumentTagRow)base.CloneImpl();

            row.sdtproperties_0 = this.SDTProperties.method_9();
            row.sdtproperties_0.method_7(row);
            row.cellCollection_1 = new CellCollection(row);
            this.ChildObjects.method_12(row.cellCollection_1);
            row.class180_0        = new Class180(row.cellCollection_1);
            row.characterFormat_1 = new CharacterFormat(base.Document);
            row.characterFormat_1.ImportContainer(this.BreakCharacterFormat);
            row.characterFormat_1.method_21(this.BreakCharacterFormat);
            row.characterFormat_1.method_0(row);
            return(row);
        }
예제 #2
0
 internal StructureDocumentTagRow(StructureDocumentTagRow A_0) : this(A_0.OwnerTable, A_0.Document)
 {
     A_0.ChildObjects.Add(this);
 }