Parcourir la source

added a getter for _iStartAt in ListFormatOverrideLevel

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992611 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_7_BETA3
Yegor Kozlov il y a 13 ans
Parent
révision
ab64ce8ec4

+ 1
- 0
src/documentation/content/xdocs/status.xml Voir le fichier

@@ -34,6 +34,7 @@

<changes>
<release version="3.7-beta3" date="2010-??-??">
<action dev="poi-developers" type="fix">49850 - added a getter for _iStartAt in ListFormatOverrideLevel</action>
<action dev="poi-developers" type="fix">49761 - change cell type to error when setting Double.NaN or Infinities</action>
<action dev="poi-developers" type="fix">49833 - ensure that CTNumPr is included in poi-ooxml-schemas.jar</action>
<action dev="POI-DEVELOPERS" type="fix">49841 - fixed LEFT and RIGHT to return #VALUE! when called with a negative operand </action>

+ 4
- 0
src/scratchpad/src/org/apache/poi/hwpf/model/ListFormatOverrideLevel.java Voir le fichier

@@ -114,4 +114,8 @@ public final class ListFormatOverrideLevel

return buf;
}

public int getIStartAt() {
return _iStartAt;
}
}

Chargement…
Annuler
Enregistrer