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 6CC1E200BA5 for ; Wed, 19 Oct 2016 21:11:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6B63B160AEA; Wed, 19 Oct 2016 19:11:52 +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 DFE90160ADC for ; Wed, 19 Oct 2016 21:11:49 +0200 (CEST) Received: (qmail 87993 invoked by uid 500); 19 Oct 2016 19:11:49 -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 87984 invoked by uid 99); 19 Oct 2016 19:11:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2016 19:11:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 80FEFC0D64 for ; Wed, 19 Oct 2016 19:11:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id SiyMTrPz0gIA for ; Wed, 19 Oct 2016 19:11:36 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 657E15FAFA for ; Wed, 19 Oct 2016 19:11:31 +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 96711E0749 for ; Wed, 19 Oct 2016 19:06:27 +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 66F003A1A1E for ; Wed, 19 Oct 2016 19:06:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1765697 [2/4] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/hslf/record/ apidocs/org/apache/poi/hslf/record/class-use/ apidocs/org/apache/poi/poifs/macros/ apidocs/org/apache/poi/ss/formula/ apidocs/org/apache/poi/ss/usermodel... Date: Wed, 19 Oct 2016 19:06:25 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161019190627.66F003A1A1E@svn01-us-west.apache.org> archived-at: Wed, 19 Oct 2016 19:11:52 -0000 Modified: poi/site/publish/apidocs/index-all.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1765697&r1=1765696&r2=1765697&view=diff ============================================================================== --- poi/site/publish/apidocs/index-all.html (original) +++ poi/site/publish/apidocs/index-all.html Wed Oct 19 19:06:24 2016 @@ -12082,6 +12082,14 @@
 
DMORIENTPAGE_PORTRAIT - Static variable in class org.apache.poi.hwpf.model.types.SEPAbstractType
 
+
DocInfoListContainer - Class in org.apache.poi.hslf.record
+
+
A container record that specifies information about the document and document display settings.
+
+
DocInfoListContainer(byte[], int, int) - Constructor for class org.apache.poi.hslf.record.DocInfoListContainer
+
+
Set things up, and find our more interesting children
+
Document - Class in org.apache.poi.hslf.record
Master container for Document.
@@ -14887,15 +14895,13 @@
evaluateFormulaCellEnum(Cell) - Method in class org.apache.poi.ss.formula.BaseFormulaEvaluator
-
Deprecated. -
POI 3.15 beta 3. Will be deleted when we make the CellType enum transition. See bug 59791.
-
+
If cell contains formula, it evaluates the formula, + and saves the result of the formula.
evaluateFormulaCellEnum(Cell) - Method in interface org.apache.poi.ss.usermodel.FormulaEvaluator
-
Deprecated. -
POI 3.15 beta 3. Will be deleted when we make the CellType enum transition. See bug 59791.
-
+
If cell contains formula, it evaluates the formula, + and saves the result of the formula.
evaluateFormulaCellValue(Cell) - Method in class org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator
@@ -21621,10 +21627,7 @@
getCellTypeEnum() - Method in class org.apache.poi.ss.usermodel.CellValue
-
Deprecated. -
POI 3.15 - Will be renamed to getCellTypeEnum() when we make the CellType enum transition in POI 4.0. See bug 59791.
-
+
Return the cell type.
getCellTypeEnum() - Method in class org.apache.poi.xssf.streaming.SXSSFCell
@@ -34087,6 +34090,8 @@
Fetch the persist ID
+
getPersistIdRef() - Method in class org.apache.poi.hslf.record.VBAInfoAtom
+
 
getPersistPointersOffset() - Method in class org.apache.poi.hslf.record.UserEditAtom
 
getPgbProp() - Method in class org.apache.poi.hwpf.model.types.SEPAbstractType
@@ -35128,6 +35133,10 @@
 
getRecordId() - Method in class org.apache.poi.ddf.EscherSpRecord
 
+
getRecordInstance() - Method in class org.apache.poi.hslf.record.ExOleObjStg
+
+
Gets the record instance from the header
+
getRecordLength() - Method in class org.apache.poi.hslf.model.textproperties.TextPFException9
 
getRecordName() - Method in class org.apache.poi.ddf.EscherBlipRecord
@@ -35328,6 +35337,10 @@
We are of type 4026
+
getRecordType() - Method in class org.apache.poi.hslf.record.DocInfoListContainer
+
+
We are of type 0x7D0
+
getRecordType() - Method in class org.apache.poi.hslf.record.Document
We are of type 1000
@@ -35556,6 +35569,14 @@
We are of type 4085
+
getRecordType() - Method in class org.apache.poi.hslf.record.VBAInfoAtom
+
+
Gets the record type.
+
+
getRecordType() - Method in class org.apache.poi.hslf.record.VBAInfoContainer
+
+
We are of type 0x3FF
+
getRecordType() - Method in class org.apache.poi.hssf.record.common.FtrHeader
 
getRecordType() - Method in class org.apache.poi.hssf.record.NameCommentRecord
@@ -41532,6 +41553,8 @@
 
getVersion() - Method in class org.apache.poi.hslf.record.StyleTextProp9Atom
 
+
getVersion() - Method in class org.apache.poi.hslf.record.VBAInfoAtom
+
 
getVersion() - Method in class org.apache.poi.hssf.record.BOFRecord
Version number - for BIFF8 should be 0x06
@@ -49320,6 +49343,8 @@
get whether gridlines are printed.
+
isHasMacros() - Method in class org.apache.poi.hslf.record.VBAInfoAtom
+
 
isHasSep() - Method in class org.apache.poi.hwpf.model.FieldDescriptor
 
isHasSep() - Method in interface org.apache.poi.hwpf.usermodel.Field
@@ -70140,6 +70165,8 @@ Compound Document Format.
 
setHashAlgorithm(HashAlgorithm) - Method in class org.apache.poi.poifs.crypt.EncryptionVerifier
 
+
setHasMacros(boolean) - Method in class org.apache.poi.hslf.record.VBAInfoAtom
+
 
setHCenter(boolean) - Method in class org.apache.poi.hssf.record.HCenterRecord
set whether or not to horizonatally center this sheet.
@@ -73359,6 +73386,8 @@ Compound Document Format.
Set the persist ID
+
setPersistIdRef(long) - Method in class org.apache.poi.hslf.record.VBAInfoAtom
+
 
setPersistPointersOffset(int) - Method in class org.apache.poi.hslf.record.UserEditAtom
 
setPgbProp(int) - Method in class org.apache.poi.hwpf.model.types.SEPAbstractType
@@ -76942,6 +76971,8 @@ Compound Document Format.
Sets the version part of record
+
setVersion(long) - Method in class org.apache.poi.hslf.record.VBAInfoAtom
+
 
setVersion(int) - Method in class org.apache.poi.hssf.record.BOFRecord
Version number - for BIFF8 should be 0x06
@@ -86608,6 +86639,22 @@ the order they are declared.
 
VBA_PROJECT_POIFS - Static variable in class org.apache.poi.poifs.macros.VBAMacroReader
 
+
VBAInfoAtom - Class in org.apache.poi.hslf.record
+
+
An atom record that specifies a reference to the VBA project storage.
+
+
VBAInfoAtom(byte[], int, int) - Constructor for class org.apache.poi.hslf.record.VBAInfoAtom
+
+
Constructs the vba atom record from its source data.
+
+
VBAInfoContainer - Class in org.apache.poi.hslf.record
+
+
A container record that specifies VBA information for the document.
+
+
VBAInfoContainer(byte[], int, int) - Constructor for class org.apache.poi.hslf.record.VBAInfoContainer
+
+
Set things up, and find our more interesting children
+
VBAMacroExtractor - Class in org.apache.poi.poifs.macros
This tool extracts out the source of all VBA Modules of an office file, @@ -88027,6 +88074,11 @@ the order they are declared.
Writes ourselves back out
+
writeOut(OutputStream) - Method in class org.apache.poi.hslf.record.DocInfoListContainer
+
+
Write the contents of the record back, so it can be written + to disk
+
writeOut(OutputStream) - Method in class org.apache.poi.hslf.record.Document
Write the contents of the record back, so it can be written @@ -88320,6 +88372,16 @@ the order they are declared.
Write the contents of the record back, so it can be written to disk
+
writeOut(OutputStream) - Method in class org.apache.poi.hslf.record.VBAInfoAtom
+
+
Write the contents of the record back, so it can be written + to disk
+
+
writeOut(OutputStream) - Method in class org.apache.poi.hslf.record.VBAInfoContainer
+
+
Write the contents of the record back, so it can be written + to disk
+
writeOut(OutputStream) - Method in class org.apache.poi.poifs.filesystem.Ole10Native
Have the contents printer out into an OutputStream, used when writing a Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/CurrentUserAtom.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/CurrentUserAtom.html?rev=1765697&r1=1765696&r2=1765697&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/record/CurrentUserAtom.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/record/CurrentUserAtom.html Wed Oct 19 19:06:24 2016 @@ -35,7 +35,7 @@