public Hyperlink(Spire.Doc.Fields.Field hyperlink) { this.method_0(hyperlink); this.field_0 = hyperlink; this.string_5 = this.method_2(hyperlink.Code); this.method_1(); }
private void method_0(Spire.Doc.Fields.Field A_0) { int num = 0x11; if (A_0 == null) { throw new ArgumentException(BookmarkStart.b("瘶䬸尺䠼刾⑀ⵂㅄ杆⁈㡊浌ⅎ㹐❒畔㙖祘㵚㑜㩞ൠݢ", num), BookmarkStart.b("弶䀸䬺堼䴾ⵀ⩂⭄ⱆ", num)); } if (A_0.Type != FieldType.FieldHyperlink) { throw new ArgumentException(BookmarkStart.b("瘶䬸尺䠼刾⑀ⵂㅄ杆⁈㡊浌ⅎ㹐❒畔㙖祘㍚⽞Ѡᅢ।ݨj", num), BookmarkStart.b("弶䀸䬺堼䴾ⵀ⩂⭄ⱆ", num)); } }