internal FootEndnoteOptions(FormatBase A_0, int A_1, bool A_2) : base(A_0, A_1)
 {
     this.bool_2 = true;
     this.footEndnoteApplyType_0 = FootEndnoteApplyType.Section;
     this.method_49(A_2);
 }
 internal FootEndnoteOptions(IDocument A_0, bool A_1) : base(A_0)
 {
     this.bool_2 = true;
     this.footEndnoteApplyType_0 = FootEndnoteApplyType.Document;
     this.method_49(A_1);
 }