예제 #1
0
 internal Tab(IDocument A_0, float A_1, float A_2, TabJustification A_3, Spire.Doc.Documents.TabLeader A_4) : this(A_0)
 {
     this.float_0            = A_1;
     this.tabJustification_0 = A_3;
     this.tabLeader_0        = A_4;
     this.float_1            = A_2;
 }
예제 #2
0
        protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
        {
            int num = 2;

            if (reader.HasAttribute(BookmarkStart.b("砧䔩弫䜭䐯嬱嬳堵", 2)))
            {
                this.float_0 = reader.ReadFloat(BookmarkStart.b("砧䔩弫䜭䐯嬱嬳堵", num));
            }
            if (reader.HasAttribute(BookmarkStart.b("戧弩弫娭夯吱崳唵夷丹唻儽⸿", num)))
            {
                this.tabJustification_0 = (TabJustification)reader.ReadEnum(BookmarkStart.b("戧弩弫娭夯吱崳唵夷丹唻儽⸿", num), typeof(TabJustification));
            }
            if (reader.HasAttribute(BookmarkStart.b("搧伩䴫䨭唯䀱", num)))
            {
                this.tabLeader_0 = (Spire.Doc.Documents.TabLeader)reader.ReadEnum(BookmarkStart.b("搧伩䴫䨭唯䀱", num), typeof(Spire.Doc.Documents.TabLeader));
            }
            if (reader.HasAttribute(BookmarkStart.b("氧伩䀫䬭䐯圱", num)))
            {
                this.float_1 = reader.ReadFloat(BookmarkStart.b("氧伩䀫䬭䐯圱", num));
            }
        }
예제 #3
0
 internal Tab(IDocument A_0, float A_1, TabJustification A_2, Spire.Doc.Documents.TabLeader A_3) : this(A_0, A_1, 0f, A_2, A_3)
 {
 }