Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 03508200B42 for ; Sun, 10 Jul 2016 16:06:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 01B26160A58; Sun, 10 Jul 2016 14:06:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8B7FB160A69 for ; Sun, 10 Jul 2016 16:06:45 +0200 (CEST) Received: (qmail 29054 invoked by uid 500); 10 Jul 2016 14:06:44 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 29045 invoked by uid 99); 10 Jul 2016 14:06:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jul 2016 14:06:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 248E71A0244 for ; Sun, 10 Jul 2016 14:06:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.374 X-Spam-Level: X-Spam-Status: No, score=0.374 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ZZM9b3-m2F4c for ; Sun, 10 Jul 2016 14:06:34 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 0E22C5F5A2 for ; Sun, 10 Jul 2016 14:06:33 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0EF91E0501 for ; Sun, 10 Jul 2016 14:06:32 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 0A65C3A0224 for ; Sun, 10 Jul 2016 14:06:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1752093 [3/6] - in /poi/site/publish/apidocs: ./ org/apache/poi/hssf/record/ org/apache/poi/hssf/record/aggregates/ org/apache/poi/hssf/record/class-use/ org/apache/poi/hssf/usermodel/ org/apache/poi/hssf/usermodel/class-use/ org/apache/po... Date: Sun, 10 Jul 2016 14:06:30 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160710140632.0A65C3A0224@svn01-us-west.apache.org> archived-at: Sun, 10 Jul 2016 14:06:48 -0000 Modified: poi/site/publish/apidocs/index-all.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1752093&r1=1752092&r2=1752093&view=diff ============================================================================== --- poi/site/publish/apidocs/index-all.html (original) +++ poi/site/publish/apidocs/index-all.html Sun Jul 10 14:06:30 2016 @@ -1555,31 +1555,45 @@
 
ALIGN_CENTER - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
-
center horizontal alignment
+
Deprecated. +
POI 3.15 beta 3. Use HorizontalAlignment.CENTER instead.
+
ALIGN_CENTER_SELECTION - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
-
center-selection? horizontal alignment
+
Deprecated. +
POI 3.15 beta 3. Use HorizontalAlignment.CENTER_SELECTION instead.
+
ALIGN_FILL - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
-
fill? horizontal alignment
+
Deprecated. +
POI 3.15 beta 3. Use HorizontalAlignment.FILL instead.
+
ALIGN_GENERAL - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
-
general (normal) horizontal alignment
+
Deprecated. +
POI 3.15 beta 3. Use HorizontalAlignment.GENERAL instead.
+
ALIGN_JUSTIFY - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
-
justified horizontal alignment
+
Deprecated. +
POI 3.15 beta 3. Use HorizontalAlignment.JUSTIFY instead.
+
ALIGN_LEFT - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
-
left-justified horizontal alignment
+
Deprecated. +
POI 3.15 beta 3. Use HorizontalAlignment.LEFT instead.
+
ALIGN_RIGHT - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
-
right-justified horizontal alignment
+
Deprecated. +
POI 3.15 beta 3. Use HorizontalAlignment.RIGHT instead.
+
ALIGNMENT - Static variable in class org.apache.poi.ss.util.CellUtil
 
@@ -6811,7 +6825,7 @@
 
convertBlankRecords(MulBlankRecord) - Static method in class org.apache.poi.hssf.record.RecordFactory
-
Converts a MulBlankRecord into an equivalent array of BlankRecords
+
Converts a MulBlankRecord into an equivalent array of BlankRecords
convertBrcToInt(short[]) - Static method in class org.apache.poi.hwpf.sprm.SprmUtils
 
@@ -6854,7 +6868,7 @@
 
convertRKRecords(MulRKRecord) - Static method in class org.apache.poi.hssf.record.RecordFactory
-
Converts a MulRKRecord into an equivalent array of NumberRecords
+
Converts a MulRKRecord into an equivalent array of NumberRecords
convertSharedFormulas(Ptg[], int, int) - Method in class org.apache.poi.ss.formula.SharedFormula
@@ -17988,6 +18002,10 @@
 
forInt(int) - Static method in enum org.apache.poi.ss.usermodel.FormulaError
 
+
forInt(int) - Static method in enum org.apache.poi.ss.usermodel.HorizontalAlignment
+
 
+
forInt(int) - Static method in enum org.apache.poi.ss.usermodel.VerticalAlignment
+
 
ForkedEvaluator - Class in org.apache.poi.ss.formula.eval.forked
An alternative workbook evaluator that saves memory in situations where a single workbook is @@ -19067,7 +19085,9 @@
getAlignment() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
-
get the type of horizontal alignment for the cell
+
Deprecated. +
POI 3.15 beta 3. Use HSSFCellStyle.getAlignmentEnum() instead.
+
getAlignment() - Method in class org.apache.poi.hwpf.model.ListLevel
@@ -19075,17 +19095,29 @@
getAlignment() - Method in interface org.apache.poi.ss.usermodel.CellStyle
-
get the type of horizontal alignment for the cell
+
Deprecated. +
POI 3.15 beta 3. Use CellStyle.getAlignmentEnum() instead.
+
getAlignment() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Get the type of horizontal alignment for the cell
+
Deprecated. +
POI 3.15 beta 3. Use XSSFCellStyle.getAlignmentEnum() instead.
+
getAlignment() - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
Returns the paragraph alignment which shall be applied to text in this paragraph.
+
getAlignmentEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
+
+
get the type of horizontal alignment for the cell
+
+
getAlignmentEnum() - Method in interface org.apache.poi.ss.usermodel.CellStyle
+
+
get the type of horizontal alignment for the cell
+
getAlignmentEnum() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
Get the type of horizontal alignment for the cell
@@ -21794,6 +21826,10 @@
 
getCode() - Method in enum org.apache.poi.ss.usermodel.FormulaError
 
+
getCode() - Method in enum org.apache.poi.ss.usermodel.HorizontalAlignment
+
 
+
getCode() - Method in enum org.apache.poi.ss.usermodel.VerticalAlignment
+
 
getCodepage() - Method in class org.apache.poi.hpsf.CustomProperties
Gets the codepage.
@@ -25984,9 +26020,7 @@
Get the file name without the trailing extension.
getFileOptions() - Method in class org.apache.poi.hssf.record.HyperlinkRecord
-
-
Options for a file link
-
+
 
getFilePosition() - Method in class org.apache.poi.hwpf.model.PieceDescriptor
 
getFileSharing() - Method in class org.apache.poi.hssf.model.InternalWorkbook
@@ -29828,9 +29862,7 @@
Get the label frequency field for the CategorySeriesAxis record.
getLabelOptions() - Method in class org.apache.poi.hssf.record.HyperlinkRecord
-
-
Label options
-
+
 
getLabelPosition() - Method in class org.apache.poi.hssf.record.chart.TickRecord
Get the label position field for the Tick record.
@@ -40959,7 +40991,9 @@
getVerticalAlignment() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
-
get the type of vertical alignment for the cell
+
Deprecated. +
POI 3.15 beta 3. Use HSSFCellStyle.getVerticalAlignmentEnum() instead.
+
getVerticalAlignment() - Method in class org.apache.poi.hssf.usermodel.HSSFTextbox
@@ -40971,7 +41005,9 @@
getVerticalAlignment() - Method in interface org.apache.poi.ss.usermodel.CellStyle
-
get the type of vertical alignment for the cell
+
Deprecated. +
POI 3.15 beta 3. Use CellStyle.getVerticalAlignmentEnum() instead.
+
getVerticalAlignment() - Method in class org.apache.poi.xslf.usermodel.XSLFTableCell
 
@@ -40979,7 +41015,9 @@
 
getVerticalAlignment() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Get the type of vertical alignment for the cell
+
Deprecated. +
POI 3.15 beta 3. Use XSSFCellStyle.getVerticalAlignmentEnum() instead.
+
getVerticalAlignment() - Method in class org.apache.poi.xssf.usermodel.XSSFSimpleShape
@@ -40994,6 +41032,14 @@
Get the vertical alignment of the cell.
+
getVerticalAlignmentEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
+
+
get the type of vertical alignment for the cell
+
+
getVerticalAlignmentEnum() - Method in interface org.apache.poi.ss.usermodel.CellStyle
+
+
get the type of vertical alignment for the cell
+
getVerticalAlignmentEnum() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
Get the type of vertical alignment for the cell
@@ -43919,7 +43965,7 @@
HSSFCellUtil - Class in org.apache.poi.hssf.util
Deprecated. -
3.15 beta2. Removed in 3.17. Use CellUtil instead.
+
3.15 beta2. Use CellUtil instead.
HSSFChart - Class in org.apache.poi.hssf.usermodel
@@ -50639,7 +50685,7 @@
 
LabelRecord - Class in org.apache.poi.hssf.record
-
Label Record (0x0204) - read only support for strings stored directly in the cell..
+
Label Record (0x0204) - read only support for strings stored directly in the cell...
LabelRecord() - Constructor for class org.apache.poi.hssf.record.LabelRecord
@@ -53291,10 +53337,7 @@
Generate next id that uniquely relates a custom property
nextRecord() - Method in class org.apache.poi.hssf.record.RecordFactoryInputStream
-
-
Returns the next (complete) record from the - stream, or null if there are no more.
-
+
 
nextRecord() - Method in class org.apache.poi.hssf.record.RecordInputStream
Moves to the next record in the stream.
@@ -58783,8 +58826,9 @@ Compound Document Format.
readAllContinuedRemainder() - Method in class org.apache.poi.hssf.record.RecordInputStream
Deprecated. -
POI 2.0 Best to write a input stream that wraps this one where there is - special sub record that may overlap continue records.
+
POI 2.0 Best to write a input stream that wraps this one + where there is special sub record that may overlap continue + records.
readByte() - Method in class org.apache.poi.hssf.record.cont.ContinuableRecordInput
@@ -62656,6 +62700,12 @@ Compound Document Format.
setAlignment(short) - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
+
Deprecated. + +
+
+
setAlignment(HorizontalAlignment) - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
+
set the type of horizontal alignment for the cell
setAlignment(HSSFCell, HSSFWorkbook, short) - Static method in class org.apache.poi.hssf.util.HSSFCellUtil
@@ -62664,25 +62714,39 @@ Compound Document Format. +
setAlignment(HSSFCell, HorizontalAlignment) - Static method in class org.apache.poi.hssf.util.HSSFCellUtil
+
+ +
setAlignment(int) - Method in class org.apache.poi.hwpf.model.ListLevel
 
setAlignment(short) - Method in interface org.apache.poi.ss.usermodel.CellStyle
+
Deprecated. +
POI 3.15 beta 3. Use CellStyle.setAlignment(HorizontalAlignment) instead.
+
+
+
setAlignment(HorizontalAlignment) - Method in interface org.apache.poi.ss.usermodel.CellStyle
+
set the type of horizontal alignment for the cell
setAlignment(Cell, Workbook, short) - Static method in class org.apache.poi.ss.util.CellUtil
Deprecated. -
3.15-beta2. Removed in 3.17. Use CellUtil.setAlignment(Cell, short) instead.
+
-
setAlignment(Cell, short) - Static method in class org.apache.poi.ss.util.CellUtil
+
setAlignment(Cell, HorizontalAlignment) - Static method in class org.apache.poi.ss.util.CellUtil
Take a cell, and align it.
setAlignment(short) - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Set the type of horizontal alignment for the cell
+
Deprecated. + +
setAlignment(HorizontalAlignment) - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
@@ -64379,7 +64443,7 @@ Compound Document Format.
setCellStyleProperty(Cell, Workbook, String, Object) - Static method in class org.apache.poi.ss.util.CellUtil
Deprecated. -
3.15-beta2. Removed in 3.17. Use CellUtil.setCellStyleProperty(Cell, String, Object) instead.
+
setCellStyleProperty(Cell, String, Object) - Static method in class org.apache.poi.ss.util.CellUtil
@@ -67498,7 +67562,7 @@ Compound Document Format.
setFirstColumn(int) - Method in class org.apache.poi.hssf.record.HyperlinkRecord
-
Set the first column (zero-based)of the range that contains this hyperlink
+
Set the first column (zero-based) of the range that contains this hyperlink
setFirstColumn(int) - Method in class org.apache.poi.hssf.usermodel.HSSFHyperlink
@@ -67536,7 +67600,7 @@ Compound Document Format.
setFirstRow(int) - Method in class org.apache.poi.hssf.record.HyperlinkRecord
-
Set the first row (zero-based)of the range that contains this hyperlink
+
Set the first row (zero-based) of the range that contains this hyperlink
setFirstRow(int) - Method in class org.apache.poi.hssf.record.IndexRecord
 
@@ -68042,7 +68106,7 @@ Compound Document Format.
setFont(Cell, Workbook, Font) - Static method in class org.apache.poi.ss.util.CellUtil
Deprecated. -
3.15-beta2. Removed in 3.17. Use CellUtil.setFont(Cell, Font) instead.
+
3.15-beta2. Use CellUtil.setFont(Cell, Font) instead.
setFont(Cell, Font) - Static method in class org.apache.poi.ss.util.CellUtil
@@ -70524,7 +70588,7 @@ Compound Document Format.
setLastColumn(int) - Method in class org.apache.poi.hssf.record.HyperlinkRecord
-
Set the last column (zero-based)of the range that contains this hyperlink
+
Set the last column (zero-based) of the range that contains this hyperlink
setLastColumn(int) - Method in class org.apache.poi.hssf.usermodel.HSSFHyperlink
@@ -70610,7 +70674,7 @@ Compound Document Format.
setLastRow(int) - Method in class org.apache.poi.hssf.record.HyperlinkRecord
-
Set the last row (zero-based)of the range that contains this hyperlink
+
Set the last row (zero-based) of the range that contains this hyperlink
setLastRow(int) - Method in class org.apache.poi.hssf.usermodel.HSSFHyperlink
@@ -76069,6 +76133,12 @@ Compound Document Format.
setVerticalAlignment(short) - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
+
Deprecated. + +
+
+
setVerticalAlignment(VerticalAlignment) - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
+
set the type of vertical alignment for the cell
setVerticalAlignment(short) - Method in class org.apache.poi.hssf.usermodel.HSSFTextbox
@@ -76081,15 +76151,27 @@ Compound Document Format.
setVerticalAlignment(short) - Method in interface org.apache.poi.ss.usermodel.CellStyle
+
Deprecated. + +
+
+
setVerticalAlignment(VerticalAlignment) - Method in interface org.apache.poi.ss.usermodel.CellStyle
+
set the type of vertical alignment for the cell
+
setVerticalAlignment(Cell, VerticalAlignment) - Static method in class org.apache.poi.ss.util.CellUtil
+
+
Take a cell, and vertically align it.
+
setVerticalAlignment(VerticalAlignment) - Method in class org.apache.poi.xslf.usermodel.XSLFTableCell
 
setVerticalAlignment(VerticalAlignment) - Method in class org.apache.poi.xslf.usermodel.XSLFTextShape
 
setVerticalAlignment(short) - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Set the type of vertical alignment for the cell
+
Deprecated. + +
setVerticalAlignment(VerticalAlignment) - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
@@ -81082,7 +81164,7 @@ Compound Document Format.
THICK_BACKWARD_DIAG - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
Deprecated. -
3.15 beta 3. Use FillPatternType.NO_FILL instead.
+
3.15 beta 3. Use FillPatternType.THICK_BACKWARD_DIAG instead.
THICK_BACKWARD_DIAG - Static variable in interface org.apache.poi.ss.usermodel.PatternFormatting
@@ -81098,7 +81180,7 @@ Compound Document Format.
THICK_FORWARD_DIAG - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
Deprecated. -
3.15 beta 3. Use FillPatternType.NO_FILL instead.
+
3.15 beta 3. Use FillPatternType.THICK_FORWARD_DIAG instead.
THICK_FORWARD_DIAG - Static variable in interface org.apache.poi.ss.usermodel.PatternFormatting
@@ -85747,19 +85829,25 @@ the order they are declared.
 
VERTICAL_BOTTOM - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
-
bottom-aligned vertical alignment
+
Deprecated. +
POI 3.15 beta 3. Use VerticalAlignment.BOTTOM instead.
+
VERTICAL_CENTER - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
 
VERTICAL_CENTER - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
-
center-aligned vertical alignment
+
Deprecated. +
POI 3.15 beta 3. Use VerticalAlignment.CENTER instead.
+
VERTICAL_JUSTIFY - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
 
VERTICAL_JUSTIFY - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
-
vertically justified vertical alignment
+
Deprecated. +
POI 3.15 beta 3. Use VerticalAlignment.TOP instead.
+
VERTICAL_SCROLL - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
@@ -85779,7 +85867,9 @@ the order they are declared.
 
VERTICAL_TOP - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
-
top-aligned vertical alignment
+
Deprecated. +
POI 3.15 beta 3. Use VerticalAlignment.TOP instead.
+
VerticalAlign - Enum in org.apache.poi.xwpf.usermodel
@@ -85788,7 +85878,9 @@ the order they are declared.
VerticalAlignment - Enum in org.apache.poi.sl.usermodel
-
Specifies a list of available anchoring types for text
+
Specifies a list of available anchoring types for text + +