示例#1
0
 /**
  * Where the End Note text ends.
  * Length comes from FibRgLw97.ccpEdn
  */
 public int GetEndNoteEnd()
 {
     return(GetEndNoteStart() +
            fib.GetCcpEdn());
 }