protected override void ReadXmlAttributes(IXDLSAttributeReader reader) { int num = 0x10; if (reader.HasAttribute(BookmarkStart.b("瀵儷弹倻娽ി⍁㙃ⵅ᱇㍉㱋⭍", 0x10))) { this.fieldMarkType_0 = (FieldMarkType)reader.ReadEnum(BookmarkStart.b("瀵儷弹倻娽ി⍁㙃ⵅ᱇㍉㱋⭍", num), typeof(FieldMarkType)); } }
internal FieldMark(IDocument A_0, Spire.Doc.Formatting.CharacterFormat A_1, FieldMarkType A_2) : this(A_0, A_2) { base.m_charFormat = A_1; }
public FieldMark(IDocument doc, FieldMarkType type) : base((Document)doc) { this.fieldMarkType_0 = type; base.m_charFormat = new Spire.Doc.Formatting.CharacterFormat(doc); }