示例#1
0
 /**
  * Where the Footnotes text ends.
  * Length comes from FibRgLw97.ccpFtn
  */
 public int GetFootnoteEnd()
 {
     return(GetFootnoteStart() +
            fib.GetCcpFtn());
 }