Пример #1
0
 public HypertextBeginOn(WP6Document doc, int index)
     : base(doc, index)
 {
     filename_or_macro_PID = new NativeFileNamePacket(doc, prefixIds[0] - 1);  // WP starts index areas with 1
     bookmarkPID           = new HypertextBookmarkNamePacket(doc, prefixIds[1] - 1);
     hypertextAction       = nonDeletableInfo[0];
 }
Пример #2
0
 public HypertextBeginOn(WP6Document doc, int index)
     : base(doc, index)
 {
     filename_or_macro_PID = new NativeFileNamePacket(doc, prefixIds[0]-1);  // WP starts index areas with 1
     bookmarkPID = new HypertextBookmarkNamePacket(doc, prefixIds[1] - 1);
     hypertextAction = nonDeletableInfo[0];
 }