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

U

uncompressCHP(StyleSheet, CharacterProperties, byte[], int) - Static method in class org.apache.poi.hwpf.sprm.CharacterSprmUncompressor
 
uncompressCHP(CharacterProperties, byte[], int) - Static method in class org.apache.poi.hwpf.sprm.CharacterSprmUncompressor
Deprecated.
UNCOMPRESSED_SIGNATURE_INT - Static variable in class org.apache.poi.hmef.CompressedRTF
 
uncompressPAP(ParagraphProperties, byte[], int) - Static method in class org.apache.poi.hwpf.sprm.ParagraphSprmUncompressor
 
uncompressSEP(byte[], int) - Static method in class org.apache.poi.hwpf.sprm.SectionSprmUncompressor
 
uncompressTAP(SprmBuffer) - Static method in class org.apache.poi.hwpf.sprm.TableSprmUncompressor
 
UNDEFINED - org.apache.poi.hemf.record.emfplus.HemfPlusImage.EmfPlusPixelFormat
 
underline - Variable in class org.apache.poi.hwmf.record.HwmfFont
An 8-bit Boolean value that specifies the underline attribute of the font.
UNDERLINE_IDX - Static variable in class org.apache.poi.hslf.model.textproperties.CharFlagsTextProp
 
UnhandledDataStructure - Class in org.apache.poi.hwpf.model
A data structure used to hold some data we don't understand / can't handle, so we have it available for when we come to write back out again
UnhandledDataStructure(byte[], int, int) - Constructor for class org.apache.poi.hwpf.model.UnhandledDataStructure
 
UNICODE_STRING - Static variable in class org.apache.poi.hsmf.datatypes.Types
A string, from Outlook 3.0 onwards.
UNICODECHAR_NO_BREAK_SPACE - Static variable in class org.apache.poi.hwpf.converter.AbstractWordConverter
 
UNICODECHAR_NONBREAKING_HYPHEN - Static variable in class org.apache.poi.hwpf.converter.AbstractWordConverter
 
UNICODECHAR_ZERO_WIDTH_SPACE - Static variable in class org.apache.poi.hwpf.converter.AbstractWordConverter
 
UnimplementedHemfPlusRecord - Class in org.apache.poi.hemf.record.emfplus
 
UnimplementedHemfPlusRecord() - Constructor for class org.apache.poi.hemf.record.emfplus.UnimplementedHemfPlusRecord
 
UnimplementedHemfRecord - Class in org.apache.poi.hemf.record.emf
 
UnimplementedHemfRecord() - Constructor for class org.apache.poi.hemf.record.emf.UnimplementedHemfRecord
 
UNION - org.apache.poi.hemf.record.emfplus.HemfPlusMisc.CombineMode
 
Unknown - org.apache.poi.hslf.record.RecordTypes
 
UNKNOWN - org.apache.poi.hemf.record.emfplus.HemfPlusImage.EmfPlusImageDataType
The type of image is not known.
UNKNOWN - org.apache.poi.hsmf.MAPIMessage.MESSAGE_CLASS
 
UNKNOWN - org.apache.poi.hwmf.usermodel.HwmfEmbeddedType
 
UNKNOWN - org.apache.poi.hwpf.usermodel.PictureType
 
UNKNOWN - Static variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
UNKNOWN - Static variable in class org.apache.poi.hsmf.datatypes.Types
Unknown
UnknownQCBit - Class in org.apache.poi.hpbf.model.qcbits
Any Quill Contents bits we don't know how to handle explicitly
UnknownQCBit(String, String, byte[]) - Constructor for class org.apache.poi.hpbf.model.qcbits.UnknownQCBit
 
UnknownRecordPlaceholder - Class in org.apache.poi.hslf.record
If we come across a record we don't know about, we create one of these.
UnknownRecordPlaceholder - org.apache.poi.hslf.record.RecordTypes
 
UnknownRecordPlaceholder(byte[], int, int) - Constructor for class org.apache.poi.hslf.record.UnknownRecordPlaceholder
Create a new holder for a record we don't grok
UnknownStream - Class in org.apache.poi.hdgf.streams
A placeholder for a stream where we don't known anything about how to process / handle it
UnknownStream(Pointer, StreamStore) - Constructor for class org.apache.poi.hdgf.streams.UnknownStream
 
unsetObjectTableEntry(int) - Method in class org.apache.poi.hwmf.draw.HwmfGraphics
Unsets (deletes) the object table entry for further usage When a META_DELETEOBJECT record (section 2.3.4.7) is received that specifies this object's particular index, the object's resources are released, the binding to its WMF Object Table index is ended, and the index value is returned to the pool of available indexes.
UNSPECIFIED - org.apache.poi.hsmf.MAPIMessage.MESSAGE_CLASS
 
UNSPECIFIED - Static variable in class org.apache.poi.hsmf.datatypes.Types
Unspecified
UNUSED - org.apache.poi.hemf.record.emfplus.HemfPlusPath.EmfPlusPathPointType
 
UNUSED - Static variable in class org.apache.poi.hwpf.model.FIBFieldHandler
 
update(FontReplacer.Triplet) - Method in class org.apache.poi.hwpf.converter.DefaultFontReplacer
 
update(FontReplacer.Triplet) - Method in interface org.apache.poi.hwpf.converter.FontReplacer
 
updateAndWriteDependantRecords(OutputStream, Map<RecordTypes, PositionDependentRecord>) - Method in class org.apache.poi.hslf.usermodel.HSLFSlideShowImpl
This is a helper functions, which is needed for adding new position dependent records or finally write the slideshow to a file.
updateEncryptionInfo() - Method in class org.apache.poi.hwpf.HWPFDocumentCore
 
updateEncryptionRecord(Record[]) - Method in class org.apache.poi.hslf.usermodel.HSLFSlideShowEncrypted
 
updateObjectData(ObjectMetaData.Application, ObjectMetaData) - Method in class org.apache.poi.hslf.usermodel.HSLFObjectShape
 
updateOtherRecordReferences(Map<Integer, Integer>) - Method in class org.apache.poi.hslf.record.DocumentEncryptionAtom
 
updateOtherRecordReferences(Map<Integer, Integer>) - Method in class org.apache.poi.hslf.record.ExOleObjStg
 
updateOtherRecordReferences(Map<Integer, Integer>) - Method in class org.apache.poi.hslf.record.PersistPtrHolder
At write-out time, update the references to the sheets to their new positions
updateOtherRecordReferences(Map<Integer, Integer>) - Method in interface org.apache.poi.hslf.record.PositionDependentRecord
Offer the record the list of records that have changed their location as part of the writeout.
updateOtherRecordReferences(Map<Integer, Integer>) - Method in class org.apache.poi.hslf.record.PositionDependentRecordAtom
Offer the record the list of records that have changed their location as part of the writeout.
updateOtherRecordReferences(Map<Integer, Integer>) - Method in class org.apache.poi.hslf.record.PositionDependentRecordContainer
Since we're a container, we don't mind if other records move about.
updateOtherRecordReferences(Map<Integer, Integer>) - Method in class org.apache.poi.hslf.record.UserEditAtom
At write-out time, update the references to PersistPtrs and other UserEditAtoms to point to their new positions
updateSheet() - Method in class org.apache.poi.hslf.usermodel.HSLFTextRun
Supply the SlideShow we belong to
updateSprm(short, boolean) - Method in class org.apache.poi.hwpf.sprm.SprmBuffer
 
updateSprm(short, byte) - Method in class org.apache.poi.hwpf.sprm.SprmBuffer
 
updateSprm(short, int) - Method in class org.apache.poi.hwpf.sprm.SprmBuffer
 
updateSprm(short, short) - Method in class org.apache.poi.hwpf.sprm.SprmBuffer
 
updateStyles() - Method in class org.apache.poi.hslf.record.TxMasterStyleAtom
Updates the rawdata from the modified paragraph/character styles
updateStylesheet() - Method in class org.apache.poi.hwpf.converter.HtmlDocumentFacade
 
updateTextSize(int) - Method in class org.apache.poi.hslf.model.textproperties.IndentProp
Update the size of the text that this set of properties applies to
updateTextSize(int) - Method in class org.apache.poi.hslf.model.textproperties.TextPropCollection
Update the size of the text that this set of properties applies to
updateWindowMapMode() - Method in class org.apache.poi.hemf.draw.HemfGraphics
 
updateWindowMapMode() - Method in class org.apache.poi.hwmf.draw.HwmfGraphics
After setting various window and viewport related properties, the underlying graphics context needs to be adapted.
UPX - Class in org.apache.poi.hwpf.model
 
UPX(byte[]) - Constructor for class org.apache.poi.hwpf.model.UPX
 
URL - org.apache.poi.hslf.record.InteractiveInfoAtom.Link
 
usageSrc - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfAlphaBlend
A 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header.
usageSrc - Variable in class org.apache.poi.hemf.record.emf.HemfFill.EmfSetDiBitsToDevice
 
useEmbeddedFont() - Method in class org.apache.poi.hwmf.record.HwmfFont.WmfClipPrecision
 
usePathBracket - Variable in class org.apache.poi.hemf.draw.HemfDrawProperties
 
USER_CERTIFICATE - Static variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
USER_X509_CERTIFICATE - Static variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
USERDATEATOM - Static variable in class org.apache.poi.hslf.record.HeadersFootersContainer
 
UserEditAndPersistListing - Class in org.apache.poi.hslf.dev
Uses record level code to locate UserEditAtom records, and other persistence related atoms.
UserEditAndPersistListing() - Constructor for class org.apache.poi.hslf.dev.UserEditAndPersistListing
 
UserEditAtom - Class in org.apache.poi.hslf.record
A UserEdit Atom (type 4085).
UserEditAtom - org.apache.poi.hslf.record.RecordTypes
 
UserEditAtom(byte[], int, int) - Constructor for class org.apache.poi.hslf.record.UserEditAtom
For the UserEdit Atom
USERSTYLE - org.apache.poi.hwmf.record.HwmfPenStyle.HwmfLineDash
The pen uses a styling array supplied by the user.
USES_MASTER_SLIDE_ID - Static variable in class org.apache.poi.hslf.record.SlideAtom
 
USKF - Static variable in class org.apache.poi.hwpf.model.FIBFieldHandler
 
USP - Static variable in class org.apache.poi.hwpf.model.FIBFieldHandler
 
usualType - Variable in class org.apache.poi.hmef.attribute.TNEFProperty
Usual Type
usualType - Variable in class org.apache.poi.hsmf.datatypes.MAPIProperty
 
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