- Ellipse - Class in org.apache.poi.xdgf.usermodel.section.geometry
-
- Ellipse(RowType) - Constructor for class org.apache.poi.xdgf.usermodel.section.geometry.Ellipse
-
- EllipticalArcTo - Class in org.apache.poi.xdgf.usermodel.section.geometry
-
- EllipticalArcTo(RowType) - Constructor for class org.apache.poi.xdgf.usermodel.section.geometry.EllipticalArcTo
-
- enableLocking() - Method in class org.apache.poi.xssf.streaming.SXSSFSheet
-
Enable sheet protection
- enableLocking() - Method in class org.apache.poi.xssf.usermodel.XSSFSheet
-
Enable sheet protection
- encode(String) - Static method in class org.apache.poi.openxml4j.opc.PackagingURIHelper
-
percent-encode white spaces and characters above 0x80.
- EncryptedTempData - Class in org.apache.poi.poifs.crypt.temp
-
EncryptedTempData can be used to buffer binary data in a secure way, by using encrypted temp files.
- EncryptedTempData() - Constructor for class org.apache.poi.poifs.crypt.temp.EncryptedTempData
-
- EncryptedTempFilePackagePart - Class in org.apache.poi.openxml4j.opc.internal
-
(Experimental) Encrypted Temp File version of a package part.
- EncryptedTempFilePackagePart(OPCPackage, PackagePartName, String) - Constructor for class org.apache.poi.openxml4j.opc.internal.EncryptedTempFilePackagePart
-
Constructor.
- EncryptedTempFilePackagePart(OPCPackage, PackagePartName, String, boolean) - Constructor for class org.apache.poi.openxml4j.opc.internal.EncryptedTempFilePackagePart
-
Constructor.
- encryptTempFilePackageParts() - Static method in class org.apache.poi.openxml4j.opc.ZipPackage
-
- endElement(String, String, String) - Method in class org.apache.poi.xssf.eventusermodel.ReadOnlySharedStringsTable
-
- endElement(String, String, String) - Method in class org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler
-
- ENDNOTE - Static variable in class org.apache.poi.xwpf.usermodel.XWPFRelation
-
- endnotes - Variable in class org.apache.poi.xwpf.usermodel.XWPFDocument
-
- endRow(int) - Method in interface org.apache.poi.xssf.binary.XSSFBSheetHandler.XSSFBSheetContentsHandler
-
Signals that a row has ended after all of its cells and comments were processed.
- endRow(int) - Method in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler
-
A row with the (zero based) row number has ended
- endRow(int) - Method in class org.apache.poi.xssf.extractor.XSSFEventBasedExcelExtractor.SheetTextExtractor
-
- endSheet() - Method in interface org.apache.poi.xssf.binary.XSSFBSheetHandler.XSSFBSheetContentsHandler
-
Signals that the sheet has been completely processed.
- endSheet() - Method in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler
-
Signal that the end of a sheet was been reached
- ENFORCE_M4_2_FORBID_MARKUP_COMPATIBILITY_NAMESPACE - Variable in class org.apache.poi.openxml4j.opc.OPCComplianceFlags
-
- ENFORCE_M4_3_FORBID_REFINING_DUBLIN_CORE_ELEMENTS - Variable in class org.apache.poi.openxml4j.opc.OPCComplianceFlags
-
Rule M4.3: Producers shall not create a document element that contains
refinements to the Dublin Core elements, except for the two specified in
the schema: <dcterms:created> and <dcterms:modified> Consumers shall
consider a document element that violates this constraint to be an error.
- ENFORCE_M4_4_FORBID_XML_LANG_ATTRIBUTE - Variable in class org.apache.poi.openxml4j.opc.OPCComplianceFlags
-
Rule M4.4: Producers shall not create a document element that contains
the xml:lang attribute.
- ENFORCE_M4_5_RESTRICT_XSI_TYPE_ATTRIBUTE - Variable in class org.apache.poi.openxml4j.opc.OPCComplianceFlags
-
- enforceAll() - Static method in class org.apache.poi.openxml4j.opc.OPCComplianceFlags
-
- enforceCommentsProtection() - Method in class org.apache.poi.xwpf.usermodel.XWPFDocument
-
Enforce the Comments protection.
In the documentProtection tag inside settings.xml file,
it sets the value of enforcement to "1" (w:enforcement="1")
and the value of edit to comments (w:edit="comments")
sample snippet from settings.xml
- enforceCommentsProtection(String, HashAlgorithm) - Method in class org.apache.poi.xwpf.usermodel.XWPFDocument
-
Enforce the Comments protection.
sample snippet from settings.xml
- enforceFillingFormsProtection() - Method in class org.apache.poi.xwpf.usermodel.XWPFDocument
-
Enforce the Filling Forms protection.
In the documentProtection tag inside settings.xml file,
it sets the value of enforcement to "1" (w:enforcement="1")
and the value of edit to forms (w:edit="forms")
sample snippet from settings.xml
- enforceFillingFormsProtection(String, HashAlgorithm) - Method in class org.apache.poi.xwpf.usermodel.XWPFDocument
-
Enforce the Filling Forms protection.
sample snippet from settings.xml
- enforceReadonlyProtection() - Method in class org.apache.poi.xwpf.usermodel.XWPFDocument
-
Enforces the readOnly protection.
In the documentProtection tag inside settings.xml file,
it sets the value of enforcement to "1" (w:enforcement="1")
and the value of edit to readOnly (w:edit="readOnly")
sample snippet from settings.xml
- enforceReadonlyProtection(String, HashAlgorithm) - Method in class org.apache.poi.xwpf.usermodel.XWPFDocument
-
Enforces the readOnly protection with a password.
sample snippet from settings.xml
- enforceTrackedChangesProtection() - Method in class org.apache.poi.xwpf.usermodel.XWPFDocument
-
Enforce the Tracked Changes protection.
In the documentProtection tag inside settings.xml file,
it sets the value of enforcement to "1" (w:enforcement="1")
and the value of edit to trackedChanges (w:edit="trackedChanges")
sample snippet from settings.xml
- enforceTrackedChangesProtection(String, HashAlgorithm) - Method in class org.apache.poi.xwpf.usermodel.XWPFDocument
-
Enforce the Tracked Changes protection.
sample snippet from settings.xml
- enforceUpdateFields() - Method in class org.apache.poi.xwpf.usermodel.XWPFDocument
-
Enforces fields update on document open (in Word).
- ensureDocDefaults() - Method in class org.apache.poi.xwpf.usermodel.XWPFStyles
-
- ensureFootnoteRef(XWPFParagraph) - Method in class org.apache.poi.xwpf.usermodel.XWPFAbstractFootnoteEndnote
-
Ensure that the specified paragraph has a reference marker for this
footnote by adding a footnote reference if one is not found.
- ensureFootnoteRef(XWPFParagraph) - Method in class org.apache.poi.xwpf.usermodel.XWPFEndnote
-
Ensure that the specified paragraph has a reference marker for this
end note by adding a footnote reference if one is not found.
- ensureFootnoteRef(XWPFParagraph) - Method in class org.apache.poi.xwpf.usermodel.XWPFFootnote
-
Ensure that the specified paragraph has a reference marker for this
footnote by adding a footnote reference if one is not found.
- ensureRelationships() - Method in class org.apache.poi.openxml4j.opc.OPCPackage
-
Ensure that the relationships collection is not null.
- ensureThemesTable() - Method in class org.apache.poi.xssf.model.StylesTable
-
If there isn't currently a
ThemesTable for the
current Workbook, then creates one and sets it up.
- EnvelopedSignatureFacet - Class in org.apache.poi.poifs.crypt.dsig.facets
-
Signature Facet implementation to create enveloped signatures.
- EnvelopedSignatureFacet() - Constructor for class org.apache.poi.poifs.crypt.dsig.facets.EnvelopedSignatureFacet
-
- equals(Object) - Method in class org.apache.poi.openxml4j.opc.internal.ContentType
-
- equals(Object) - Method in class org.apache.poi.openxml4j.opc.PackagePartName
-
Part name equivalence is determined by comparing part names as
case-insensitive ASCII strings.
- equals(Object) - Method in class org.apache.poi.openxml4j.opc.PackageRelationship
-
- equals(Object) - Method in class org.apache.poi.xssf.binary.XSSFHyperlinkRecord
-
- equals(Object) - Method in class org.apache.poi.xssf.streaming.SXSSFRow
-
- equals(Object) - Method in class org.apache.poi.xssf.usermodel.extensions.XSSFCellBorder
-
- equals(Object) - Method in class org.apache.poi.xssf.usermodel.extensions.XSSFCellFill
-
- equals(Object) - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Checks is the supplied style is equal to this style
- equals(Object) - Method in class org.apache.poi.xssf.usermodel.XSSFClientAnchor
-
- equals(Object) - Method in class org.apache.poi.xssf.usermodel.XSSFColor
-
- equals(Object) - Method in class org.apache.poi.xssf.usermodel.XSSFComment
-
- equals(Object) - Method in class org.apache.poi.xssf.usermodel.XSSFFont
-
- equals(Object) - Method in class org.apache.poi.xssf.usermodel.XSSFName
-
Compares this name to the specified object.
- equals(Object) - Method in class org.apache.poi.xssf.usermodel.XSSFRow
-
- equals(Object) - Method in class org.apache.poi.xwpf.usermodel.XWPFChart
-
- equals(Object) - Method in class org.apache.poi.xwpf.usermodel.XWPFPictureData
-
- error(String, Object) - Static method in class org.apache.poi.xdgf.exceptions.XDGFException
-
Creates an error message to be thrown
- error(String, Object, Throwable) - Static method in class org.apache.poi.xdgf.exceptions.XDGFException
-
- ErrorBarType - Enum in org.apache.poi.xddf.usermodel.chart
-
- errorCell(String, FormulaError, XSSFComment) - Method in interface org.apache.poi.xssf.binary.XSSFBSheetHandler.XSSFBSheetContentsHandler
-
Handles a cell that evaluates to an error.
- ErrorDirection - Enum in org.apache.poi.xddf.usermodel.chart
-
- ErrorValueType - Enum in org.apache.poi.xddf.usermodel.chart
-
- evaluateAll() - Method in class org.apache.poi.xssf.streaming.SXSSFFormulaEvaluator
-
Loops over rows and cells, evaluating formula cells there.
- evaluateAll() - Method in class org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator
-
Loops over all cells in all sheets of the supplied
workbook.
- evaluateAllFormulaCells(SXSSFWorkbook, boolean) - Static method in class org.apache.poi.xssf.streaming.SXSSFFormulaEvaluator
-
For active worksheets only, will loop over rows and
cells, evaluating formula cells there.
- evaluateAllFormulaCells(XSSFWorkbook) - Static method in class org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator
-
Loops over all cells in all sheets of the supplied
workbook.
- evaluateFormulaCellValue(Cell) - Method in class org.apache.poi.xssf.usermodel.BaseXSSFFormulaEvaluator
-
Returns a CellValue wrapper around the supplied ValueEval instance.
- evaluateInCell(Cell) - Method in class org.apache.poi.xssf.streaming.SXSSFFormulaEvaluator
-
- evaluateInCell(Cell) - Method in class org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator
-
- EVEN - Static variable in class org.apache.poi.xwpf.model.XWPFHeaderFooterPolicy
-
- exportToXML(OutputStream, boolean) - Method in class org.apache.poi.xssf.extractor.XSSFExportToXml
-
Exports the data in an XML stream
- exportToXML(OutputStream, String, boolean) - Method in class org.apache.poi.xssf.extractor.XSSFExportToXml
-
Exports the data in an XML stream
- EXTENDED_PROPERTIES - Static variable in interface org.apache.poi.openxml4j.opc.PackageRelationshipTypes
-
Extended properties relationship type.
- EXTENSION_GIF - Static variable in class org.apache.poi.openxml4j.opc.ContentTypes
-
- EXTENSION_JPG_1 - Static variable in class org.apache.poi.openxml4j.opc.ContentTypes
-
- EXTENSION_JPG_2 - Static variable in class org.apache.poi.openxml4j.opc.ContentTypes
-
- EXTENSION_PICT - Static variable in class org.apache.poi.openxml4j.opc.ContentTypes
-
- EXTENSION_PNG - Static variable in class org.apache.poi.openxml4j.opc.ContentTypes
-
- EXTENSION_TIFF - Static variable in class org.apache.poi.openxml4j.opc.ContentTypes
-
- EXTENSION_XML - Static variable in class org.apache.poi.openxml4j.opc.ContentTypes
-
- EXTERNAL_LINK_PATH - Static variable in interface org.apache.poi.openxml4j.opc.PackageRelationshipTypes
-
External Link to another Document
- EXTERNAL_LINKS - Static variable in class org.apache.poi.xssf.usermodel.XSSFRelation
-
- ExternalLinksTable - Class in org.apache.poi.xssf.model
-
Holds details of links to parts of other workbooks (eg named ranges),
along with the most recently seen values for what they point to.
- ExternalLinksTable() - Constructor for class org.apache.poi.xssf.model.ExternalLinksTable
-
- ExternalLinksTable(PackagePart) - Constructor for class org.apache.poi.xssf.model.ExternalLinksTable
-
- ExternalLinksTable.ExternalName - Class in org.apache.poi.xssf.model
-
- ExternalName(CTExternalDefinedName) - Constructor for class org.apache.poi.xssf.model.ExternalLinksTable.ExternalName
-