public TableCell(IDocument document) : base((Document)document, null) { this.color_0 = Color.Empty; this.float_3 = float.MinValue; this.byte_3 = 1; this.int_8 = 1; this.int_9 = 1; this.short_0 = 1; this.ftsWidth_0 = FtsWidth.Auto; this.cellWidthType_0 = Spire.Doc.CellWidthType.Auto; this.cellFormat_0 = new Spire.Doc.Formatting.CellFormat(); this.cellFormat_0.method_0(this); this.characterFormat_0 = new Spire.Doc.Formatting.CharacterFormat(base.Document); }
internal void method_62() { base.method_28(); if (this.characterFormat_0 != null) { this.characterFormat_0.Close(); this.characterFormat_0 = null; } if (this.cellFormat_0 != null) { this.cellFormat_0.Close(); this.cellFormat_0 = null; } }
internal void method_48(Spire.Doc.Formatting.CellFormat A_0, Spire.Doc.Formatting.ParagraphFormat A_1, Spire.Doc.Formatting.CharacterFormat A_2) { this.CellFormat.ApplyBase(A_0); this.method_50(this, A_1, A_2); }