|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
rpath of other in this document like child number
lindex of the part pointed by lpath.
rpath of other in this document like child number
lindex of elem.
toAdd into map only if the key is not already
present.
elem if needed.
Base64.InputStream will read data from another java.io.InputStream,
given in the constructor, and encode/decode to/from Base64 notation on the fly.Base64.InputStream in DECODE mode.
Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream will write data to another java.io.OutputStream,
given in the constructor, and encode/decode to/from Base64 notation on the fly.Base64.OutputStream in ENCODE mode.
Base64.OutputStream in either ENCODE or DECODE mode.
formatted.
NOT_IN_CACHE.
ImageInfo.setInput(InputStream) or ImageInfo.setInput(DataInput).
content.
null.ContentType of a certain version.DataStyle.format(Object, CellStyle, boolean) can
accept.
Number to another.
pkg.
ODPackage.RootElement.CONTENT.
ext.
excludedEntries.
content.
ExceptionUtils.createExn(Class, String, Throwable)
maxWidth by
maxHeight.
ODPackage.RootElement.STYLES.
java.io.tmpdir system property), and returns its name.
data.
newSize columns.
null.
null avec compareTo().
s, so that the resulting string has none of
StringUtils.Escaper.getEscapedChars().
ImageInfo.getFormat() for BMP streams.
ImageInfo.getFormat() for GIF streams.
ImageInfo.getFormat() for IFF streams.
ImageInfo.getFormat() for JPEG streams.
ImageInfo.getFormat() for PBM streams.
ImageInfo.getFormat() for PCX streams.
ImageInfo.getFormat() for PGM streams.
ImageInfo.getFormat() for PNG streams.
ImageInfo.getFormat() for PPM streams.
ImageInfo.getFormat() for PSD streams.
ImageInfo.getFormat() for RAS streams.
ODPackage.getSpreadSheet().
ODPackage.getTextDocument().
sel is in cache returns its value, else if key is running block until the key
is put (or the current thread is interrupted).
ImageInfo.check() was successful, returns the image's number of bits per pixel.
s that is at most maxLength long.
Text.
null if it cannot be found (eg this package is empty).
l if it isn't empty, otherwise null.
ImageInfo.check() was successful, returns the image format as one of the FORMAT_xyz
constants from this class.
ImageInfo.check() was successful, returns the image format's name.
ImageInfo.check() was successful, returns one the image's vertical resolution in pixels.
ProductInfo.setInstance(ProductInfo) was called with a non-null value, return that ;
otherwise use ProductInfo.createDefault().
l if it isn't empty, otherwise null.
StringUtils.getBoundedLengthString(String, int).
ImageInfo.check() was successful, returns a String with the MIME type of the format.
start to end inclusive.
index of l if it exists, otherwise
null.
ImageInfo.check() was successful and ImageInfo.setCollectComments(boolean) was called with
true as argument, returns the number of comments retrieved from the input
image stream / file.
ODSingleXMLDocument.add(ODSingleXMLDocument).
parent or create one if necessary.
ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per
inch) or -1 if no value could be found.
ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per
inch) or -1 if no value could be found.
-1.0f if width
information is not available.
l if it's the only one, otherwise null.
Cell.getTextValue(boolean) using Cell.getTextValueMode().
0 and l.size() inclusive.
null if it cannot be found (eg this package is
empty, or contains no xml).
ImageInfo.check() was successful, returns one the image's horizontal resolution in pixels.
n has a non-zero fractional part.
Content descendants.
BigDecimal.divide(BigDecimal, MathContext) since :
1234,567.divide(33000) throws java.lang.ArithmeticException: Non-terminating decimal
expansion; no exact representable decimal result
1234,567.divide(33000, RoundingMode.HALF_UP) = 0,037 : since it isn't exact uses the
dividend scale, thus loosing a lot of precision
1234,567.divide(33000, HIGH_PRECISION) = 0.03741112121212121212121212121212121
You also can't just use the precision of the dividend :
lowPrecision = new BigDecimal("1E+3");
lowPrecision.divide(new BigDecimal("7E+5"), new MathContext(lowPrecision.precision()))) == 0.001;
lowPrecision.divide(new BigDecimal("7E+5"), HIGH_PRECISION) == 0.001428571428571428571428571428571429;
Note: MathContext.DECIMAL128 is different since it uses
RoundingMode.HALF_EVEN
true if this document was split.
true then OOXML.get(XMLFormatVersion) will
never return null, allowing to support unknown versions.
root.
File.isFile()) contained in the passed dir.
link to target.
f.
dest being
a directory.
Content descendant.
cal so that any Calendar with the same local time have the same
result.
ODPackage.getMeta().Parsed.execute(DataModel) .src using the same settings as p.
Statement.getName().
Base64.InputStream.read() repeatedly until the end of stream is reached or len
bytes are read.
Content returned by the last call to next from it's
parent.
decimalDigits remain after the point.
ScriptEngine.false.
Cell.getTextValue() parses strings using the standard way or using the
OpenOffice.org way.
factory to add our
protocols.
XPath with less features but a greater speed.ODPackage.RootElement.SINGLE_CONTENT.
SimpleXMLPath.esc as escape character.
IdentitySet consisting of items.
jarjar one.
ODSingleXMLDocument.
exnClass is
thrown.
ExnTransformer.transformChecked(Object)
into one of the passed exception classes.
Set containing the union of the given Sets.
Validator.isValid() on each XML subdocuments.
Base64.OutputStream.write(int) repeatedly until len bytes are written.
Date according to W3C XML
Schema 1.0 Part 2, Section 3.2.7-14.version of xml and its office version.in.
ZipEntry.STORED method.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||