Added: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/FractionFormat.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/FractionFormat.html?rev=1496687&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/FractionFormat.html
(added)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/FractionFormat.html
Wed Jun 26 00:25:07 2013
@@ -0,0 +1,355 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<TITLE>
+FractionFormat (POI API Documentation)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css"
TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="FractionFormat (POI API Documentation)";
+ }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+ <TR ALIGN="center" VALIGN="top">
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../overview-summary.html"><FONT
CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="package-summary.html"><FONT
CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT
CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="class-use/FractionFormat.html"><FONT
CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="package-tree.html"><FONT
CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../deprecated-list.html"><FONT
CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../index-all.html"><FONT
CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../help-doc.html"><FONT
CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A
HREF="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html"
title="interface in org.apache.poi.ss.usermodel"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../org/apache/poi/ss/usermodel/Header.html"
title="interface in org.apache.poi.ss.usermodel"><B>NEXT
CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A
HREF="../../../../../index.html?org/apache/poi/ss/usermodel/FractionFormat.html"
target="_top"><B>FRAMES</B></A>
+ <A HREF="FractionFormat.html" target="_top"><B>NO FRAMES</B></A>
+ <SCRIPT type="text/javascript">
+ <!--
+ if(window==top) {
+ document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All
Classes</B></A>');
+ }
+ //-->
+</SCRIPT>
+<NOSCRIPT>
+ <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: <A
HREF="#nested_classes_inherited_from_class_java.text.Format">NESTED</A> | FIELD | <A
HREF="#constructor_summary">CONSTR</A> | <A
HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A
HREF="#constructor_detail">CONSTR</A> | <A
HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.poi.ss.usermodel</FONT>
+<BR>
+Class FractionFormat</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by
">java.text.Format
+ <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by
"><B>org.apache.poi.ss.usermodel.FractionFormat</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable,
java.lang.Cloneable</DD>
+</DL>
+<HR>
+<DL>
+<DT><PRE>public class <B>FractionFormat</B><DT>extends java.text.Format</DL>
+</PRE>
+
+<P>
+<p>Format class that handles Excel style fractions, such as "# #/#" and
"#/###"</p>
+
+ <p>As of this writing, this is still not 100% accurate, but it does a
reasonable job
+ of trying to mimic Excel's fraction calculations. It does not currently
+ maintain Excel's spacing.</p>
+
+ <p>This class relies on a method lifted nearly verbatim from
org.apache.math.fraction.
+ If further uses for Commons Math are found, we will consider adding it as a
dependency.
+ For now, we have in-lined the one method to keep things simple.</p>
+<P>
+
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A
HREF="../../../../../serialized-form.html#org.apache.poi.ss.usermodel.FractionFormat">Serialized
Form</A></DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+<A NAME="nested_class_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Nested Class Summary</B></FONT></TH>
+</TR>
+</TABLE>
+ <A NAME="nested_classes_inherited_from_class_java.text.Format"><!--
--></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Nested classes/interfaces inherited from class
java.text.Format</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>java.text.Format.Field</CODE></TD>
+</TR>
+</TABLE>
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A
HREF="../../../../../org/apache/poi/ss/usermodel/FractionFormat.html#FractionFormat(java.lang.String,
java.lang.String)">FractionFormat</A></B>(java.lang.String wholePartFormatString,
+ java.lang.String denomFormatString)</CODE>
+
+<BR>
+ Single parameter
ctor</TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A
HREF="../../../../../org/apache/poi/ss/usermodel/FractionFormat.html#format(java.lang.Number)">format</A></B>(java.lang.Number num)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.StringBuffer</CODE></FONT></TD>
+<TD><CODE><B><A
HREF="../../../../../org/apache/poi/ss/usermodel/FractionFormat.html#format(java.lang.Object,
java.lang.StringBuffer,
java.text.FieldPosition)">format</A></B>(java.lang.Object obj,
+ java.lang.StringBuffer toAppendTo,
+ java.text.FieldPosition pos)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.Object</CODE></FONT></TD>
+<TD><CODE><B><A
HREF="../../../../../org/apache/poi/ss/usermodel/FractionFormat.html#parseObject(java.lang.String,
java.text.ParsePosition)">parseObject</A></B>(java.lang.String source,
+ java.text.ParsePosition pos)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.text.Format"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.text.Format</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, format, formatToCharacterIterator, parseObject</CODE></TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>equals, finalize, getClass, hashCode, notify, notifyAll, toString,
wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="FractionFormat(java.lang.String, java.lang.String)"><!-- --></A><H3>
+FractionFormat</H3>
+<PRE>
+public <B>FractionFormat</B>(java.lang.String wholePartFormatString,
+ java.lang.String denomFormatString)</PRE>
+<DL>
+<DD>Single parameter ctor
+<P>
+<DL>
+<DT><B>Parameters:</B><DD><CODE>denomFormatString</CODE> - The format string
for the denominator</DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="format(java.lang.Number)"><!-- --></A><H3>
+format</H3>
+<PRE>
+public java.lang.String <B>format</B>(java.lang.Number num)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="format(java.lang.Object, java.lang.StringBuffer,
java.text.FieldPosition)"><!-- --></A><H3>
+format</H3>
+<PRE>
+public java.lang.StringBuffer <B>format</B>(java.lang.Object obj,
+ java.lang.StringBuffer toAppendTo,
+ java.text.FieldPosition pos)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE>format</CODE> in class
<CODE>java.text.Format</CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="parseObject(java.lang.String, java.text.ParsePosition)"><!--
--></A><H3>
+parseObject</H3>
+<PRE>
+public java.lang.Object <B>parseObject</B>(java.lang.String source,
+ java.text.ParsePosition pos)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE>parseObject</CODE> in class
<CODE>java.text.Format</CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+ <TR ALIGN="center" VALIGN="top">
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../overview-summary.html"><FONT
CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="package-summary.html"><FONT
CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT
CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="class-use/FractionFormat.html"><FONT
CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="package-tree.html"><FONT
CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../deprecated-list.html"><FONT
CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../index-all.html"><FONT
CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../help-doc.html"><FONT
CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A
HREF="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html"
title="interface in org.apache.poi.ss.usermodel"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../org/apache/poi/ss/usermodel/Header.html"
title="interface in org.apache.poi.ss.usermodel"><B>NEXT
CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A
HREF="../../../../../index.html?org/apache/poi/ss/usermodel/FractionFormat.html"
target="_top"><B>FRAMES</B></A>
+ <A HREF="FractionFormat.html" target="_top"><B>NO FRAMES</B></A>
+ <SCRIPT type="text/javascript">
+ <!--
+ if(window==top) {
+ document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All
Classes</B></A>');
+ }
+ //-->
+</SCRIPT>
+<NOSCRIPT>
+ <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: <A
HREF="#nested_classes_inherited_from_class_java.text.Format">NESTED</A> | FIELD | <A
HREF="#constructor_summary">CONSTR</A> | <A
HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A
HREF="#constructor_detail">CONSTR</A> | <A
HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+ <i>Copyright 2013 The Apache Software Foundation or
+ its licensors, as applicable.</i>
+
+</BODY>
+</HTML>
Propchange:
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/FractionFormat.html
------------------------------------------------------------------------------
svn:eol-type = native
Propchange:
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/FractionFormat.html
------------------------------------------------------------------------------
svn:mime-type = text/html
Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Header.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Header.html?rev=1496687&r1=1496686&r2=1496687&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Header.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Header.html Wed Jun 26
00:25:07 2013
@@ -53,7 +53,7 @@ function windowTitle()
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A
HREF="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html"
title="interface in org.apache.poi.ss.usermodel"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../org/apache/poi/ss/usermodel/FractionFormat.html"
title="class in org.apache.poi.ss.usermodel"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/ss/usermodel/HeaderFooter.html"
title="interface in org.apache.poi.ss.usermodel"><B>NEXT
CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/ss/usermodel/Header.html"
target="_top"><B>FRAMES</B></A>
@@ -311,7 +311,7 @@ void <B>setRight</B>(java.lang.String&nb
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A
HREF="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html"
title="interface in org.apache.poi.ss.usermodel"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../org/apache/poi/ss/usermodel/FractionFormat.html"
title="class in org.apache.poi.ss.usermodel"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/ss/usermodel/HeaderFooter.html"
title="interface in org.apache.poi.ss.usermodel"><B>NEXT
CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/ss/usermodel/Header.html"
target="_top"><B>FRAMES</B></A>
Added:
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/FractionFormat.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/FractionFormat.html?rev=1496687&view=auto
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/FractionFormat.html
(added)
+++
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/FractionFormat.html
Wed Jun 26 00:25:07 2013
@@ -0,0 +1,145 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<TITLE>
+Uses of Class org.apache.poi.ss.usermodel.FractionFormat (POI API
Documentation)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css"
HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Class
org.apache.poi.ss.usermodel.FractionFormat (POI API Documentation)";
+ }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+ <TR ALIGN="center" VALIGN="top">
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../../overview-summary.html"><FONT
CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../package-summary.html"><FONT
CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../../org/apache/poi/ss/usermodel/FractionFormat.html"
title="class in org.apache.poi.ss.usermodel"><FONT
CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT
CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../package-tree.html"><FONT
CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../../deprecated-list.html"><FONT
CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../../index-all.html"><FONT
CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../../help-doc.html"><FONT
CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A
HREF="../../../../../../index.html?org/apache/poi/ss/usermodel//class-useFractionFormat.html"
target="_top"><B>FRAMES</B></A>
+ <A HREF="FractionFormat.html" target="_top"><B>NO FRAMES</B></A>
+ <SCRIPT type="text/javascript">
+ <!--
+ if(window==top) {
+ document.writeln('<A
HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+ }
+ //-->
+</SCRIPT>
+<NOSCRIPT>
+ <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Uses of Class<br>org.apache.poi.ss.usermodel.FractionFormat</B></H2>
+</CENTER>
+No usage of org.apache.poi.ss.usermodel.FractionFormat
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+ <TR ALIGN="center" VALIGN="top">
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../../overview-summary.html"><FONT
CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../package-summary.html"><FONT
CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../../org/apache/poi/ss/usermodel/FractionFormat.html"
title="class in org.apache.poi.ss.usermodel"><FONT
CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT
CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../package-tree.html"><FONT
CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../../deprecated-list.html"><FONT
CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../../index-all.html"><FONT
CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A
HREF="../../../../../../help-doc.html"><FONT
CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A
HREF="../../../../../../index.html?org/apache/poi/ss/usermodel//class-useFractionFormat.html"
target="_top"><B>FRAMES</B></A>
+ <A HREF="FractionFormat.html" target="_top"><B>NO FRAMES</B></A>
+ <SCRIPT type="text/javascript">
+ <!--
+ if(window==top) {
+ document.writeln('<A
HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+ }
+ //-->
+</SCRIPT>
+<NOSCRIPT>
+ <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+ <i>Copyright 2013 The Apache Software Foundation or
+ its licensors, as applicable.</i>
+
+</BODY>
+</HTML>
Propchange:
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/FractionFormat.html
------------------------------------------------------------------------------
svn:eol-type = native
Propchange:
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/FractionFormat.html
------------------------------------------------------------------------------
svn:mime-type = text/html
Modified:
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-frame.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-frame.html?rev=1496687&r1=1496686&r2=1496687&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-frame.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-frame.html Wed
Jun 26 00:25:07 2013
@@ -120,6 +120,8 @@ Classes</FONT>
<BR>
<A HREF="ExcelStyleDateFormatter.html" title="class in
org.apache.poi.ss.usermodel" target="classFrame">ExcelStyleDateFormatter</A>
<BR>
+<A HREF="FractionFormat.html" title="class in org.apache.poi.ss.usermodel"
target="classFrame">FractionFormat</A>
+<BR>
<A HREF="Row.MissingCellPolicy.html" title="class in
org.apache.poi.ss.usermodel" target="classFrame">Row.MissingCellPolicy</A>
<BR>
<A HREF="ShapeTypes.html" title="class in org.apache.poi.ss.usermodel"
target="classFrame">ShapeTypes</A>
Modified:
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-summary.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-summary.html?rev=1496687&r1=1496686&r2=1496687&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-summary.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-summary.html
Wed Jun 26 00:25:07 2013
@@ -287,6 +287,10 @@ Package org.apache.poi.ss.usermodel
are not supported by <CODE>SimpleDateFormat</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A
HREF="../../../../../org/apache/poi/ss/usermodel/FractionFormat.html"
title="class in org.apache.poi.ss.usermodel">FractionFormat</A></B></TD>
+<TD>Format class that handles Excel style fractions, such as "# #/#" and
"#/###"</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A
HREF="../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html"
title="class in org.apache.poi.ss.usermodel">Row.MissingCellPolicy</A></B></TD>
<TD>Used to specify the different possible policies
if for the case of null and blank cells</TD>
Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-tree.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-tree.html?rev=1496687&r1=1496686&r2=1496687&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-tree.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-tree.html Wed
Jun 26 00:25:07 2013
@@ -96,7 +96,7 @@ Class Hierarchy
<LI TYPE="circle">java.text.SimpleDateFormat<UL>
<LI TYPE="circle">org.apache.poi.ss.usermodel.<A
HREF="../../../../../org/apache/poi/ss/usermodel/ExcelStyleDateFormatter.html"
title="class in
org.apache.poi.ss.usermodel"><B>ExcelStyleDateFormatter</B></A></UL>
</UL>
-</UL>
+<LI TYPE="circle">org.apache.poi.ss.usermodel.<A
HREF="../../../../../org/apache/poi/ss/usermodel/FractionFormat.html"
title="class in org.apache.poi.ss.usermodel"><B>FractionFormat</B></A></UL>
<LI TYPE="circle">org.apache.poi.ss.usermodel.<A
HREF="../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html"
title="class in
org.apache.poi.ss.usermodel"><B>Row.MissingCellPolicy</B></A><LI
TYPE="circle">org.apache.poi.ss.usermodel.<A
HREF="../../../../../org/apache/poi/ss/usermodel/ShapeTypes.html" title="class
in org.apache.poi.ss.usermodel"><B>ShapeTypes</B></A><LI
TYPE="circle">org.apache.poi.ss.usermodel.<A
HREF="../../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html"
title="class in org.apache.poi.ss.usermodel"><B>WorkbookFactory</B></A></UL>
</UL>
<H2>
Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html?rev=1496687&r1=1496686&r2=1496687&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html Wed
Jun 26 00:25:07 2013
@@ -201,7 +201,7 @@ Uses of <A HREF="../../../../../org/apac
<A
HREF="../../../../../org/apache/poi/poifs/filesystem/DirectoryEntry.html"
title="interface in
org.apache.poi.poifs.filesystem">DirectoryEntry</A> target)</CODE>
<BR>
- <B>Deprecated.</B> </TD>
+ <B>Deprecated.</B> <I>Use
<A
HREF="../../../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodeRecursively(org.apache.poi.poifs.filesystem.Entry,
org.apache.poi.poifs.filesystem.DirectoryEntry)"><CODE>EntryUtils.copyNodeRecursively(Entry,
DirectoryEntry)</CODE></A> instead</I></TD>
</TR>
</TABLE>
Modified:
poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExcelExtractor.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExcelExtractor.html?rev=1496687&r1=1496686&r2=1496687&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExcelExtractor.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExcelExtractor.html
Wed Jun 26 00:25:07 2013
@@ -205,7 +205,7 @@ Helper class to extract text from an OOX
<TD><CODE><B><A
HREF="../../../../../org/apache/poi/xssf/extractor/XSSFExcelExtractor.html#setIncludeCellComments(boolean)">setIncludeCellComments</A></B>(boolean includeCellComments)</CODE>
<BR>
- Should cell
comments be included? Default is true</TD>
+ Should cell
comments be included? Default is false</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -391,7 +391,7 @@ setIncludeCellComments</H3>
<PRE>
public void
<B>setIncludeCellComments</B>(boolean includeCellComments)</PRE>
<DL>
-<DD>Should cell comments be included? Default is true
+<DD>Should cell comments be included? Default is false
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A
HREF="../../../../../org/apache/poi/ss/extractor/ExcelExtractor.html#setIncludeCellComments(boolean)">setIncludeCellComments</A></CODE>
in interface <CODE><A
HREF="../../../../../org/apache/poi/ss/extractor/ExcelExtractor.html"
title="interface in org.apache.poi.ss.extractor">ExcelExtractor</A></CODE></DL>
Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html?rev=1496687&r1=1496686&r2=1496687&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html Wed
Jun 26 00:25:07 2013
@@ -223,6 +223,14 @@ java.lang.Object
<TD><CODE><B><A
HREF="../../../../../org/apache/poi/xssf/model/CommentsTable.html#newComment()">newComment</A></B>()</CODE>
<BR>
+ <B>Deprecated.</B> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment</CODE></FONT></TD>
+<TD><CODE><B><A
HREF="../../../../../org/apache/poi/xssf/model/CommentsTable.html#newComment(java.lang.String)">newComment</A></B>(java.lang.String ref)</CODE>
+
+<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -468,7 +476,25 @@ public org.openxmlformats.schemas.spread
<A NAME="newComment()"><!-- --></A><H3>
newComment</H3>
<PRE>
-public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment
<B>newComment</B>()</PRE>
+<FONT SIZE="-1">@Deprecated
+</FONT>public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment
<B>newComment</B>()</PRE>
+<DL>
+<DD><B>Deprecated.</B>
+<P>
+<DD>This method is deprecated and should not be used any more as
+ it overwrites the comment in Cell A1.
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="newComment(java.lang.String)"><!-- --></A><H3>
+newComment</H3>
+<PRE>
+public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment
<B>newComment</B>(java.lang.String ref)</PRE>
<DL>
<DD><DL>
</DL>
Modified: poi/site/publish/apidocs/overview-tree.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1496687&r1=1496686&r2=1496687&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Wed Jun 26 00:25:07 2013
@@ -275,7 +275,7 @@ Class Hierarchy
<LI TYPE="circle">java.text.SimpleDateFormat<UL>
<LI TYPE="circle">org.apache.poi.ss.usermodel.<A
HREF="org/apache/poi/ss/usermodel/ExcelStyleDateFormatter.html" title="class in
org.apache.poi.ss.usermodel"><B>ExcelStyleDateFormatter</B></A></UL>
</UL>
-</UL>
+<LI TYPE="circle">org.apache.poi.ss.usermodel.<A
HREF="org/apache/poi/ss/usermodel/FractionFormat.html" title="class in
org.apache.poi.ss.usermodel"><B>FractionFormat</B></A></UL>
<LI TYPE="circle">org.apache.poi.hwpf.model.<A
HREF="org/apache/poi/hwpf/model/FormattedDiskPage.html" title="class in
org.apache.poi.hwpf.model"><B>FormattedDiskPage</B></A><UL>
<LI TYPE="circle">org.apache.poi.hwpf.model.<A
HREF="org/apache/poi/hwpf/model/CHPFormattedDiskPage.html" title="class in
org.apache.poi.hwpf.model"><B>CHPFormattedDiskPage</B></A><LI
TYPE="circle">org.apache.poi.hwpf.model.<A
HREF="org/apache/poi/hwpf/model/PAPFormattedDiskPage.html" title="class in
org.apache.poi.hwpf.model"><B>PAPFormattedDiskPage</B></A></UL>
<LI TYPE="circle">org.apache.poi.hssf.eventusermodel.<A
HREF="org/apache/poi/hssf/eventusermodel/FormatTrackingHSSFListener.html"
title="class in
org.apache.poi.hssf.eventusermodel"><B>FormatTrackingHSSFListener</B></A>
(implements org.apache.poi.hssf.eventusermodel.<A
HREF="org/apache/poi/hssf/eventusermodel/HSSFListener.html" title="interface in
org.apache.poi.hssf.eventusermodel">HSSFListener</A>)
@@ -444,7 +444,7 @@ Class Hierarchy
</UL>
<LI TYPE="circle">org.apache.poi.hwpf.model.<A
HREF="org/apache/poi/hwpf/model/PicturesTable.html" title="class in
org.apache.poi.hwpf.model"><B>PicturesTable</B></A><LI
TYPE="circle">org.apache.poi.hwpf.model.<A
HREF="org/apache/poi/hwpf/model/PieceDescriptor.html" title="class in
org.apache.poi.hwpf.model"><B>PieceDescriptor</B></A><LI
TYPE="circle">org.apache.poi.xslf.model.geom.<A
HREF="org/apache/poi/xslf/model/geom/PinExpression.html" title="class in
org.apache.poi.xslf.model.geom"><B>PinExpression</B></A> (implements
org.apache.poi.xslf.model.geom.<A
HREF="org/apache/poi/xslf/model/geom/Expression.html" title="interface in
org.apache.poi.xslf.model.geom">Expression</A>)
<LI TYPE="circle">org.apache.poi.hpbf.dev.<A
HREF="org/apache/poi/hpbf/dev/PLCDumper.html" title="class in
org.apache.poi.hpbf.dev"><B>PLCDumper</B></A><LI
TYPE="circle">org.apache.poi.hwpf.model.<A
HREF="org/apache/poi/hwpf/model/PlexOfCps.html" title="class in
org.apache.poi.hwpf.model"><B>PlexOfCps</B></A><LI
TYPE="circle">org.apache.poi.hwpf.model.<A
HREF="org/apache/poi/hwpf/model/PlexOfField.html" title="class in
org.apache.poi.hwpf.model"><B>PlexOfField</B></A><LI
TYPE="circle">org.apache.poi.hwpf.model.<A
HREF="org/apache/poi/hwpf/model/PlfLfo.html" title="class in
org.apache.poi.hwpf.model"><B>PlfLfo</B></A><LI
TYPE="circle">org.apache.poi.util.<A HREF="org/apache/poi/util/PngUtils.html"
title="class in org.apache.poi.util"><B>PngUtils</B></A><LI
TYPE="circle">org.apache.poi.<A HREF="org/apache/poi/POIDocument.html"
title="class in org.apache.poi"><B>POIDocument</B></A><UL>
-<LI TYPE="circle">org.apache.poi.hdgf.<A
HREF="org/apache/poi/hdgf/HDGFDiagram.html" title="class in
org.apache.poi.hdgf"><B>HDGFDiagram</B></A><LI
TYPE="circle">org.apache.poi.hpbf.<A
HREF="org/apache/poi/hpbf/HPBFDocument.html" title="class in
org.apache.poi.hpbf"><B>HPBFDocument</B></A><LI
TYPE="circle">org.apache.poi.hslf.<A
HREF="org/apache/poi/hslf/HSLFSlideShow.html" title="class in
org.apache.poi.hslf"><B>HSLFSlideShow</B></A><LI
TYPE="circle">org.apache.poi.hssf.usermodel.<A
HREF="org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in
org.apache.poi.hssf.usermodel"><B>HSSFWorkbook</B></A> (implements
org.apache.poi.ss.usermodel.<A HREF="org/apache/poi/ss/usermodel/Workbook.html"
title="interface in org.apache.poi.ss.usermodel">Workbook</A>)
+<LI TYPE="circle">org.apache.poi.hdgf.<A
HREF="org/apache/poi/hdgf/HDGFDiagram.html" title="class in
org.apache.poi.hdgf"><B>HDGFDiagram</B></A><LI
TYPE="circle">org.apache.poi.hpbf.<A
HREF="org/apache/poi/hpbf/HPBFDocument.html" title="class in
org.apache.poi.hpbf"><B>HPBFDocument</B></A><LI
TYPE="circle">org.apache.poi.hpsf.<A
HREF="org/apache/poi/hpsf/HPSFPropertiesOnlyDocument.html" title="class in
org.apache.poi.hpsf"><B>HPSFPropertiesOnlyDocument</B></A><LI
TYPE="circle">org.apache.poi.hslf.<A
HREF="org/apache/poi/hslf/HSLFSlideShow.html" title="class in
org.apache.poi.hslf"><B>HSLFSlideShow</B></A><LI
TYPE="circle">org.apache.poi.hssf.usermodel.<A
HREF="org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in
org.apache.poi.hssf.usermodel"><B>HSSFWorkbook</B></A> (implements
org.apache.poi.ss.usermodel.<A HREF="org/apache/poi/ss/usermodel/Workbook.html"
title="interface in org.apache.poi.ss.usermodel">Workbook</A>)
<LI TYPE="circle">org.apache.poi.hwpf.<A
HREF="org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in
org.apache.poi.hwpf"><B>HWPFDocumentCore</B></A><UL>
<LI TYPE="circle">org.apache.poi.hwpf.<A
HREF="org/apache/poi/hwpf/HWPFDocument.html" title="class in
org.apache.poi.hwpf"><B>HWPFDocument</B></A><LI
TYPE="circle">org.apache.poi.hwpf.<A
HREF="org/apache/poi/hwpf/HWPFOldDocument.html" title="class in
org.apache.poi.hwpf"><B>HWPFOldDocument</B></A></UL>
<LI TYPE="circle">org.apache.poi.hsmf.<A
HREF="org/apache/poi/hsmf/MAPIMessage.html" title="class in
org.apache.poi.hsmf"><B>MAPIMessage</B></A></UL>
Modified: poi/site/publish/apidocs/serialized-form.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/serialized-form.html?rev=1496687&r1=1496686&r2=1496687&view=diff
==============================================================================
--- poi/site/publish/apidocs/serialized-form.html (original)
+++ poi/site/publish/apidocs/serialized-form.html Wed Jun 26 00:25:07 2013
@@ -933,6 +933,51 @@ double <B>dateToBeFormatted</B></PRE>
<DL>
</DL>
</DL>
+
+<P>
+<A NAME="org.apache.poi.ss.usermodel.FractionFormat"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Class <A HREF="org/apache/poi/ss/usermodel/FractionFormat.html"
title="class in
org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel.FractionFormat</A>
extends java.text.Format implements Serializable</B></FONT></TH>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="serializedForm"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Serialized Fields</B></FONT></TH>
+</TR>
+</TABLE>
+
+<H3>
+exactDenom</H3>
+<PRE>
+int <B>exactDenom</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+<H3>
+maxDenom</H3>
+<PRE>
+int <B>maxDenom</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+<H3>
+wholePartFormatString</H3>
+<PRE>
+java.lang.String <B>wholePartFormatString</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
Modified: poi/site/publish/changes.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1496687&r1=1496686&r2=1496687&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Wed Jun 26 00:25:07 2013
@@ -247,7 +247,17 @@ if (VERSION > 3) {
<p>
<a href="changes.rss"><img alt="RSS" src="images/rss.png"></a>
</p>
-
+
+<a name="3.10-beta2"></a>
+<div class="h3">
+<h3>Version 3.10-beta2 (2013-08-??)</h3>
+</div>
+<ul>
+
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">54233 - Some HPSF documents
require UnicodeStrings to be 4-byte aligned, spot these from the otherwise
invalid length(poi-developers)</li>
+
+</ul>
<a name="3.10-beta1"></a>
<div class="h3">
Modified: poi/site/publish/changes.rss
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1496687&r1=1496686&r2=1496687&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Wed Jun 26 00:25:07 2013
@@ -4,132 +4,4 @@
by
poi-developers
:
- 54925 - Avoid issues if the length of a StyleTextPropAtom prop
is longer than the parent text</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54564 - Fix error message text for a workbook with no sheets
when a sheet operation is performed</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 53972 - Presence of PLV record shouldn't affect HSSF Data
Validation</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 55142 - Not all XWPF SDT blocks need
newlines</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54920 - XSSFDrawing.createCellComment causes CommentsTable to
lose reference to comment in cell A1</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54982 - ExtractorFactory does not close files when extracting
via OCPPackage.open()</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54607 - NullPointerException in XSSFSheet.getTopRow() when the
top row is 1</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54686 - Improve how DataFormatter handles
fractions</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 55066 - Don't load XWPF Footnotes
twice</description></item><item><title>
add</title><link>http://poi.apache.org//changes.html</link><description> add
- by
- poi-developers
- :
- 54849 - Controlled content/Form (Std/StdBlock)
content</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- github2 - HSSFWorkbook.getAllEmbeddedObjects() needs to recurse
into container Shapes</description></item><item><title>
add</title><link>http://poi.apache.org//changes.html</link><description> add
- by
- poi-developers
- :
- github4 - Expose from XWPFParagraph the number level and format,
if applied</description></item><item><title>
add</title><link>http://poi.apache.org//changes.html</link><description> add
- by
- poi-developers
- :
- github3 - Extract references from XWPF
footnotes</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 55053 - Update License links following ECMA site
re-organisation</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 55001 - Support Unicode text (TextCharsAtom) in HSLF
TextShape</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54682 - UnhandledDataStructure should sanity check before
allocating, not after</description></item><item><title>
add</title><link>http://poi.apache.org//changes.html</link><description> add
- by
- poi-developers
- :
- 54673 - Simple wildcard support in HLOOKUP, VOOLKUP, MATCH,
COUNTIF </description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54625 - Register user-defined functions in instance scope
instead of static </description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54469 - Support for financial functions IPMT and PPMT
</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54407 - Avoid XmlValueDisconnectedException when merging slides
</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54356 - Support of statistical function
SLOPE</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54403 - Support of statistical function
INTERCEPT</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54557 - Don't mis-detect format patterns like .000 as
dates</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54506 - Support unusual .xls files with a BOOK directory entry
(normally it is Workbook)</description></item><item><title>
add</title><link>http://poi.apache.org//changes.html</link><description> add
- by
- poi-developers
- :
- 54508 - EDATE formula support</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 53810 - NPOIFS fix for 0 not -1 padded partially used
XBATs</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54402 - IfError handling of indirect
references</description></item><item><title>
add</title><link>http://poi.apache.org//changes.html</link><description> add
- by
- poi-developers
- :
- 53966 - IfError support (from Analysis
Toolpak)</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 53650 - Prevent unreadable content and disalow to overwrite rows
from input template in SXSSF</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54228,53672 - Fixed XSSF to read cells with missing R
attribute</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54206 - Ensure that shared formuals are updated when shifting
rows in a spreadsheet</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- Synchronize table headers with parent sheet in
XSSF</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 54210 - Fixed rendering text in flipped shapes in PPT2PNG and
PPTX2PNG</description></item></channel></rss>
\ No newline at end of file
+ 54233 - Some HPSF documents require UnicodeStrings to be 4-byte
aligned, spot these from the otherwise invalid
length</description></item></channel></rss>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]