Example #1
0
 public Break(IDocument doc, Spire.Doc.Documents.BreakType breakType) : base((Document)doc)
 {
     this.class442_0  = new Class442();
     this.breakType_0 = breakType;
     this.textRange_0 = new Spire.Doc.Fields.TextRange(doc);
 }
Example #2
0
 protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
 {
     base.ReadXmlAttributes(reader);
     this.breakType_0 = (Spire.Doc.Documents.BreakType)reader.ReadEnum(BookmarkStart.b("猰䄲倴嘶券漺䐼伾⑀", 11), typeof(Spire.Doc.Documents.BreakType));
 }