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

T

TabAlignment - Enum in org.apache.poi.xddf.usermodel.text
 
TABLE - Static variable in class org.apache.poi.xssf.usermodel.XSSFRelation
 
TABLE_STYLES - Static variable in class org.apache.poi.xslf.usermodel.XSLFRelation
 
TableRowAlign - Enum in org.apache.poi.xwpf.usermodel
Sets alignment values allowed for Tables and Table Rows
TableRowHeightRule - Enum in org.apache.poi.xwpf.usermodel
Sets height rule values allowed for Table Rows
tableRows - Variable in class org.apache.poi.xwpf.usermodel.XWPFTable
 
tables - Variable in class org.apache.poi.xwpf.usermodel.XWPFDocument
 
tables - Variable in class org.apache.poi.xwpf.usermodel.XWPFTableCell
 
TableWidthType - Enum in org.apache.poi.xwpf.usermodel
The width types for tables and table cells.
TARGET_ATTRIBUTE_NAME - Static variable in class org.apache.poi.openxml4j.opc.PackageRelationship
 
TARGET_MODE_ATTRIBUTE_NAME - Static variable in class org.apache.poi.openxml4j.opc.PackageRelationship
 
TargetMode - Enum in org.apache.poi.openxml4j.opc
Specifies whether the target of a PackageRelationship is inside or outside a Package.
TempFilePackagePart - Class in org.apache.poi.openxml4j.opc.internal
(Experimental) Temp File version of a package part.
TempFilePackagePart(OPCPackage, PackagePartName, String) - Constructor for class org.apache.poi.openxml4j.opc.internal.TempFilePackagePart
Constructor.
TempFilePackagePart(OPCPackage, PackagePartName, String, boolean) - Constructor for class org.apache.poi.openxml4j.opc.internal.TempFilePackagePart
Constructor.
TEMPLATE - Static variable in class org.apache.poi.xwpf.usermodel.XWPFRelation
 
TEMPLATE_WORKBOOK - Static variable in class org.apache.poi.xssf.usermodel.XSSFRelation
 
text - Variable in class org.apache.poi.xdgf.usermodel.shape.ShapeTextVisitor
 
text() - Method in class org.apache.poi.xwpf.usermodel.XWPFRun
Returns the string version of the text, with tabs and carriage returns in place of their xml equivalents.
text - Variable in class org.apache.poi.xwpf.usermodel.XWPFTable
 
TextAcceptor() - Constructor for class org.apache.poi.xdgf.usermodel.shape.ShapeTextVisitor.TextAcceptor
 
TextAlign - Enum in org.apache.poi.xssf.usermodel
Specified a list of text alignment types
TextAlignment - Enum in org.apache.poi.xddf.usermodel.text
 
TextAlignment - Enum in org.apache.poi.xwpf.usermodel
Specifies all types of vertical alignment which are available to be applied to of all text on each line displayed within a paragraph.
TextAutofit - Enum in org.apache.poi.xssf.usermodel
Specifies a list of auto-fit types.
TextBodyPropertyFetcher<T> - Class in org.apache.poi.xslf.model
 
TextBodyPropertyFetcher() - Constructor for class org.apache.poi.xslf.model.TextBodyPropertyFetcher
 
TextCap - Enum in org.apache.poi.xssf.usermodel
Text Capitalization that is to be applied to the text run.
TextContainer - Interface in org.apache.poi.xddf.usermodel.text
 
TextDirection - Enum in org.apache.poi.xssf.usermodel
Vertical Text Types
TextFontAlign - Enum in org.apache.poi.xssf.usermodel
Specified a list of text font alignment types
TextHorizontalOverflow - Enum in org.apache.poi.xssf.usermodel
Text Horizontal Overflow
TextSegment - Class in org.apache.poi.xwpf.usermodel
saves the begin and end position of a text in a Paragraph
TextSegment() - Constructor for class org.apache.poi.xwpf.usermodel.TextSegment
 
TextSegment(int, int, int, int, int, int) - Constructor for class org.apache.poi.xwpf.usermodel.TextSegment
 
TextSegment(PositionInParagraph, PositionInParagraph) - Constructor for class org.apache.poi.xwpf.usermodel.TextSegment
 
TextVerticalOverflow - Enum in org.apache.poi.xssf.usermodel
Text Vertical Overflow
THEME - Static variable in class org.apache.poi.xslf.usermodel.XSLFRelation
 
THEME - Static variable in class org.apache.poi.xssf.usermodel.XSSFRelation
 
theme - Variable in class org.apache.poi.xwpf.usermodel.XWPFDocument
 
THEME - Static variable in class org.apache.poi.xwpf.usermodel.XWPFRelation
 
THEME_MANAGER - Static variable in class org.apache.poi.xslf.usermodel.XSLFRelation
 
Themes - Interface in org.apache.poi.xssf.model
 
ThemesTable - Class in org.apache.poi.xssf.model
Class that represents theme of XLSX document.
ThemesTable() - Constructor for class org.apache.poi.xssf.model.ThemesTable
Create a new, empty ThemesTable
ThemesTable(PackagePart) - Constructor for class org.apache.poi.xssf.model.ThemesTable
Construct a ThemesTable.
ThemesTable(InputStream) - Constructor for class org.apache.poi.xssf.model.ThemesTable
Construct a ThemesTable.
ThemesTable(ThemeDocument) - Constructor for class org.apache.poi.xssf.model.ThemesTable
Construct a ThemesTable from an existing ThemeDocument.
ThemesTable.ThemeElement - Enum in org.apache.poi.xssf.model
 
THUMBNAIL - Static variable in interface org.apache.poi.openxml4j.opc.PackageRelationshipTypes
Thumbnail relationship type.
TileFlipMode - Enum in org.apache.poi.xddf.usermodel
 
timeStamp(SignatureInfo, byte[], RevocationData) - Method in interface org.apache.poi.poifs.crypt.dsig.services.TimeStampService
Gives back the encoded time-stamp token for the given array of data bytes.
timeStamp(SignatureInfo, byte[], RevocationData) - Method in class org.apache.poi.poifs.crypt.dsig.services.TSPTimeStampService
 
TimeStampHttpClient - Interface in org.apache.poi.poifs.crypt.dsig.services
This interface is used to decouple the timestamp service logic from the actual downloading code and to provide an interface for user code using a different http client implementation.
TimeStampHttpClient.TimeStampHttpClientResponse - Interface in org.apache.poi.poifs.crypt.dsig.services
 
TimeStampService - Interface in org.apache.poi.poifs.crypt.dsig.services
Interface for a time-stamp service.
TimeStampServiceValidator - Interface in org.apache.poi.poifs.crypt.dsig.services
Interface for trust validator of a TSP.
TimeStampSimpleHttpClient - Class in org.apache.poi.poifs.crypt.dsig.services
This default implementation is used to decouple the timestamp service logic from the actual downloading code and to provide a base for user code using a different http client implementation
TimeStampSimpleHttpClient() - Constructor for class org.apache.poi.poifs.crypt.dsig.services.TimeStampSimpleHttpClient
 
TimeStampSimpleHttpClient.MethodHandler - Interface in org.apache.poi.poifs.crypt.dsig.services
 
title - Variable in class org.apache.poi.openxml4j.opc.internal.PackagePropertiesPart
The name given to the resource.
TOC - Class in org.apache.poi.xwpf.usermodel
 
TOC() - Constructor for class org.apache.poi.xwpf.usermodel.TOC
 
TOC(CTSdtBlock) - Constructor for class org.apache.poi.xwpf.usermodel.TOC
 
toCTFont(CTRPrElt) - Static method in class org.apache.poi.xssf.usermodel.XSSFRichTextString
CTRPrElt --> CTFont adapter
toDouble(Object) - Static method in class org.apache.poi.ooxml.util.NumberHelper
 
toEvaluationCell(Cell) - Method in class org.apache.poi.xssf.streaming.SXSSFFormulaEvaluator
Turns a SXSSFCell into a SXSSFEvaluationCell
toEvaluationCell(Cell) - Method in class org.apache.poi.xssf.usermodel.BaseXSSFFormulaEvaluator
Turns a XSSFCell / SXSSFCell into a XSSFEvaluationCell
toEvaluationCell(Cell) - Method in class org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator
Turns a XSSFCell into a XSSFEvaluationCell
toRGBHex() - Method in class org.apache.poi.xddf.usermodel.XDDFColorRgbBinary
 
toRGBHex() - Method in class org.apache.poi.xddf.usermodel.XDDFColorRgbPercent
 
toString() - Method in class org.apache.poi.ooxml.POIXMLDocumentPart
 
toString() - Method in class org.apache.poi.openxml4j.opc.internal.ContentType
Returns the content type as a string, including parameters
toString(boolean) - Method in class org.apache.poi.openxml4j.opc.internal.ContentType
 
toString() - Method in class org.apache.poi.openxml4j.opc.OPCPackage
 
toString() - Method in class org.apache.poi.openxml4j.opc.PackagePart
 
toString() - Method in class org.apache.poi.openxml4j.opc.PackagePartName
 
toString() - Method in class org.apache.poi.openxml4j.opc.PackageRelationship
 
toString() - Method in class org.apache.poi.openxml4j.opc.PackageRelationshipCollection
 
toString() - Method in class org.apache.poi.xdgf.usermodel.section.geometry.ArcTo
 
toString() - Method in class org.apache.poi.xdgf.usermodel.section.geometry.LineTo
 
toString() - Method in class org.apache.poi.xdgf.usermodel.section.geometry.MoveTo
 
toString() - Method in class org.apache.poi.xdgf.usermodel.section.geometry.SplineKnot
 
toString() - Method in class org.apache.poi.xdgf.usermodel.section.geometry.SplineStart
 
toString() - Method in class org.apache.poi.xdgf.usermodel.section.XDGFSection
 
toString() - Method in class org.apache.poi.xdgf.usermodel.XDGFBaseContents
 
toString() - Method in class org.apache.poi.xdgf.usermodel.XDGFMaster
 
toString() - Method in class org.apache.poi.xdgf.usermodel.XDGFShape
 
toString() - Method in class org.apache.poi.xslf.usermodel.XSLFAutoShape
 
toString() - Method in class org.apache.poi.xslf.usermodel.XSLFTextParagraph
 
toString() - Method in class org.apache.poi.xslf.usermodel.XSLFTextRun
 
toString() - Method in class org.apache.poi.xslf.util.DummyGraphics2d
 
toString() - Method in class org.apache.poi.xssf.binary.XSSFHyperlinkRecord
 
toString() - Method in class org.apache.poi.xssf.streaming.SXSSFCell
Returns a string representation of the cell
toString() - Method in class org.apache.poi.xssf.usermodel.XSSFCell
Returns a string representation of the cell
toString() - Method in class org.apache.poi.xssf.usermodel.XSSFClientAnchor
 
toString() - Method in class org.apache.poi.xssf.usermodel.XSSFConditionalFormatting
 
toString() - Method in class org.apache.poi.xssf.usermodel.XSSFFont
 
toString() - Method in class org.apache.poi.xssf.usermodel.XSSFRichTextString
Returns the plain string representation.
toString() - Method in class org.apache.poi.xssf.usermodel.XSSFRow
 
toString() - Method in class org.apache.poi.xssf.usermodel.XSSFTextParagraph
 
toString() - Method in class org.apache.poi.xssf.usermodel.XSSFTextRun
 
toString() - Method in interface org.apache.poi.xwpf.usermodel.ISDTContent
 
toString() - Method in class org.apache.poi.xwpf.usermodel.XWPFRelation
 
toString() - Method in class org.apache.poi.xwpf.usermodel.XWPFRun
Returns the string version of the text and the phonetic string
toString() - Method in class org.apache.poi.xwpf.usermodel.XWPFSDTContent
 
toString() - Method in class org.apache.poi.xwpf.usermodel.XWPFSDTContentCell
 
toURI(String) - Static method in class org.apache.poi.openxml4j.opc.PackagingURIHelper
Convert a string to URI If part name is not a valid URI, it is resolved as follows:
toXSSFColor(Color) - Static method in class org.apache.poi.xssf.usermodel.XSSFColor
Checked type cast color to an XSSFColor.
trackAllColumnsForAutoSizing() - Method in class org.apache.poi.xssf.streaming.SXSSFSheet
Tracks all columns in the sheet for auto-sizing.
trackColumnForAutoSizing(int) - Method in class org.apache.poi.xssf.streaming.SXSSFSheet
Track a column in the sheet for auto-sizing.
trackColumnsForAutoSizing(Collection<Integer>) - Method in class org.apache.poi.xssf.streaming.SXSSFSheet
Track several columns in the sheet for auto-sizing.
transform(Data, XMLCryptoContext) - Method in class org.apache.poi.poifs.crypt.dsig.services.RelationshipTransformService
The relationships transform takes the XML document from the Relationships part and converts it to another XML document.
transform(Data, XMLCryptoContext, OutputStream) - Method in class org.apache.poi.poifs.crypt.dsig.services.RelationshipTransformService
 
transform(AffineTransform) - Method in class org.apache.poi.xslf.util.DummyGraphics2d
 
TRANSFORM_URI - Static variable in class org.apache.poi.poifs.crypt.dsig.services.RelationshipTransformService
 
TransformerHelper - Class in org.apache.poi.ooxml.util
Deprecated.
translate(double, double) - Method in class org.apache.poi.xslf.util.DummyGraphics2d
 
translate(int, int) - Method in class org.apache.poi.xslf.util.DummyGraphics2d
 
TSPTimeStampService - Class in org.apache.poi.poifs.crypt.dsig.services
A TSP time-stamp service implementation.
TSPTimeStampService() - Constructor for class org.apache.poi.poifs.crypt.dsig.services.TSPTimeStampService
 
TYPE_ATTRIBUTE_NAME - Static variable in class org.apache.poi.openxml4j.opc.PackageRelationship
 
TYPES_NAMESPACE_URI - Static variable in class org.apache.poi.openxml4j.opc.internal.ContentTypeManager
Content type namespace
A B C D E F G H I K L M N O P Q R S T U V W X Z _ 
Skip navigation links