A B C D E F G H I L M N O P Q R S T U V W X Z _

E

EARTH_1 - Static variable in class org.apache.poi.xwpf.usermodel.Borders
 
EARTH_2 - Static variable in class org.apache.poi.xwpf.usermodel.Borders
 
ECLIPSING_SQUARES_1 - Static variable in class org.apache.poi.xwpf.usermodel.Borders
 
ECLIPSING_SQUARES_2 - Static variable in class org.apache.poi.xwpf.usermodel.Borders
 
EGGS_BLACK - Static variable in class org.apache.poi.xwpf.usermodel.Borders
 
EMU_PER_PIXEL - Static variable in class org.apache.poi.xssf.usermodel.XSSFShape
 
EMU_PER_POINT - Static variable in class org.apache.poi.xssf.usermodel.XSSFShape
 
enableLocking() - Method in class org.apache.poi.xssf.usermodel.XSSFSheet
Enable sheet protection
EncryptionOption - Class in org.apache.poi.openxml4j.opc
Specifies the encryption option for parts in a Package.
EncryptionOption() - Constructor for class org.apache.poi.openxml4j.opc.EncryptionOption
 
endElement(String, String, String) - Method in class org.apache.poi.xssf.eventusermodel.ReadOnlySharedStringsTable
 
ENDNOTE - Static variable in class org.apache.poi.xwpf.usermodel.XWPFRelation
 
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
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
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
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
ensureRelationships() - Method in class org.apache.poi.openxml4j.opc.OPCPackage
Ensure that the relationships collection is not null.
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.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.XSSFFont
 
equals(Object) - Method in class org.apache.poi.xssf.usermodel.XSSFName
Compares this name to the specified object.
evaluate(Cell) - Method in class org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator
If cell contains a formula, the formula is evaluated and returned, else the CellValue simply copies the appropriate cell value from the cell and also its cell type.
evaluateAllFormulaCells(XSSFWorkbook) - Static method in class org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator
Loops over all cells in all sheets of the supplied workbook.
evaluateFormulaCell(Cell) - Method in class org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator
If cell contains formula, it evaluates the formula, and saves the result of the formula.
evaluateInCell(Cell) - Method in class org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator
If cell contains formula, it evaluates the formula, and puts the formula result back into the cell, in place of the old formula.
EVEN - Static variable in class org.apache.poi.xwpf.model.XWPFHeaderFooterPolicy
 
EvilUnclosedBRFixingInputStream - Class in org.apache.poi.xssf.util
This is a seriously sick fix for the fact that some .xlsx files contain raw bits of HTML, without being escaped or properly turned into XML.
EvilUnclosedBRFixingInputStream(InputStream) - Constructor for class org.apache.poi.xssf.util.EvilUnclosedBRFixingInputStream
 
EXACT - Static variable in class org.apache.poi.xwpf.usermodel.LineSpacingRule
Specifies that the height of the line shall be exactly the value specified, regardless of the size of the contents If the contents are too large for the specified height, then they shall be clipped as necessary.
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 - Static variable in class org.apache.poi.openxml4j.opc.TargetMode
The relationship references a part that is inside the package.
ExtractorFactory - Class in org.apache.poi.extractor
Figures out the correct POITextExtractor for your supplied document, and returns it.
ExtractorFactory() - Constructor for class org.apache.poi.extractor.ExtractorFactory
 

A B C D E F G H I L M N O P Q R S T U V W X Z _