Package net.sf.mpxj

Examples of net.sf.mpxj.CodePage


    * @param field the index number of the field to be retrieved
    * @return the value of the required field
    */
   public CodePage getCodePage(int field)
   {
      CodePage result;

      if ((field < m_fields.length) && (m_fields[field].length() != 0))
      {
         result = CodePage.getInstance(m_fields[field]);
      }
View Full Code Here

TOP

Related Classes of net.sf.mpxj.CodePage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.