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

E

EARTH_1 - org.apache.poi.xwpf.usermodel.Borders
 
EARTH_2 - org.apache.poi.xwpf.usermodel.Borders
 
EAST_ASIAN_CHINESE_SIMPLIFIED_PERIOD - org.apache.poi.xddf.usermodel.text.AutonumberScheme
 
EAST_ASIAN_CHINESE_SIMPLIFIED_PLAIN - org.apache.poi.xddf.usermodel.text.AutonumberScheme
 
EAST_ASIAN_CHINESE_TRADITIONAL_PERIOD - org.apache.poi.xddf.usermodel.text.AutonumberScheme
 
EAST_ASIAN_CHINESE_TRADITIONAL_PLAIN - org.apache.poi.xddf.usermodel.text.AutonumberScheme
 
EAST_ASIAN_JAPANESE_DOUBLE_BYTE_PERIOD - org.apache.poi.xddf.usermodel.text.AutonumberScheme
 
EAST_ASIAN_JAPANESE_KOREAN_PERIOD - org.apache.poi.xddf.usermodel.text.AutonumberScheme
 
EAST_ASIAN_JAPANESE_KOREAN_PLAIN - org.apache.poi.xddf.usermodel.text.AutonumberScheme
 
eastAsia - org.apache.poi.xwpf.usermodel.XWPFRun.FontCharRange
 
ECLIPSING_SQUARES_1 - org.apache.poi.xwpf.usermodel.Borders
 
ECLIPSING_SQUARES_2 - org.apache.poi.xwpf.usermodel.Borders
 
EDGE - org.apache.poi.xddf.usermodel.chart.LayoutMode
 
EGGS_BLACK - org.apache.poi.xwpf.usermodel.Borders
 
Ellipse - Class in org.apache.poi.xdgf.usermodel.section.geometry
 
Ellipse(RowType) - Constructor for class org.apache.poi.xdgf.usermodel.section.geometry.Ellipse
 
ELLIPSE - org.apache.poi.xddf.usermodel.PresetGeometry
 
ELLIPSE_RIBBON - org.apache.poi.xddf.usermodel.PresetGeometry
 
ELLIPSE_RIBBON_2 - org.apache.poi.xddf.usermodel.PresetGeometry
 
ELLIPSIS - org.apache.poi.xssf.usermodel.TextVerticalOverflow
Pay attention to top and bottom barriers.
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
 
END - org.apache.poi.xwpf.usermodel.ParagraphAlignment
 
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.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.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler
Signal that the end of a sheet was been reached
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
 
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
 
EXACT - 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.
EXACT - org.apache.poi.xwpf.usermodel.TableRowHeightRule
 
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 - org.apache.poi.openxml4j.opc.TargetMode
The relationship references a resource that is external to the package.
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
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages