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

B

backup(Graphics2D) - Method in class org.apache.poi.hwmf.draw.HwmfGraphicsState
Saves the state of the graphics2D object
BACKWARD_DIAGONAL - org.apache.poi.hemf.record.emfplus.HemfPlusBrush.EmfPlusHatchStyle
Specifies lines on a diagonal from upper right to lower left.
BANDINFO - org.apache.poi.hwmf.record.HwmfEscape.EscapeFunction
Retrieves or specifies settings concerning banding on a device, such as the number of bands.
BANNER - org.apache.poi.hslf.record.DocumentAtom.SlideSize
Slide size ratio is consistent with a banner.
BASELINE - org.apache.poi.hwmf.record.HwmfText.HwmfTextVerticalAlignment
 
BASELINE - Static variable in class org.apache.poi.hslf.model.textproperties.FontAlignmentProp
 
BEGIN_PATH - org.apache.poi.hwmf.record.HwmfEscape.EscapeFunction
Opens a path.
beginContainer - org.apache.poi.hemf.record.emfplus.HemfPlusRecordType
 
beginContainerNoParams - org.apache.poi.hemf.record.emfplus.HemfPlusRecordType
 
beginPath - org.apache.poi.hemf.record.emf.HemfRecordType
 
BEVEL - org.apache.poi.hemf.record.emfplus.HemfPlusPen.EmfPlusLineJoin
 
BEVEL - org.apache.poi.hwmf.record.HwmfPenStyle.HwmfLineJoin
Line joins are beveled.
BEZIER - org.apache.poi.hemf.record.emfplus.HemfPlusPath.EmfPlusPathPointType
Specifies that the point is an endpoint or control point of a cubic Bezier curve
BI_BITCOUNT_0 - org.apache.poi.hwmf.record.HwmfBitmapDib.BitCount
The image SHOULD be in either JPEG or PNG format.
BI_BITCOUNT_1 - org.apache.poi.hwmf.record.HwmfBitmapDib.BitCount
Each pixel in the bitmap is represented by a single bit.
BI_BITCOUNT_2 - org.apache.poi.hwmf.record.HwmfBitmapDib.BitCount
Each pixel in the bitmap is represented by a 4-bit index into the color table, and each byte contains 2 pixels.
BI_BITCOUNT_3 - org.apache.poi.hwmf.record.HwmfBitmapDib.BitCount
Each pixel in the bitmap is represented by an 8-bit index into the color table, and each byte contains 1 pixel.
BI_BITCOUNT_4 - org.apache.poi.hwmf.record.HwmfBitmapDib.BitCount
Each pixel in the bitmap is represented by a 16-bit value.
BI_BITCOUNT_5 - org.apache.poi.hwmf.record.HwmfBitmapDib.BitCount
The bitmap has a maximum of 2^24 colors, and the Colors field of DIB is NULL.
BI_BITCOUNT_6 - org.apache.poi.hwmf.record.HwmfBitmapDib.BitCount
The bitmap has a maximum of 2^24 colors.
BI_BITFIELDS - org.apache.poi.hwmf.record.HwmfBitmapDib.Compression
The bitmap is not compressed and the color table consists of three DWORD color masks that specify the red, green, and blue components, respectively, of each pixel.
BI_CMYK - org.apache.poi.hwmf.record.HwmfBitmapDib.Compression
The image is an uncompressed CMYK format.
BI_CMYKRLE4 - org.apache.poi.hwmf.record.HwmfBitmapDib.Compression
A CMYK format that uses RLE compression for bitmaps with 4 bits per pixel.
BI_CMYKRLE8 - org.apache.poi.hwmf.record.HwmfBitmapDib.Compression
A CMYK format that uses RLE compression for bitmaps with 8 bits per pixel.
BI_JPEG - org.apache.poi.hwmf.record.HwmfBitmapDib.Compression
The image is a JPEG image, as specified in [JFIF].
BI_PNG - org.apache.poi.hwmf.record.HwmfBitmapDib.Compression
The image is a PNG image, as specified in [RFC2083].
BI_RGB - org.apache.poi.hwmf.record.HwmfBitmapDib.Compression
The bitmap is in uncompressed red green blue (RGB) format that is not compressed and does not use color masks.
BI_RLE4 - org.apache.poi.hwmf.record.HwmfBitmapDib.Compression
An RGB format that uses RLE compression for bitmaps with 4 bits per pixel.
BI_RLE8 - org.apache.poi.hwmf.record.HwmfBitmapDib.Compression
An RGB format that uses run-length encoding (RLE) compression for bitmaps with 8 bits per pixel.
BIG_OBJECT - org.apache.poi.hslf.record.SlideAtomLayout.SlideLayoutType
Presentation slide layout with one body placeholder shape.
BIG5 - Static variable in class org.apache.poi.hwpf.util.DoubleByteUtil
 
BINARY - Static variable in class org.apache.poi.hsmf.datatypes.Types
Binary - counted byte array
BinaryTagData - org.apache.poi.hslf.record.RecordTypes
 
BinaryTagDataBlob - Class in org.apache.poi.hslf.record
If we come across a record we know has children of (potential) interest, but where the record itself is boring, but where other records may care about where this one lives, we create one of these.
BinaryTagDataBlob(byte[], int, int) - Constructor for class org.apache.poi.hslf.record.BinaryTagDataBlob
Create a new holder for a boring record with children, but with position dependent characteristics
BIRTHDAY - Static variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
bitBlt - org.apache.poi.hemf.record.emf.HemfRecordType
 
bitBlt - org.apache.poi.hwmf.record.HwmfRecordType
 
bitmap - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfAlphaBlend
 
bitmap - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfSetDiBitsToDevice
 
bitmap - Variable in class org.apache.poi.hemf.record.emf.HemfMisc.EmfCreateMonoBrush
 
bitmap - Variable in class org.apache.poi.hemf.record.emf.HemfMisc.EmfExtCreatePen
 
bitmap - Variable in class org.apache.poi.hwmf.record.HwmfFill.WmfStretchDib
A variable-sized DeviceIndependentBitmap Object (section 2.2.2.9) that is the source of the color data.
Bitmap - Class in org.apache.poi.hslf.blip
Represents a bitmap picture data: JPEG or PNG.
Bitmap() - Constructor for class org.apache.poi.hslf.blip.Bitmap
Deprecated.
Use HSLFSlideShow.addPicture(byte[], org.apache.poi.sl.usermodel.PictureData.PictureType) or one of its overloads to create new Bitmap. This API led to detached Bitmap instances (See Bugzilla 46122) and prevented adding additional functionality.
Bitmap(EscherContainerRecord, EscherBSERecord) - Constructor for class org.apache.poi.hslf.blip.Bitmap
Creates a new instance.
BITMAP - org.apache.poi.hemf.record.emfplus.HemfPlusImage.EmfPlusImageDataType
Specifies a bitmap image.
BITMAP - org.apache.poi.hwmf.usermodel.HwmfEmbeddedType
 
BitmapClamp - org.apache.poi.hemf.record.emfplus.HemfPlusImage.EmfPlusObjectClamp
The object is clamped to a bitmap.
BitMaskTextProp - Class in org.apache.poi.hslf.model.textproperties
Definition of a special kind of property of some text, or its paragraph.
BitMaskTextProp(int, int, String, String...) - Constructor for class org.apache.poi.hslf.model.textproperties.BitMaskTextProp
 
BitMaskTextProp(BitMaskTextProp) - Constructor for class org.apache.poi.hslf.model.textproperties.BitMaskTextProp
 
BKC_EVEN_PAGE - Static variable in class org.apache.poi.hwpf.model.types.SEPAbstractType
Even page
BKC_NEW_COLUMN - Static variable in class org.apache.poi.hwpf.model.types.SEPAbstractType
New column
BKC_NEW_PAGE - Static variable in class org.apache.poi.hwpf.model.types.SEPAbstractType
New page
BKC_NO_BREAK - Static variable in class org.apache.poi.hwpf.model.types.SEPAbstractType
No break
BKC_ODD_PAGE - Static variable in class org.apache.poi.hwpf.model.types.SEPAbstractType
Odd page
bkColorSrc - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfAlphaBlend
the background color of the source bitmap.
bkColorSrc - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfStretchBlt
A WMF ColorRef object that specifies the background color of the source bitmap.
BKDEDN - Static variable in class org.apache.poi.hwpf.model.FIBFieldHandler
 
BKDFTN - Static variable in class org.apache.poi.hwpf.model.FIBFieldHandler
 
BKDMOTHER - Static variable in class org.apache.poi.hwpf.model.FIBFieldHandler
 
BKFAbstractType - Class in org.apache.poi.hwpf.model.types
BooKmark First descriptor (BKF).
BKFAbstractType() - Constructor for class org.apache.poi.hwpf.model.types.BKFAbstractType
 
BKFAbstractType(BKFAbstractType) - Constructor for class org.apache.poi.hwpf.model.types.BKFAbstractType
 
bkMode - Variable in class org.apache.poi.hwmf.record.HwmfMisc.WmfSetBkMode
 
BLACKNESS - org.apache.poi.hwmf.record.HwmfTernaryRasterOp
Fills the destination rectangle with black
BLACKONWHITE - org.apache.poi.hwmf.record.HwmfMisc.WmfSetStretchBltMode.StretchBltMode
Performs a Boolean AND operation by using the color values for the eliminated and existing pixels.
BLANK_SLIDE - org.apache.poi.hslf.record.SlideAtomLayout.SlideLayoutType
Presentation slide layout with no placeholder shape.
BLEND_FACTORS_H - Static variable in interface org.apache.poi.hemf.record.emfplus.HemfPlusBrush.EmfPlusBrushData
This flag is meaningful in EmfPlusLinearGradientBrushData and EmfPlusPathGradientBrushData objects.
BLEND_FACTORS_V - Static variable in interface org.apache.poi.hemf.record.emfplus.HemfPlusBrush.EmfPlusBrushData
This flag is meaningful in EmfPlusLinearGradientBrushData objects.
blendFlags - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfAlphaBlend
This value MUST be 0x00 and MUST be ignored.
blendOperation - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfAlphaBlend
The blend operation code.
BMP - org.apache.poi.hwmf.usermodel.HwmfEmbeddedType
 
BMP - org.apache.poi.hwpf.usermodel.PictureType
 
body - Variable in class org.apache.poi.hwpf.converter.HtmlDocumentFacade
 
body - Variable in class org.apache.poi.hwpf.converter.TextDocumentFacade
 
BODY - Static variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
BODY_CONTENT_ID - Static variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
BODY_CONTENT_LOCATION - Static variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
BODY_CRC - Static variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
BODY_HTML - Static variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
bold - Variable in class org.apache.poi.hwpf.converter.FontReplacer.Triplet
 
BOLD_IDX - Static variable in class org.apache.poi.hslf.model.textproperties.CharFlagsTextProp
 
Bookmark - Interface in org.apache.poi.hwpf.usermodel
User friendly interface to access information about document bookmarks
BookmarkCollection - org.apache.poi.hslf.record.RecordTypes
 
BookmarkEntityAtom - org.apache.poi.hslf.record.RecordTypes
 
BookmarkFirstDescriptor - Class in org.apache.poi.hwpf.model
 
BookmarkFirstDescriptor() - Constructor for class org.apache.poi.hwpf.model.BookmarkFirstDescriptor
 
BookmarkFirstDescriptor(byte[], int) - Constructor for class org.apache.poi.hwpf.model.BookmarkFirstDescriptor
 
BookmarkFirstDescriptor(BookmarkFirstDescriptor) - Constructor for class org.apache.poi.hwpf.model.BookmarkFirstDescriptor
 
Bookmarks - Interface in org.apache.poi.hwpf.usermodel
User-friendly interface to access document bookmarks
BookmarkSeedAtom - org.apache.poi.hslf.record.RecordTypes
 
BookmarksImpl - Class in org.apache.poi.hwpf.usermodel
Implementation of user-friendly interface for document bookmarks
BookmarksImpl(BookmarksTables) - Constructor for class org.apache.poi.hwpf.usermodel.BookmarksImpl
 
BookmarksTables - Class in org.apache.poi.hwpf.model
 
BookmarksTables(byte[], FileInformationBlock) - Constructor for class org.apache.poi.hwpf.model.BookmarksTables
 
BOOLEAN - Static variable in class org.apache.poi.hsmf.datatypes.Types
Boolean - 16-bit Boolean value.
BooleanPropertyValue(MAPIProperty, long, byte[]) - Constructor for class org.apache.poi.hsmf.datatypes.PropertyValue.BooleanPropertyValue
 
BorderCode - Class in org.apache.poi.hwpf.usermodel
Mapping class for BRC80 structure (Border Code for Word 97)
BorderCode() - Constructor for class org.apache.poi.hwpf.usermodel.BorderCode
 
BorderCode(byte[], int) - Constructor for class org.apache.poi.hwpf.usermodel.BorderCode
 
BorderCode(BorderCode) - Constructor for class org.apache.poi.hwpf.usermodel.BorderCode
 
BORDERS_ALL - Static variable in class org.apache.poi.hslf.usermodel.HSLFTable
 
BORDERS_INSIDE - Static variable in class org.apache.poi.hslf.usermodel.HSLFTable
 
BORDERS_NONE - Static variable in class org.apache.poi.hslf.usermodel.HSLFTable
 
BORDERS_OUTSIDE - Static variable in class org.apache.poi.hslf.usermodel.HSLFTable
 
BOTTOM - org.apache.poi.hwmf.record.HwmfText.HwmfTextVerticalAlignment
 
BOTTOM - org.apache.poi.hwpf.usermodel.OfficeDrawing.VerticalPositioning
The shape is vertically positioned at the bottom of the page element
BOTTOM - Static variable in class org.apache.poi.hslf.model.textproperties.FontAlignmentProp
 
bounds - Variable in class org.apache.poi.hemf.record.emf.HemfDraw.EmfStrokePath
 
bounds - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfAlphaBlend
the destination bounding rectangle in device units
bounds - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfFillRgn
 
bounds - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfInvertRgn
 
bounds - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfSetDiBitsToDevice
 
bounds - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfStretchBlt
 
bounds - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfStretchDiBits
 
bounds - Variable in class org.apache.poi.hwmf.record.HwmfDraw.WmfArc
the bounding rectangle
bounds - Variable in class org.apache.poi.hwmf.record.HwmfDraw.WmfEllipse
 
bounds - Variable in class org.apache.poi.hwmf.record.HwmfDraw.WmfRectangle
 
bounds - Variable in class org.apache.poi.hwmf.record.HwmfDraw.WmfRoundRect
 
bounds - Variable in class org.apache.poi.hwmf.record.HwmfText.WmfExtTextOut
An optional 8-byte Rect Object (section 2.2.2.18) that defines the dimensions, in logical coordinates, of a rectangle that is used for clipping, opaquing, or both.
bounds - Variable in class org.apache.poi.hwmf.record.HwmfWindowing.WmfExcludeClipRect
a rectangle in logical units
bounds - Variable in class org.apache.poi.hwmf.record.HwmfWindowing.WmfIntersectClipRect
a rectangle in logical units
boundsIgnored - Variable in class org.apache.poi.hemf.record.emf.HemfText.EmfExtTextOutA
 
BRCL_DOUBLE - Static variable in class org.apache.poi.hwpf.model.types.PAPAbstractType
 
BRCL_SHADOW - Static variable in class org.apache.poi.hwpf.model.types.PAPAbstractType
 
BRCL_SINGLE - Static variable in class org.apache.poi.hwpf.model.types.PAPAbstractType
 
BRCL_THICK - Static variable in class org.apache.poi.hwpf.model.types.PAPAbstractType
 
BRCP_BAR_TO_LEFT_OF_PARAGRAPH - Static variable in class org.apache.poi.hwpf.model.types.PAPAbstractType
 
BRCP_BORDER_ABOVE - Static variable in class org.apache.poi.hwpf.model.types.PAPAbstractType
 
BRCP_BORDER_BELOW - Static variable in class org.apache.poi.hwpf.model.types.PAPAbstractType
 
BRCP_BOX_AROUND - Static variable in class org.apache.poi.hwpf.model.types.PAPAbstractType
 
BRCP_NONE - Static variable in class org.apache.poi.hwpf.model.types.PAPAbstractType
 
BRUSH - org.apache.poi.hemf.record.emfplus.HemfPlusObject.EmfPlusObjectType
Brush objects fill graphics regions.
brushHatch - Variable in class org.apache.poi.hwmf.record.HwmfMisc.WmfCreateBrushIndirect
 
brushIdx - Variable in class org.apache.poi.hemf.record.emf.HemfMisc.EmfCreateDibPatternBrushPt
 
brushIndex - Variable in class org.apache.poi.hwmf.record.HwmfDraw.WmfFrameRegion
A 16-bit unsigned integer used to index into the WMF Object Table to get the Brush to use for filling the region.
brushIndex - Variable in class org.apache.poi.hwmf.record.HwmfFill.WmfFillRegion
A 16-bit unsigned integer used to index into the WMF Object Table to get the brush to use for filling the region.
brushStyle - Variable in class org.apache.poi.hemf.record.emf.HemfMisc.EmfExtCreatePen
 
brushStyle - Variable in class org.apache.poi.hwmf.record.HwmfMisc.WmfCreateBrushIndirect
 
BS_DIBPATTERN - org.apache.poi.hwmf.record.HwmfBrushStyle
A pattern brush specified by a DIB.
BS_DIBPATTERN8X8 - org.apache.poi.hwmf.record.HwmfBrushStyle
Not supported
BS_DIBPATTERNPT - org.apache.poi.hwmf.record.HwmfBrushStyle
A pattern brush specified by a DIB.
BS_HATCHED - org.apache.poi.hwmf.record.HwmfBrushStyle
A brush that paints a predefined simple pattern, or "hatch", onto a solid background.
BS_INDEXED - org.apache.poi.hwmf.record.HwmfBrushStyle
Not supported
BS_LINEAR_GRADIENT - org.apache.poi.hwmf.record.HwmfBrushStyle
(POI arbitrary:) EMF/EMF+ specific value for linear gradient paint
BS_MONOPATTERN - org.apache.poi.hwmf.record.HwmfBrushStyle
Not supported
BS_NULL - org.apache.poi.hwmf.record.HwmfBrushStyle
A brush that does nothing.
BS_PATTERN - org.apache.poi.hwmf.record.HwmfBrushStyle
A brush that paints a pattern defined by a bitmap, which MAY be a Bitmap16 Object or a DeviceIndependentBitmap (DIB) Object.
BS_PATTERN8X8 - org.apache.poi.hwmf.record.HwmfBrushStyle
Not supported
BS_SOLID - org.apache.poi.hwmf.record.HwmfBrushStyle
A brush that paints a single, constant color, either solid or dithered.
buildRecordAtOffset(byte[], int) - Static method in class org.apache.poi.hslf.record.Record
Build and return the Record at the given offset.
buildStyle(HSSFWorkbook, HSSFCellStyle) - Method in class org.apache.poi.hssf.converter.ExcelToHtmlConverter
 
buildStylesheet(Map<String, Map<String, String>>) - Method in class org.apache.poi.hwpf.converter.HtmlDocumentFacade
 
buildTextPropList(int, byte[], int) - Method in class org.apache.poi.hslf.model.textproperties.TextPropCollection
For an existing set of text properties, build the list of properties coded for in a given run of properties.
BULLET_HARDCOLOR_IDX - Static variable in class org.apache.poi.hslf.model.textproperties.ParagraphFlagsTextProp
 
BULLET_HARDFONT_IDX - Static variable in class org.apache.poi.hslf.model.textproperties.ParagraphFlagsTextProp
 
BULLET_HARDSIZE_IDX - Static variable in class org.apache.poi.hslf.model.textproperties.ParagraphFlagsTextProp
 
BULLET_IDX - Static variable in class org.apache.poi.hslf.model.textproperties.ParagraphFlagsTextProp
 
BUSINESS_FAX_NUMBER - Static variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
BUSINESS_HOME_PAGE - Static variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
ByteChunk - Class in org.apache.poi.hsmf.datatypes
A Chunk that holds binary data, normally unparsed.
ByteChunk(int, Types.MAPIType) - Constructor for class org.apache.poi.hsmf.datatypes.ByteChunk
Create a Byte Chunk, with the specified type.
ByteChunk(String, int, Types.MAPIType) - Constructor for class org.apache.poi.hsmf.datatypes.ByteChunk
Creates a Byte Chunk.
ByteChunkDeferred - Class in org.apache.poi.hsmf.datatypes
A Chunk that either acts as ByteChunk (if not initialized with a node) or lazy loads its binary data from the document (if linked with a node via ByteChunkDeferred.readValue(DocumentNode)).
ByteChunkDeferred(String, int, Types.MAPIType) - Constructor for class org.apache.poi.hsmf.datatypes.ByteChunkDeferred
Creates a Byte Stream Chunk, with the specified type.
BytePropertyNode<T extends BytePropertyNode<T>> - Class in org.apache.poi.hwpf.model
Deprecated.
byte positions shall not be saved in memory
BytePropertyNode(int, int, Object) - Constructor for class org.apache.poi.hwpf.model.BytePropertyNode
Deprecated.
 
BytePropertyNode(BytePropertyNode) - Constructor for class org.apache.poi.hwpf.model.BytePropertyNode
Deprecated.
 
bytesLength() - Method in class org.apache.poi.hwpf.model.OldTextPiece
Returns the length, in bytes
bytesLength() - Method in class org.apache.poi.hwpf.model.SinglentonTextPiece
 
bytesLength() - Method in class org.apache.poi.hwpf.model.TextPiece
Returns the length, in bytes
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