Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A3 - Static variable in class org.openpdf.css.parser.property.PageSize
-
ISO A3 media: 297mm wide and 420mm high
- A4 - Static variable in class org.openpdf.css.parser.property.PageSize
-
IS0 A4 media: 210 mm wide and 297 mm high
- A5 - Static variable in class org.openpdf.css.parser.property.PageSize
-
ISO A5 media: 148mm wide and 210 mm high
- ABSOLUTE - Static variable in class org.openpdf.css.constants.IdentValue
- ABSOLUTE_FONT_SIZES - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- AbstractButtonField - Class in org.openpdf.simple.extend.form
- AbstractButtonField(Element, XhtmlForm, LayoutContext, BlockBox) - Constructor for class org.openpdf.simple.extend.form.AbstractButtonField
- AbstractFormField - Class in org.openpdf.pdf
- AbstractFormField() - Constructor for class org.openpdf.pdf.AbstractFormField
- AbstractOutputDevice - Class in org.openpdf.render
-
An abstract implementation of an
OutputDevice. - AbstractOutputDevice() - Constructor for class org.openpdf.render.AbstractOutputDevice
- AbstractPropertyBuilder - Class in org.openpdf.css.parser.property
- AbstractPropertyBuilder() - Constructor for class org.openpdf.css.parser.property.AbstractPropertyBuilder
- AbstractResource - Class in org.openpdf.resource
- AbstractResource(InputStream) - Constructor for class org.openpdf.resource.AbstractResource
- AbstractResource(InputSource) - Constructor for class org.openpdf.resource.AbstractResource
- ACTIVE_PSEUDOCLASS - Static variable in class org.openpdf.css.newmatch.Selector
- addAllChildren(List<Box>) - Method in class org.openpdf.render.Box
- addAllChildren(List<Box>, Layer) - Method in class org.openpdf.render.InlineLayoutBox
- addAllChildren(List<Box>, Layer) - Method in class org.openpdf.render.LineBox
- addAllProperties(List<PropertyDeclaration>) - Method in class org.openpdf.css.sheet.Ruleset
- addAttributeEqualsCondition(String, String, String) - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition [attribute=value]
- addAttributeExistsCondition(String, String) - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition [attribute]
- addAttributeMatchesFirstPartCondition(String, String, String) - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition [attribute|=value]
- addAttributeMatchesListCondition(String, String, String) - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition [attribute~=value]
- addAttributePrefixCondition(String, String, String) - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition [attribute^=value]
- addAttributeSubstringCondition(String, String, String) - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition [attribute*=value]
- addAttributeSuffixCondition(String, String, String) - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition [attribute$=value]
- addBoxId(String, Box) - Method in class org.openpdf.layout.LayoutContext
- addBoxId(String, Box) - Method in class org.openpdf.layout.SharedContext
- addButtonToGroup(String, AbstractButton) - Method in class org.openpdf.simple.extend.XhtmlForm
- addChild(Layer) - Method in class org.openpdf.layout.Layer
- addChild(Box) - Method in class org.openpdf.render.Box
- addChildForLayout(LayoutContext, Box) - Method in class org.openpdf.render.Box
- addClassCondition(String) - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition .class
- addCollapsedBorders(Set<CollapsedBorderValue>, List<CollapsedBorderSide>) - Method in class org.openpdf.newtable.TableCellBox
- addComponent(Element, LayoutContext, BlockBox) - Method in class org.openpdf.simple.extend.XhtmlForm
- addContent(MediaRule) - Method in class org.openpdf.css.sheet.Stylesheet
- addContent(PageRule) - Method in class org.openpdf.css.sheet.Stylesheet
- addContent(Ruleset) - Method in class org.openpdf.css.sheet.FontFaceRule
- addContent(Ruleset) - Method in class org.openpdf.css.sheet.MediaRule
- addContent(Ruleset) - Method in class org.openpdf.css.sheet.PageRule
- addContent(Ruleset) - Method in interface org.openpdf.css.sheet.RulesetContainer
- addContent(Ruleset) - Method in class org.openpdf.css.sheet.Stylesheet
- addDocumentListener(DocumentListener) - Method in class org.openpdf.swing.RootPanel
-
Adds the specified Document listener to receive Document events from this component.
- addEvenChildCondition() - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition that element has pseudo-class :even
- addFirstChildCondition() - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition that element has pseudo-class :first-child
- addFloat(BlockBox) - Method in class org.openpdf.layout.Layer
- addFont(BaseFont, String, String) - Method in class org.openpdf.pdf.ITextFontResolver
- addFont(String, boolean) - Method in class org.openpdf.pdf.ITextFontResolver
-
Add the font with encoding "CP1252" (don't ask me why :) )
- addFont(String, String, String, boolean, String) - Method in class org.openpdf.pdf.ITextFontResolver
- addFont(String, String, boolean) - Method in class org.openpdf.pdf.ITextFontResolver
- addFont(String, String, boolean, String) - Method in class org.openpdf.pdf.ITextFontResolver
- addFontDescription(FontDescription) - Method in class org.openpdf.pdf.FontFamily
- addFontDirectory(String, boolean) - Method in class org.openpdf.pdf.ITextFontResolver
-
Add all fonts from given directory with encoding "CP1252" (don't ask me why :) )
- addFontDirectory(String, String, boolean) - Method in class org.openpdf.pdf.ITextFontResolver
-
Add all fonts from given directory (all files with extension ".otf" and ".ttf")
- addFontFaceRule(FontFaceRule) - Method in class org.openpdf.css.sheet.Stylesheet
- addForm(Element, XhtmlForm) - Method in class org.openpdf.swing.SwingReplacedElementFactory
-
Adds a form to a local cache for quick lookup.
- addFSSelector(Selector) - Method in class org.openpdf.css.sheet.Ruleset
- addIDCondition(String) - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition #ID
- addImportRule(StylesheetInfo) - Method in class org.openpdf.css.sheet.Stylesheet
- addInlineChild(LayoutContext, Object) - Method in class org.openpdf.render.InlineLayoutBox
- addInlineChild(LayoutContext, Object, boolean) - Method in class org.openpdf.render.InlineLayoutBox
- addLangCondition(String) - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition :lang(Xx)
- addLastChildCondition() - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition that element has pseudo-class :last-child
- addLinkCondition() - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition that element has pseudo-class :link
- addListener(FSMouseListener) - Method in class org.openpdf.swing.MouseTracker
-
Adds a listener to receive callbacks on mouse events.
- addMedium(String) - Method in class org.openpdf.css.sheet.MediaRule
- addMetadata(String, String) - Method in class org.openpdf.pdf.ITextOutputDevice
-
Appends a name/content metadata pair to this output device.
- addMouseTrackingListener(FSMouseListener) - Method in class org.openpdf.swing.BasicPanel
- addNonFlowContent(BlockBox) - Method in class org.openpdf.render.LineBox
- addNotify() - Method in class org.openpdf.swing.RootPanel
-
Overrides the default implementation to test for and configure any
JScrollPaneparent. - addNthChildCondition(String) - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition that element has pseudo-class :nth-child(an+b)
- addOddChildCondition() - Method in class org.openpdf.css.newmatch.Selector
-
the CSS condition that element has pseudo-class :odd
- addPage(CssContext) - Method in class org.openpdf.layout.Layer
- addPageSequence(BlockBox) - Method in class org.openpdf.layout.Layer
- addProperty(PropertyDeclaration) - Method in class org.openpdf.css.sheet.Ruleset
- addRunningBlock(BlockBox) - Method in class org.openpdf.layout.Layer
- addScaleChangeListener(ScaleChangeListener) - Method in class org.openpdf.swing.ScalableXHTMLPanel
- addStyle(CascadedStyle) - Method in class org.openpdf.layout.StyleTracker
- addStyleColumn(TableColumn) - Method in class org.openpdf.newtable.TableBox
- addUnsupportedCondition() - Method in class org.openpdf.css.newmatch.Selector
-
for unsupported or invalid CSS
- adjustHorizontalPosition(JustificationInfo, float) - Method in class org.openpdf.render.InlineLayoutBox
- align(boolean) - Method in class org.openpdf.render.LineBox
- alignChildren() - Method in class org.openpdf.layout.VerticalAlignContext
- ALL - Static variable in class org.openpdf.render.BorderPainter
- ALL_ZEROS - Static variable in class org.openpdf.css.style.derived.RectPropertySet
- allCSS2PrimitivePropertyNames() - Static method in class org.openpdf.css.constants.CSSName
-
Iterator of ALL primitive (non-shorthand) CSS 2 visual property names.
- allCSS2PropertyNames() - Static method in class org.openpdf.css.constants.CSSName
-
Iterator of ALL CSS 2 visual property names.
- ALWAYS - Static variable in class org.openpdf.css.constants.IdentValue
- analyzePageBreaks(LayoutContext, ContentLimitContainer) - Method in class org.openpdf.newtable.TableBox
- analyzePageBreaks(LayoutContext, ContentLimitContainer) - Method in class org.openpdf.newtable.TableRowBox
- analyzePageBreaks(LayoutContext, ContentLimitContainer) - Method in class org.openpdf.render.Box
- analyzePageBreaks(LayoutContext, ContentLimitContainer) - Method in class org.openpdf.render.LineBox
- ANGLE - Enum constant in enum class org.openpdf.css.parser.Token.Type
- AnonymousBlockBox - Class in org.openpdf.render
-
An anonymous block box as defined in the CSS spec.
- AnonymousBlockBox(Element, CalculatedStyle, List<InlineBox>, List<Styleable>) - Constructor for class org.openpdf.render.AnonymousBlockBox
- appendColumn(int) - Method in class org.openpdf.newtable.TableBox
- appendPosition(StringBuilder) - Method in class org.openpdf.render.Box
- appendPositioningInfo(StringBuilder) - Method in class org.openpdf.render.BlockBox
- appendPositioningInfo(StringBuilder) - Method in class org.openpdf.render.InlineBox
- appendSize(StringBuilder) - Method in class org.openpdf.render.Box
- applies(String, String) - Method in class org.openpdf.css.sheet.PageRule
- appliesToMedia(String) - Method in class org.openpdf.css.sheet.StylesheetInfo
-
Checks if this stylesheet applies to given medium
- applyComponentStyle(JButton) - Method in class org.openpdf.simple.extend.form.AbstractButtonField
- applyComponentStyle(JComponent) - Method in class org.openpdf.simple.extend.form.FormField
- applyOriginalState() - Method in class org.openpdf.simple.extend.form.FormField
- applyRenderingHints(Graphics2D) - Method in class org.openpdf.util.ScalingOptions
-
Applies any rendering hints configured for these ScalingOptions to a Graphics2D instance before image operations are called on it.
- applyTextTransform() - Method in class org.openpdf.render.InlineBox
- AREA - Static variable in class org.openpdf.util.DownscaleQuality
-
One step, fast, but should be better than low-quality.
- ARMENIAN - Static variable in class org.openpdf.css.constants.IdentValue
- ArrayUtil - Class in org.openpdf.util
- ArrayUtil() - Constructor for class org.openpdf.util.ArrayUtil
- asColor() - Method in class org.openpdf.css.constants.IdentValue
- asColor() - Method in class org.openpdf.css.style.derived.ColorValue
-
Returns the value as a Color, if it is a color.
- asColor() - Method in class org.openpdf.css.style.DerivedValue
- asColor() - Method in interface org.openpdf.css.style.FSDerivedValue
- asColor(CSSName) - Method in class org.openpdf.css.style.CalculatedStyle
- asFloat() - Method in class org.openpdf.css.constants.IdentValue
- asFloat() - Method in class org.openpdf.css.style.derived.LengthValue
- asFloat() - Method in class org.openpdf.css.style.derived.NumberValue
- asFloat() - Method in class org.openpdf.css.style.DerivedValue
- asFloat() - Method in interface org.openpdf.css.style.FSDerivedValue
- asFloat(CSSName) - Method in class org.openpdf.css.style.CalculatedStyle
- asIdentValue() - Method in class org.openpdf.css.constants.IdentValue
- asIdentValue() - Method in class org.openpdf.css.sheet.PropertyDeclaration
- asIdentValue() - Method in class org.openpdf.css.style.DerivedValue
- asIdentValue() - Method in interface org.openpdf.css.style.FSDerivedValue
- asLength(CssContext, CSSName) - Method in class org.openpdf.css.style.CalculatedStyle
- assertFoundUpToValues(CSSName, List<? extends CSSPrimitiveValue>, int) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- assignPagePaintingPositions(CssContext, Layer.PagedMode) - Method in class org.openpdf.layout.Layer
- assignPagePaintingPositions(CssContext, Layer.PagedMode, int) - Method in class org.openpdf.layout.Layer
- assignPagePrintPositions(Graphics2D) - Method in class org.openpdf.swing.BasicPanel
- asString() - Method in class org.openpdf.css.constants.IdentValue
- asString() - Method in class org.openpdf.css.style.DerivedValue
- asString() - Method in interface org.openpdf.css.style.FSDerivedValue
- asString() - Method in class org.openpdf.util.DownscaleQuality
- asString(CSSName) - Method in class org.openpdf.css.style.CalculatedStyle
- asStringArray() - Method in class org.openpdf.css.constants.IdentValue
- asStringArray() - Method in class org.openpdf.css.style.derived.ListValue
- asStringArray() - Method in class org.openpdf.css.style.derived.StringValue
- asStringArray() - Method in class org.openpdf.css.style.DerivedValue
- asStringArray() - Method in interface org.openpdf.css.style.FSDerivedValue
- asStringArray(CSSName) - Method in class org.openpdf.css.style.CalculatedStyle
- ASTERISK - Enum constant in enum class org.openpdf.css.parser.Token.Type
- AT_RULE - Enum constant in enum class org.openpdf.css.parser.Token.Type
- AttributeResolver - Interface in org.openpdf.css.extend
-
In XML, an application may or may not know how to find the ID and/or class and/or attribute defaults of an element.
- AUTHOR - Enum constant in enum class org.openpdf.css.sheet.StylesheetInfo.Origin
- AUTO - Static variable in class org.openpdf.css.constants.IdentValue
- AVOID - Static variable in class org.openpdf.css.constants.IdentValue
- AWTFontResolver - Class in org.openpdf.context
- AWTFontResolver() - Constructor for class org.openpdf.context.AWTFontResolver
- AWTFSFont - Class in org.openpdf.swing
- AWTFSFont(Font) - Constructor for class org.openpdf.swing.AWTFSFont
- AWTFSGlyphVector - Class in org.openpdf.swing
- AWTFSGlyphVector(GlyphVector) - Constructor for class org.openpdf.swing.AWTFSGlyphVector
- AWTFSImage - Class in org.openpdf.swing
- AWTFSImage() - Constructor for class org.openpdf.swing.AWTFSImage
B
- B3 - Static variable in class org.openpdf.css.parser.property.PageSize
-
ISO B3 media: 176mm wide by 250mm high
- B4 - Static variable in class org.openpdf.css.parser.property.PageSize
-
ISO B4 media: 250mm wide by 353mm high
- B5 - Static variable in class org.openpdf.css.parser.property.PageSize
-
ISO B5 media: 176mm wide by 250 high
- BACKGROUND_ATTACHMENT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BACKGROUND_ATTACHMENTS - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- BACKGROUND_COLOR - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BACKGROUND_IMAGE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BACKGROUND_POSITION - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BACKGROUND_POSITIONS - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- BACKGROUND_REPEAT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BACKGROUND_REPEATS - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- BACKGROUND_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BACKGROUND_SIZE - Static variable in class org.openpdf.css.constants.CSSName
- BackgroundAttachment() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundAttachment
- BackgroundColor() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundColor
- BackgroundImage() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundImage
- BackgroundPosition - Class in org.openpdf.css.style
- BackgroundPosition() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundPosition
- BackgroundPosition(PropertyValue, PropertyValue) - Constructor for class org.openpdf.css.style.BackgroundPosition
- BackgroundPropertyBuilder - Class in org.openpdf.css.parser.property
- BackgroundPropertyBuilder() - Constructor for class org.openpdf.css.parser.property.BackgroundPropertyBuilder
- BackgroundRepeat() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundRepeat
- BackgroundSize - Class in org.openpdf.css.style
- BackgroundSize() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundSize
- BackgroundSize(boolean, boolean, boolean) - Constructor for class org.openpdf.css.style.BackgroundSize
- BackgroundSize(PropertyValue, PropertyValue) - Constructor for class org.openpdf.css.style.BackgroundSize
- BASELINE - Static variable in class org.openpdf.css.constants.IdentValue
- BasicPanel - Class in org.openpdf.swing
-
A Swing
JPanelthat encloses the Flying Saucer renderer for easy integration into Swing applications. - BasicPanel() - Constructor for class org.openpdf.swing.BasicPanel
- BasicPanel(UserAgentCallback) - Constructor for class org.openpdf.swing.BasicPanel
- BLINK - Static variable in class org.openpdf.css.constants.IdentValue
- BLOCK - Enum constant in enum class org.openpdf.render.BlockBox.ContentType
- BLOCK - Static variable in class org.openpdf.css.constants.IdentValue
- BlockBox - Class in org.openpdf.render
-
A block box as defined in the CSS spec.
- BlockBox() - Constructor for class org.openpdf.render.BlockBox
- BlockBox(Element, CalculatedStyle, boolean) - Constructor for class org.openpdf.render.BlockBox
- BlockBox.ContentType - Enum Class in org.openpdf.render
- BlockBox.Position - Enum Class in org.openpdf.render
- BlockBoxing - Class in org.openpdf.layout
-
Utility class for laying block content.
- BlockFormattingContext - Class in org.openpdf.layout
-
This class represents a block formatting context as defined in the CSS spec.
- BlockFormattingContext(BlockBox, LayoutContext) - Constructor for class org.openpdf.layout.BlockFormattingContext
- BLUE - Static variable in class org.openpdf.css.parser.FSRGBColor
- BOLD - Static variable in class org.openpdf.css.constants.IdentValue
- BOLDER - Static variable in class org.openpdf.css.constants.IdentValue
- BookmarkElement - Class in org.openpdf.pdf
- BookmarkElement(String) - Constructor for class org.openpdf.pdf.BookmarkElement
- Border() - Constructor for class org.openpdf.css.parser.property.BorderPropertyBuilders.Border
- BORDER_BOTTOM_COLOR - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_BOTTOM_LEFT_RADIUS - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS3 property.
- BORDER_BOTTOM_RIGHT_RADIUS - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS3 property.
- BORDER_BOTTOM_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_BOTTOM_STYLE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_BOTTOM_WIDTH - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_BOX - Static variable in class org.openpdf.css.constants.IdentValue
- BORDER_COLLAPSE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_COLOR_PROPERTIES - Static variable in class org.openpdf.css.constants.CSSName
- BORDER_COLOR_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_LEFT_COLOR - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_LEFT_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_LEFT_STYLE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_LEFT_WIDTH - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_RADIUS - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- BORDER_RADIUS_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS3 property.
- BORDER_RIGHT_COLOR - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_RIGHT_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_RIGHT_STYLE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_RIGHT_WIDTH - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_SIDE_PROPERTIES - Static variable in class org.openpdf.css.constants.CSSName
- BORDER_SPACING - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_STYLE - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- BORDER_STYLE_PROPERTIES - Static variable in class org.openpdf.css.constants.CSSName
- BORDER_STYLE_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_STYLES - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- BORDER_TOP_COLOR - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_TOP_LEFT_RADIUS - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS3 property.
- BORDER_TOP_RIGHT_RADIUS - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS3 property.
- BORDER_TOP_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_TOP_STYLE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_TOP_WIDTH - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_WIDTH - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- BORDER_WIDTH_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BORDER_WIDTHS - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- borderBottom(BorderPropertySet, int) - Static method in class org.openpdf.newtable.CollapsedBorderValue
- BorderBottom() - Constructor for class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderBottom
- BorderBottomColor() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderBottomColor
- BorderBottomLeftRadius() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderBottomLeftRadius
- BorderBottomRightRadius() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderBottomRightRadius
- BorderBottomStyle() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderBottomStyle
- BorderBottomWidth() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderBottomWidth
- BorderCollapse() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderCollapse
- BorderColor() - Constructor for class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderColor
- borderLeft(BorderPropertySet, int) - Static method in class org.openpdf.newtable.CollapsedBorderValue
- BorderLeft() - Constructor for class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderLeft
- BorderLeftColor() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderLeftColor
- BorderLeftStyle() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderLeftStyle
- BorderLeftWidth() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderLeftWidth
- BorderPainter - Class in org.openpdf.render
- BorderPainter() - Constructor for class org.openpdf.render.BorderPainter
- BorderPropertyBuilders - Class in org.openpdf.css.parser.property
- BorderPropertyBuilders() - Constructor for class org.openpdf.css.parser.property.BorderPropertyBuilders
- BorderPropertyBuilders.Border - Class in org.openpdf.css.parser.property
- BorderPropertyBuilders.BorderBottom - Class in org.openpdf.css.parser.property
- BorderPropertyBuilders.BorderLeft - Class in org.openpdf.css.parser.property
- BorderPropertyBuilders.BorderRight - Class in org.openpdf.css.parser.property
- BorderPropertyBuilders.BorderTop - Class in org.openpdf.css.parser.property
- BorderPropertySet - Class in org.openpdf.css.style.derived
-
User: patrick Date: Oct 21, 2005
- BorderPropertySet(BorderPropertySet) - Constructor for class org.openpdf.css.style.derived.BorderPropertySet
- BorderPropertySet(CollapsedBorderValue, CollapsedBorderValue, CollapsedBorderValue, CollapsedBorderValue) - Constructor for class org.openpdf.css.style.derived.BorderPropertySet
- BorderRadius() - Constructor for class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderRadius
- BorderRadiusCorner - Class in org.openpdf.css.style
- BorderRadiusCorner(float, float) - Constructor for class org.openpdf.css.style.BorderRadiusCorner
- BorderRadiusCorner(CSSName, CalculatedStyle, CssContext) - Constructor for class org.openpdf.css.style.BorderRadiusCorner
- borderRight(BorderPropertySet, int) - Static method in class org.openpdf.newtable.CollapsedBorderValue
- BorderRight() - Constructor for class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderRight
- BorderRightColor() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderRightColor
- BorderRightStyle() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderRightStyle
- BorderRightWidth() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderRightWidth
- BorderSpacingPropertyBuilder - Class in org.openpdf.css.parser.property
- BorderSpacingPropertyBuilder() - Constructor for class org.openpdf.css.parser.property.BorderSpacingPropertyBuilder
- BorderStyle() - Constructor for class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderStyle
- borderTop(BorderPropertySet, int) - Static method in class org.openpdf.newtable.CollapsedBorderValue
- BorderTop() - Constructor for class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderTop
- BorderTopColor() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderTopColor
- BorderTopLeftRadius() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderTopLeftRadius
- BorderTopRightRadius() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderTopRightRadius
- BorderTopStyle() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderTopStyle
- BorderTopWidth() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderTopWidth
- BorderWidth() - Constructor for class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderWidth
- BOTH - Enum constant in enum class org.openpdf.render.BlockBox.Position
- BOTH - Static variable in class org.openpdf.css.constants.IdentValue
- bottom() - Method in record class org.openpdf.css.constants.CSSName.CSSSideProperties
-
Returns the value of the
bottomrecord component. - bottom() - Method in class org.openpdf.css.style.derived.RectPropertySet
- Bottom() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Bottom
- BOTTOM - Enum constant in enum class org.openpdf.css.style.CalculatedStyle.Edge
- BOTTOM - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- BOTTOM - Static variable in class org.openpdf.css.constants.IdentValue
- BOTTOM - Static variable in class org.openpdf.render.BorderPainter
- BOTTOM_CENTER - Static variable in class org.openpdf.css.constants.MarginBoxName
- BOTTOM_LEFT - Static variable in class org.openpdf.css.constants.MarginBoxName
- BOTTOM_LEFT_CORNER - Static variable in class org.openpdf.css.constants.MarginBoxName
- BOTTOM_RIGHT - Static variable in class org.openpdf.css.constants.MarginBoxName
- BOTTOM_RIGHT_CORNER - Static variable in class org.openpdf.css.constants.MarginBoxName
- bottomColor() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- bottomStyle() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- Box - Class in org.openpdf.render
- Box(Box, CalculatedStyle) - Constructor for class org.openpdf.render.Box
- Box(Element, CalculatedStyle, boolean) - Constructor for class org.openpdf.render.Box
- BOX_SIZING - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- Box.Dump - Enum Class in org.openpdf.render
- Box.State - Enum Class in org.openpdf.render
- BoxBuilder - Class in org.openpdf.layout
-
This class is responsible for creating the box tree from the DOM.
- BoxBuilder() - Constructor for class org.openpdf.layout.BoxBuilder
- BoxBuilder.MarginDirection - Enum Class in org.openpdf.layout
- BoxCollector - Class in org.openpdf.layout
-
A class to collect boxes which intersect a given clip region.
- BoxCollector() - Constructor for class org.openpdf.layout.BoxCollector
- BoxDimensions - Class in org.openpdf.render
- BoxDimensions(int, int, int, int) - Constructor for class org.openpdf.render.BoxDimensions
- BoxRange - Class in org.openpdf.layout
- BoxRange(int, int) - Constructor for class org.openpdf.layout.BoxRange
- BoxRangeData - Class in org.openpdf.layout
- BoxRangeData(BlockBox, BoxRange) - Constructor for class org.openpdf.layout.BoxRangeData
- BoxRangeHelper - Class in org.openpdf.layout
- BoxRangeHelper(OutputDevice, List<BoxRangeData>) - Constructor for class org.openpdf.layout.BoxRangeHelper
- BoxRangeLists - Class in org.openpdf.layout
- BoxRangeLists() - Constructor for class org.openpdf.layout.BoxRangeLists
- BoxSizing() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BoxSizing
- BREAK_ALL - Static variable in class org.openpdf.css.constants.IdentValue
- BREAK_WORD - Static variable in class org.openpdf.css.constants.IdentValue
- BreakAnywhereLineBreakStrategy - Class in org.openpdf.layout.breaker
- BreakAnywhereLineBreakStrategy(String) - Constructor for class org.openpdf.layout.breaker.BreakAnywhereLineBreakStrategy
- BreakAtLineContext - Class in org.openpdf.layout
- BreakAtLineContext(BlockBox, int) - Constructor for class org.openpdf.layout.BreakAtLineContext
- Breaker - Class in org.openpdf.layout.breaker
-
A utility class that scans the text of a single inline box, looking for the next break point.
- Breaker() - Constructor for class org.openpdf.layout.breaker.Breaker
- breakFirstLetter(LayoutContext, LineBreakContext, int, CalculatedStyle) - Static method in class org.openpdf.layout.breaker.Breaker
- BreakPoint - Class in org.openpdf.layout.breaker
- BreakPoint(int) - Constructor for class org.openpdf.layout.breaker.BreakPoint
- BreakPointsProvider - Interface in org.openpdf.layout.breaker
- breakText(LayoutContext, LineBreakContext, int, CalculatedStyle) - Static method in class org.openpdf.layout.breaker.Breaker
- brightness() - Method in record class org.openpdf.css.parser.HSBColor
-
Returns the value of the
brightnessrecord component. - buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean) - Method in interface org.openpdf.css.parser.property.PropertyBuilder
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.BackgroundPropertyBuilder
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.BorderPropertyBuilders.Border
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderBottom
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderLeft
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderRight
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderTop
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.BorderSpacingPropertyBuilder
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.ContentPropertyBuilder
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.CounterPropertyBuilder
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.FontPropertyBuilder
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.ListStylePropertyBuilder
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderColor
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderRadius
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderStyle
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderWidth
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.Margin
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.Padding
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundImage
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundPosition
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundSize
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSTableCellColspan
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSTableCellRowspan
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontFamily
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontSize
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontWeight
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPDFFontEncoding
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderBottomLeftRadius
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderBottomRightRadius
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderTopLeftRadius
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderTopRightRadius
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderBottomWidth
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderLeftWidth
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderRightWidth
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderTopWidth
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundColor
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderBottomColor
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderLeftColor
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderRightColor
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderTopColor
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Color
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSFontMetricSrc
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.ListStyleImage
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Src
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSBorderSpacingHorizontal
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSBorderSpacingVertical
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MinHeight
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MinWidth
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingBottom
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingLeft
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingRight
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingTop
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TextIndent
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Bottom
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSFitImagesToWidth
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageHeight
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageWidth
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Height
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Left
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginBottom
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginLeft
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginRight
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginTop
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MaxHeight
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MaxWidth
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Right
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Top
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.VerticalAlign
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Width
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.LetterSpacing
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WordSpacing
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.LineHeight
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Opacity
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Page
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Orphans
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TabSize
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Widows
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Position
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundAttachment
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundRepeat
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderBottomStyle
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderCollapse
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderLeftStyle
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderRightStyle
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderTopStyle
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BoxSizing
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.CaptionSide
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Clear
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Cursor
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Display
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.EmptyCells
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Float
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontStyle
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontVariant
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSDynamicAutoWidth
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSKeepWithInline
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSNamedDestination
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageOrientation
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageSequence
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPDFFontEmbed
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSTablePaginate
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSTextDecorationExtent
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Hyphens
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.ListStylePosition
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.ListStyleType
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Overflow
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PageBreakAfter
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PageBreakBefore
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PageBreakInside
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TableLayout
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TextAlign
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TextTransform
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Visibility
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WhiteSpace
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WordBreak
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WordWrap
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TextDecoration
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.ZIndex
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in interface org.openpdf.css.parser.property.PropertyBuilder
-
Builds a list of
PropertyDeclarationobjects for the CSS propertycssName. - buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.QuotesPropertyBuilder
- buildDeclarations(CSSName, List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.SizePropertyBuilder
- BuilderUtil - Class in org.openpdf.css.parser.property
-
Static utility functions to check types, etc for builders to use.
- BuilderUtil() - Constructor for class org.openpdf.css.parser.property.BuilderUtil
- byIdent(String) - Static method in enum class org.openpdf.css.constants.PageElementPosition
C
- calcBaseline(LayoutContext) - Method in class org.openpdf.newtable.TableCellBox
- calcBaseline(LayoutContext) - Method in class org.openpdf.render.BlockBox
- calcBlockBaseline(LayoutContext) - Method in class org.openpdf.newtable.TableCellBox
- calcBorders(LayoutContext) - Method in class org.openpdf.newtable.TableSectionBox
- calcBreakAtLineContext(LayoutContext) - Method in class org.openpdf.render.BlockBox
- calcCanvasLocation() - Method in class org.openpdf.render.BlockBox
- calcCanvasLocation() - Method in class org.openpdf.render.Box
- calcCanvasLocation() - Method in class org.openpdf.render.InlineLayoutBox
- calcCanvasLocation() - Method in class org.openpdf.render.LineBox
- calcChildLocations() - Method in class org.openpdf.render.BlockBox
- calcChildLocations() - Method in class org.openpdf.render.Box
- calcChildLocations() - Method in class org.openpdf.render.InlineLayoutBox
- calcChildLocations() - Method in class org.openpdf.render.LineBox
- calcChildPaintingInfo(CssContext, PaintingInfo, boolean) - Method in class org.openpdf.render.BlockBox
- calcChildPaintingInfo(CssContext, PaintingInfo, boolean) - Method in class org.openpdf.render.Box
- calcChildPaintingInfo(CssContext, PaintingInfo, boolean) - Method in class org.openpdf.render.InlineLayoutBox
- calcCollapsedBorder(CssContext) - Method in class org.openpdf.newtable.TableCellBox
- calcDimensions(LayoutContext) - Method in class org.openpdf.render.BlockBox
- calcDimensions(LayoutContext, int) - Method in class org.openpdf.render.BlockBox
- calcFixedHeightRowBottom(CssContext) - Method in class org.openpdf.newtable.TableBox
- calcFloatLocations() - Method in class org.openpdf.layout.FloatManager
- calcFloatProportionalValue(CalculatedStyle, CSSName, String, float, short, float, CssContext) - Static method in class org.openpdf.css.style.derived.LengthValue
- calcInitialBreakAtLine(LayoutContext) - Method in class org.openpdf.render.BlockBox
- calcInitialFloatedCanvasLocation(LayoutContext) - Method in class org.openpdf.render.BlockBox
- calcInlineBaseline(CssContext) - Method in class org.openpdf.newtable.TableBox
- calcInlineBaseline(CssContext) - Method in class org.openpdf.render.BlockBox
- calcLayoutHeight(LayoutContext, BorderPropertySet, RectPropertySet, RectPropertySet) - Method in class org.openpdf.newtable.TableBox
- calcLayoutHeight(LayoutContext, BorderPropertySet, RectPropertySet, RectPropertySet) - Method in class org.openpdf.newtable.TableRowBox
- calcLayoutHeight(LayoutContext, BorderPropertySet, RectPropertySet, RectPropertySet) - Method in class org.openpdf.render.BlockBox
- calcMinMaxWidth(LayoutContext) - Method in class org.openpdf.newtable.TableBox
- calcMinMaxWidth(LayoutContext) - Method in class org.openpdf.render.BlockBox
- calcMinMaxWidth(LayoutContext, int, boolean) - Method in class org.openpdf.render.InlineBox
- calcPaintingInfo(CssContext, boolean) - Method in class org.openpdf.render.Box
- calcTotalAdjustment(JustificationInfo) - Method in class org.openpdf.render.InlineText
- calculate(LayoutContext, FSFunction) - Method in interface org.openpdf.css.extend.ContentFunction
- calculate(RenderingContext, FSFunction, InlineText) - Method in interface org.openpdf.css.extend.ContentFunction
- CalculatedStyle - Class in org.openpdf.css.style
-
A set of properties that apply to a single Element, derived from all matched properties following the rules for CSS cascade, inheritance, importance, specificity and sequence.
- CalculatedStyle() - Constructor for class org.openpdf.css.style.CalculatedStyle
-
Default constructor; as the instance is immutable after use, don't use this for class instantiation externally.
- CalculatedStyle.Edge - Enum Class in org.openpdf.css.style
- calculateHeight(LayoutContext) - Method in class org.openpdf.render.InlineLayoutBox
- calculateScaleAccordingToPolicy(Dimension) - Method in class org.openpdf.swing.ScalableXHTMLPanel
- calculateTextDecoration(LayoutContext) - Method in class org.openpdf.render.InlineLayoutBox
- calculateTextDecorations(Box, int, FSFontMetrics) - Static method in class org.openpdf.layout.InlineBoxing
- canHandle(LayoutContext, FSFunction) - Method in interface org.openpdf.css.extend.ContentFunction
- CAPITALIZE - Static variable in class org.openpdf.css.constants.IdentValue
- CAPTION_SIDE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- CaptionSide() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.CaptionSide
- captureLayoutState() - Method in class org.openpdf.layout.LayoutContext
- cascade(String) - Static method in class org.openpdf.util.XRLog
- cascade(Level, String) - Static method in class org.openpdf.util.XRLog
- cascade(Level, String, Throwable) - Static method in class org.openpdf.util.XRLog
- CASCADE - Static variable in class org.openpdf.util.XRLog
- CascadedStyle - Class in org.openpdf.css.newmatch
-
Holds a set of
PropertyDeclarations for each unique CSS property name. - CDC - Enum constant in enum class org.openpdf.css.parser.Token.Type
- CDO - Enum constant in enum class org.openpdf.css.parser.Token.Type
- cellAbove(TableCellBox) - Method in class org.openpdf.newtable.TableBox
- cellAt(int, int) - Method in class org.openpdf.newtable.TableSectionBox
- cellBelow(TableCellBox) - Method in class org.openpdf.newtable.TableBox
- cellLeft(TableCellBox) - Method in class org.openpdf.newtable.TableBox
- cellRight(TableCellBox) - Method in class org.openpdf.newtable.TableBox
- CENTER - Static variable in class org.openpdf.css.constants.IdentValue
- characters(char[], int, int) - Method in class org.openpdf.pdf.DocumentSplitter
- characters(char[], int, int) - Method in class org.openpdf.pdf.SAXEventRecorder
- CharCounts - Class in org.openpdf.render
- CharCounts() - Constructor for class org.openpdf.render.CharCounts
- CHARSET_SYM - Enum constant in enum class org.openpdf.css.parser.Token.Type
- CheckboxFormField - Class in org.openpdf.pdf
- CheckboxFormField(LayoutContext, BlockBox, int, int) - Constructor for class org.openpdf.pdf.CheckboxFormField
- checkFinished() - Method in class org.openpdf.layout.BoxRangeHelper
- checkFunctionsAllowed(FSFunction, String...) - Static method in class org.openpdf.css.parser.property.BuilderUtil
- checkIdent(CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkIdentLengthNumberOrPercentType(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkIdentLengthOrPercentType(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkIdentOrColorType(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkIdentOrIntegerType(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkIdentOrLengthType(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkIdentOrNumberType(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkIdentOrString(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkIdentOrURIType(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkIdentType(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkInheritAll(CSSName[], List<? extends CSSPrimitiveValue>, StylesheetInfo.Origin, boolean, boolean) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkInheritAllowed(CSSPrimitiveValue, boolean) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkInteger(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkLengthOrPercentType(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkLengthType(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkNumberType(CSSName, CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkPageContext(LayoutContext) - Method in class org.openpdf.render.BlockBox
- checkPagePosition(LayoutContext, boolean) - Method in class org.openpdf.render.LineBox
- checkValidity(CSSName, BitSet, IdentValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- checkValueBetween(CSSName, float, float, float) - Static method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- CHILD_AXIS - Enum constant in enum class org.openpdf.css.newmatch.Selector.Axis
- CHILDREN_FLUX - Enum constant in enum class org.openpdf.render.Box.State
- ciEquals(String, String) - Static method in class org.openpdf.util.GeneralUtil
- CIRCLE - Static variable in class org.openpdf.css.constants.IdentValue
- CJK_IDEOGRAPHIC - Static variable in class org.openpdf.css.constants.IdentValue
- CJKFontResolver - Class in org.openpdf.pdf
-
Use this class if you need to load iTextAsian fonts in addition to default fonts loaded by
ITextRenderer - CJKFontResolver() - Constructor for class org.openpdf.pdf.CJKFontResolver
- clear() - Method in class org.openpdf.swing.ImageResourceLoader
- clear(CssContext, BlockFormattingContext, Box) - Method in class org.openpdf.layout.FloatManager
- clear(LayoutContext, Box) - Method in class org.openpdf.layout.BlockFormattingContext
- Clear() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Clear
- CLEAR - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- clearImage(BufferedImage) - Static method in class org.openpdf.util.ImageUtil
-
Sets the background of the image to white
- clearImageCache() - Method in class org.openpdf.swing.DelegatingUserAgent
-
Empties the image cache entirely.
- clearImageCache() - Method in class org.openpdf.swing.NaiveUserAgent
-
Empties the image cache entirely.
- clearSelection() - Method in class org.openpdf.render.InlineText
- clearSelection(List<Box>) - Method in class org.openpdf.render.Box
- clearSelection(List<Box>) - Method in class org.openpdf.render.InlineLayoutBox
- clearSelection(List<Box>) - Method in class org.openpdf.render.LineBox
- clearStyles() - Method in class org.openpdf.layout.StyleTracker
- clip(Shape) - Method in interface org.openpdf.extend.OutputDevice
- clip(Shape) - Method in class org.openpdf.pdf.ITextOutputDevice
- clip(Shape) - Method in class org.openpdf.swing.Java2DOutputDevice
- CLIP - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- clone() - Method in class org.openpdf.pdf.ITextFSImage
- cloneOrEmpty(byte[]) - Static method in class org.openpdf.util.ArrayUtil
- cloneOrEmpty(int[]) - Static method in class org.openpdf.util.ArrayUtil
- cloneOrEmpty(String[]) - Static method in class org.openpdf.util.ArrayUtil
- close(Closeable) - Static method in class org.openpdf.util.IOUtil
-
Deprecated.Use try-with-resources idiom instead.
- CLOSE_QUOTE - Static variable in class org.openpdf.css.constants.IdentValue
- CM - Enum constant in enum class org.openpdf.css.parser.Token.Type
- colElement(int) - Method in class org.openpdf.newtable.TableBox
- COLLAPSE - Static variable in class org.openpdf.css.constants.IdentValue
- CollapsedBorderSide - Class in org.openpdf.layout
-
A class that contains a single border side of a collapsed cell.
- CollapsedBorderSide(TableCellBox, int) - Constructor for class org.openpdf.layout.CollapsedBorderSide
- CollapsedBorderValue - Class in org.openpdf.newtable
-
This class encapsulates all information related to a particular border side along with an overall precedence (e.g. cell borders take precedence over row borders).
- CollapsedBorderValue(IdentValue, int, FSColor, int) - Constructor for class org.openpdf.newtable.CollapsedBorderValue
- collect(CssContext, Shape, Layer, List<Box>, List<Box>, BoxRangeLists) - Method in class org.openpdf.layout.BoxCollector
- collect(CssContext, Shape, Layer, Box, List<Box>, List<Box>, BoxRangeLists) - Method in class org.openpdf.layout.BoxCollector
- collectText(RenderingContext, StringBuilder) - Method in class org.openpdf.render.Box
- collectText(RenderingContext, StringBuilder) - Method in class org.openpdf.render.InlineLayoutBox
- collectText(RenderingContext, StringBuilder) - Method in class org.openpdf.render.LineBox
- collectText(Element) - Static method in class org.openpdf.simple.extend.XhtmlForm
- COLON - Enum constant in enum class org.openpdf.css.parser.Token.Type
- color() - Method in class org.openpdf.newtable.CollapsedBorderValue
- Color() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Color
- COLOR - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- COLOR - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- ColorValue - Class in org.openpdf.css.style.derived
- ColorValue(CSSName, PropertyValue) - Constructor for class org.openpdf.css.style.derived.ColorValue
- colToEffCol(int) - Method in class org.openpdf.newtable.TableBox
- ColumnData - Class in org.openpdf.newtable
-
Instances of this class are effective columns in the table grid.
- ColumnData() - Constructor for class org.openpdf.newtable.ColumnData
- com.github.librepdf.openpdf.parent - module com.github.librepdf.openpdf.parent
- COMMA - Enum constant in enum class org.openpdf.css.parser.Token.Type
- COMPACT - Static variable in class org.openpdf.css.constants.IdentValue
- compareBorders(CollapsedBorderValue, CollapsedBorderValue, boolean) - Static method in class org.openpdf.newtable.TableCellBox
- compareTestFile(String, String, int, int) - Method in class org.openpdf.test.DocumentDiffTest
- compareTo(CSSName) - Method in class org.openpdf.css.constants.CSSName
- compareTo(FSLinearGradient.StopValue) - Method in class org.openpdf.css.style.derived.FSLinearGradient.StopValue
- compareTo(BreakPoint) - Method in class org.openpdf.layout.breaker.BreakPoint
- compareTo(CollapsedBorderSide) - Method in class org.openpdf.layout.CollapsedBorderSide
- computedValue() - Method in class org.openpdf.css.constants.IdentValue
- CONFIG - Static variable in class org.openpdf.util.XRLog
- Configuration - Class in org.openpdf.util
-
Stores runtime configuration information for application parameters that may vary on restarting.
- connectChildrenToCurrentLayer(LayoutContext) - Method in class org.openpdf.render.Box
- connectChildrenToCurrentLayer(LayoutContext) - Method in class org.openpdf.render.InlineLayoutBox
- Constants - Class in org.openpdf.util
- Constants() - Constructor for class org.openpdf.util.Constants
- CONTAIN - Static variable in class org.openpdf.css.constants.IdentValue
- containsFixedContent() - Method in class org.openpdf.layout.Layer
- containsStylesheet(String) - Method in class org.openpdf.context.StylesheetFactoryImpl
- CONTENT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- CONTENT_BOX - Static variable in class org.openpdf.css.constants.IdentValue
- ContentFunction - Interface in org.openpdf.css.extend
-
Interface for objects which implement a function which creates content (e.g.
- ContentFunctionFactory - Class in org.openpdf.context
- ContentFunctionFactory() - Constructor for class org.openpdf.context.ContentFunctionFactory
- ContentLimit - Class in org.openpdf.render
- ContentLimit() - Constructor for class org.openpdf.render.ContentLimit
- ContentLimitContainer - Class in org.openpdf.render
- ContentLimitContainer(LayoutContext, int) - Constructor for class org.openpdf.render.ContentLimitContainer
- ContentPropertyBuilder - Class in org.openpdf.css.parser.property
- ContentPropertyBuilder() - Constructor for class org.openpdf.css.parser.property.ContentPropertyBuilder
- ContentTypeDetectingInputStreamWrapper - Class in org.openpdf.util
-
This class wraps an input stream and detects if it contains certain content using "magic numbers".
- ContentTypeDetectingInputStreamWrapper(InputStream) - Constructor for class org.openpdf.util.ContentTypeDetectingInputStreamWrapper
- Conversions - Class in org.openpdf.css.parser.property
- Conversions() - Constructor for class org.openpdf.css.parser.property.Conversions
- ConversionUtil - Class in org.openpdf.css.util
-
Utility methods for data conversion
- ConversionUtil() - Constructor for class org.openpdf.css.util.ConversionUtil
- convertFromScaled(int, int) - Method in class org.openpdf.swing.ScalableXHTMLPanel
- convertFromScaled(Point) - Method in class org.openpdf.swing.ScalableXHTMLPanel
- convertToBufferedImage(Image, int) - Static method in class org.openpdf.util.ImageUtil
-
Utility method to convert an AWT Image to a BufferedImage.
- convertToLength(String) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
- convertToScaled(int, int) - Method in class org.openpdf.swing.ScalableXHTMLPanel
- convertToScaled(Point) - Method in class org.openpdf.swing.ScalableXHTMLPanel
- convertWeightToInt(IdentValue) - Static method in class org.openpdf.pdf.ITextFontResolver
- copyFile(File, File) - Static method in class org.openpdf.util.IOUtil
- copyOf() - Method in class org.openpdf.css.style.derived.RectPropertySet
- copyOf() - Method in class org.openpdf.layout.PaintingInfo
- copyOf() - Method in class org.openpdf.layout.StyleTracker
- copyOf() - Method in class org.openpdf.newtable.TableBox
- copyOf() - Method in class org.openpdf.newtable.TableCellBox
- copyOf() - Method in class org.openpdf.newtable.TableRowBox
- copyOf() - Method in class org.openpdf.newtable.TableSectionBox
- copyOf() - Method in class org.openpdf.render.AnonymousBlockBox
- copyOf() - Method in class org.openpdf.render.BlockBox
- copyOf() - Method in class org.openpdf.render.InlineLayoutBox
- copyOf() - Method in class org.openpdf.render.MarginBox
- copyOf() - Method in class org.openpdf.render.ViewportBox
- copyOf(PropertyDeclaration, CSSName) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- copyStateForRelayout() - Method in class org.openpdf.layout.LayoutContext
- countAssigned() - Method in class org.openpdf.css.newmatch.CascadedStyle
- countCSSNames() - Static method in class org.openpdf.css.constants.CSSName
-
Returns a count of all CSS properties known to this class, shorthand and primitive.
- countCSSPrimitiveNames() - Static method in class org.openpdf.css.constants.CSSName
-
Returns a count of all CSS primitive (non-shorthand) properties known to this class.
- COUNTER_INCREMENT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- COUNTER_RESET - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- CounterData - Class in org.openpdf.css.parser
- CounterData(String, int) - Constructor for class org.openpdf.css.parser.CounterData
- CounterFunction - Class in org.openpdf.layout
- CounterFunction(int, IdentValue) - Constructor for class org.openpdf.layout.CounterFunction
- CounterFunction(List<Integer>, String, IdentValue) - Constructor for class org.openpdf.layout.CounterFunction
- CounterIncrement() - Constructor for class org.openpdf.css.parser.property.CounterPropertyBuilder.CounterIncrement
- CounterPropertyBuilder - Class in org.openpdf.css.parser.property
- CounterPropertyBuilder() - Constructor for class org.openpdf.css.parser.property.CounterPropertyBuilder
- CounterPropertyBuilder.CounterIncrement - Class in org.openpdf.css.parser.property
- CounterPropertyBuilder.CounterReset - Class in org.openpdf.css.parser.property
- CounterReset() - Constructor for class org.openpdf.css.parser.property.CounterPropertyBuilder.CounterReset
- countJustifiableChars(CharCounts) - Method in class org.openpdf.render.InlineLayoutBox
- countJustifiableChars(CharCounts) - Method in class org.openpdf.render.InlineText
- COVER - Static variable in class org.openpdf.css.constants.IdentValue
- create() - Method in class org.openpdf.simple.extend.form.FormField
- create(XhtmlForm, LayoutContext, BlockBox) - Static method in class org.openpdf.simple.extend.form.FormFieldFactory
- CREATE - Static variable in class org.openpdf.css.constants.IdentValue
- createAnonymousStyle(IdentValue) - Static method in class org.openpdf.css.newmatch.CascadedStyle
-
Creates a
CascadedStyle, setting the display property to the value of thedisplayparameter. - createAnonymousStyle(IdentValue) - Method in class org.openpdf.css.style.CalculatedStyle
- createBufferedImage(int, int) - Method in class org.openpdf.swing.Java2DRenderer
-
Returns a BufferedImage using the specified width and height.
- createChild(Box) - Method in class org.openpdf.layout.VerticalAlignContext
- createChildren(LayoutContext, BlockBox) - Static method in class org.openpdf.layout.BoxBuilder
- createCompatibleBufferedImage(int, int) - Static method in class org.openpdf.util.ImageUtil
-
Creates a BufferedImage compatible with the local graphics environment; this is a helper method for a common process and just sets up and calls
GraphicsConfiguration.createCompatibleImage(int,int,int). - createCompatibleBufferedImage(int, int, int) - Static method in class org.openpdf.util.ImageUtil
-
Helper method to instantiate new BufferedImages; if the graphics environment is actually connected to real screen devices (e.g. not in headless mode), the image will be compatible with the screen device allowing for best performance.
- createCounterText(IdentValue, int) - Static method in class org.openpdf.layout.CounterFunction
- createDefaultStrutMetrics(LayoutContext, Box) - Static method in class org.openpdf.layout.InlineBoxing
- createFont(SharedContext, Font, float, IdentValue, IdentValue, IdentValue) - Static method in class org.openpdf.context.AWTFontResolver
- createImage(Image) - Static method in class org.openpdf.swing.AWTFSImage
- createImageResource(String, Image) - Method in class org.openpdf.swing.NaiveUserAgent
-
Factory method to generate ImageResources from a given Image.
- createImageResource(String, BufferedImage) - Static method in class org.openpdf.swing.ImageResourceLoader
- createLayoutPropertyDeclaration(CSSName, IdentValue) - Static method in class org.openpdf.css.newmatch.CascadedStyle
-
Creates a
PropertyDeclarationsuitable for passing toCascadedStyle.createLayoutStyle(List)orCascadedStyle.createLayoutStyle(CascadedStyle, PropertyDeclaration[]) - createLayoutStyle(List<PropertyDeclaration>) - Static method in class org.openpdf.css.newmatch.CascadedStyle
- createLayoutStyle(CascadedStyle, PropertyDeclaration[]) - Static method in class org.openpdf.css.newmatch.CascadedStyle
-
Creates a
CascadedStyleusing style information fromstartingPointand then adding the property declarations fromdecls. - createLayoutStyle(PropertyDeclaration...) - Static method in class org.openpdf.css.newmatch.CascadedStyle
-
Creates a
CascadedStyleusing the provided property declarations. - createLocalTargetArea(RenderingContext, Box) - Method in class org.openpdf.pdf.ITextOutputDevice
- createMarginBoxStyle(MarginBoxName, boolean) - Method in class org.openpdf.css.newmatch.PageInfo
- createMarginTable(LayoutContext, PageInfo, MarginBoxName[], int, BoxBuilder.MarginDirection) - Static method in class org.openpdf.layout.BoxBuilder
- createOtherToken(String) - Static method in class org.openpdf.css.parser.Token
- createPageBox(CssContext, String) - Static method in class org.openpdf.layout.Layer
- createPageBox(CssContext, String, int, int) - Static method in class org.openpdf.layout.Layer
- createPDF(OutputStream) - Method in class org.openpdf.pdf.ITextRenderer
- createPDF(OutputStream, boolean) - Method in class org.openpdf.pdf.ITextRenderer
- createPDF(OutputStream, boolean, int) - Method in class org.openpdf.pdf.ITextRenderer
-
NOTE: Caller is responsible for cleaning up the OutputStream if something goes wrong.
- createPDF(Document) - Method in class org.openpdf.pdf.ITextRenderer
- createPDF(Document, OutputStream) - Method in class org.openpdf.pdf.ITextRenderer
- createReplacedElement(LayoutContext, BlockBox, UserAgentCallback, int, int) - Method in interface org.openpdf.extend.ReplacedElementFactory
-
NOTE: Only block equivalent elements can be replaced.
- createReplacedElement(LayoutContext, BlockBox, UserAgentCallback, int, int) - Method in class org.openpdf.pdf.ITextReplacedElementFactory
- createReplacedElement(LayoutContext, BlockBox, UserAgentCallback, int, int) - Method in class org.openpdf.swing.SwingReplacedElementFactory
- createRootBox(LayoutContext, Document) - Static method in class org.openpdf.layout.BoxBuilder
- createTargetArea(RenderingContext, Box) - Method in class org.openpdf.pdf.ITextOutputDevice
- createTransparentImage(int, int) - Static method in class org.openpdf.util.ImageUtil
- crossesPageBreak(LayoutContext) - Method in class org.openpdf.render.Box
- crossesPageBreak(LayoutContext, int, int) - Method in class org.openpdf.layout.Layer
- CROSSHAIR - Static variable in class org.openpdf.css.constants.IdentValue
- CSS_PARSE - Static variable in class org.openpdf.util.XRLog
- CssContext - Interface in org.openpdf.css.style
-
User: tobe Date: 2005-jun-23
- CSSErrorHandler - Interface in org.openpdf.css.parser
- CSSName - Class in org.openpdf.css.constants
-
A CSSName is a Singleton representing a single CSS property name, like border-width.
- CSSName.CSSSideProperties - Record Class in org.openpdf.css.constants
- cssParse(String) - Static method in class org.openpdf.util.XRLog
- cssParse(Level, String) - Static method in class org.openpdf.util.XRLog
- cssParse(Level, String, Throwable) - Static method in class org.openpdf.util.XRLog
- CSSParseException - Exception Class in org.openpdf.css.parser
- CSSParseException(String, int) - Constructor for exception class org.openpdf.css.parser.CSSParseException
- CSSParseException(String, int, Throwable) - Constructor for exception class org.openpdf.css.parser.CSSParseException
- CSSParseException(Token, Token[], int) - Constructor for exception class org.openpdf.css.parser.CSSParseException
- CSSParseException(Token, Token, int) - Constructor for exception class org.openpdf.css.parser.CSSParseException
- CSSParser - Class in org.openpdf.css.parser
- CSSParser(CSSErrorHandler) - Constructor for class org.openpdf.css.parser.CSSParser
- CSSResource - Class in org.openpdf.resource
- CSSResource(InputStream) - Constructor for class org.openpdf.resource.CSSResource
- CSSSideProperties(CSSName, CSSName, CSSName, CSSName) - Constructor for record class org.openpdf.css.constants.CSSName.CSSSideProperties
-
Creates an instance of a
CSSSidePropertiesrecord class. - cssType(int, int) - Static method in class org.openpdf.css.constants.ValueConstants
-
A text representation of the CSS type for this value.
- current() - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- Cursor() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Cursor
- CURSOR - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- CursorListener - Class in org.openpdf.swing
-
A CursorListener is used to modify the current cursor in response to mouse events over the current document.
- CursorListener() - Constructor for class org.openpdf.swing.CursorListener
D
- darken() - Method in class org.openpdf.css.style.derived.BorderPropertySet
-
Returns the colors for brighter parts of each side for a particular decoration style
- darken(IdentValue) - Method in class org.openpdf.css.style.derived.BorderPropertySet
-
Deprecated.
- darkenColor() - Method in class org.openpdf.css.parser.FSCMYKColor
- darkenColor() - Method in interface org.openpdf.css.parser.FSColor
- darkenColor() - Method in class org.openpdf.css.parser.FSRGBColor
- DASHED - Static variable in class org.openpdf.css.constants.IdentValue
- DASHMATCH - Enum constant in enum class org.openpdf.css.parser.Token.Type
- debugDrawBoxes() - Method in class org.openpdf.layout.SharedContext
- debugDrawBoxes() - Method in class org.openpdf.render.RenderingContext
- debugDrawFontMetrics() - Method in class org.openpdf.layout.SharedContext
- debugDrawFontMetrics() - Method in class org.openpdf.render.RenderingContext
- debugDrawInlineBoxes() - Method in class org.openpdf.layout.SharedContext
- debugDrawInlineBoxes() - Method in class org.openpdf.render.RenderingContext
- debugDrawLineBoxes() - Method in class org.openpdf.layout.SharedContext
- debugDrawLineBoxes() - Method in class org.openpdf.render.RenderingContext
- DECIMAL - Static variable in class org.openpdf.css.constants.IdentValue
- DECIMAL_LEADING_ZERO - Static variable in class org.openpdf.css.constants.IdentValue
- Decorations(int, float, float, float, float) - Constructor for record class org.openpdf.pdf.FontDescription.Decorations
-
Creates an instance of a
Decorationsrecord class. - decrementFontSize() - Method in class org.openpdf.simple.XHTMLPanel
-
Decrements all rendered fonts on the current document by the current scaling factor for the panel.
- DEFAULT - Static variable in class org.openpdf.css.constants.IdentValue
- DEFAULT_CHECKED_STATE - Static variable in class org.openpdf.pdf.AbstractFormField
- DEFAULT_DOTS_PER_PIXEL - Static variable in class org.openpdf.pdf.ITextRenderer
- DEFAULT_DOTS_PER_POINT - Static variable in class org.openpdf.pdf.ITextRenderer
- DefaultCSSMarker - Class in org.openpdf
- DefaultCSSMarker() - Constructor for class org.openpdf.DefaultCSSMarker
- DefaultFormSubmissionListener - Class in org.openpdf.simple.extend
-
No-op implementation of a FormSubmissionListener; override the submit method in a subclass as needed.
- DefaultFormSubmissionListener() - Constructor for class org.openpdf.simple.extend.DefaultFormSubmissionListener
- DefaultFSMouseListener - Class in org.openpdf.swing
-
Default, no-op implementation of an FSMouseListener.
- DefaultFSMouseListener() - Constructor for class org.openpdf.swing.DefaultFSMouseListener
- DefaultLineBreakingStrategy - Class in org.openpdf.layout.breaker
- DefaultLineBreakingStrategy() - Constructor for class org.openpdf.layout.breaker.DefaultLineBreakingStrategy
- DefaultPDFCreationListener - Class in org.openpdf.pdf
-
No-op implementation of a
PDFCreationListener. - DefaultPDFCreationListener() - Constructor for class org.openpdf.pdf.DefaultPDFCreationListener
- DeferredImageReplacedElement - Class in org.openpdf.swing
-
An DeferredImageReplacedElement is a
ReplacedElementthat contains aImagewhich by default is simply a transparent image scaled to the size provided to the constructor. - DeferredImageReplacedElement(ImageResource, RepaintListener, int, int) - Constructor for class org.openpdf.swing.DeferredImageReplacedElement
-
Creates a new ImageReplacedElement and scales it to the size specified if either width or height has a valid value (values are greater than -1), otherwise original size is preserved.
- defined() - Method in class org.openpdf.newtable.CollapsedBorderValue
- DelegatingUserAgent - Class in org.openpdf.swing
-
NaiveUserAgent is a simple implementation of
UserAgentCallbackwhich places no restrictions on what XML, CSS or images are loaded, and reports visited links without any filtering. - DelegatingUserAgent() - Constructor for class org.openpdf.swing.DelegatingUserAgent
-
Creates a new instance of NaiveUserAgent with a max image cache of 16 images.
- DelegatingUserAgent(ImageResourceLoader) - Constructor for class org.openpdf.swing.DelegatingUserAgent
- deleteAllFiles(File) - Static method in class org.openpdf.util.IOUtil
- deriveAll(CalculatedStyle) - Method in class org.openpdf.layout.StyleTracker
- DerivedValue - Class in org.openpdf.css.style
- DerivedValue(CSSName, short, String, String) - Constructor for class org.openpdf.css.style.DerivedValue
- DerivedValueFactory - Class in org.openpdf.css.style.derived
- DerivedValueFactory() - Constructor for class org.openpdf.css.style.derived.DerivedValueFactory
- deriveStyle(CascadedStyle) - Method in class org.openpdf.css.style.CalculatedStyle
-
derives a child style from this style.
- DESCENDANT_AXIS - Enum constant in enum class org.openpdf.css.newmatch.Selector.Axis
- Description - Search tag in class org.openpdf.pdf.util.XHtmlMetaToPdfInfoAdapter
- Section
- detach() - Method in class org.openpdf.layout.Layer
- detach(LayoutContext) - Method in interface org.openpdf.extend.ReplacedElement
- detach(LayoutContext) - Method in class org.openpdf.pdf.AbstractFormField
- detach(LayoutContext) - Method in class org.openpdf.pdf.BookmarkElement
- detach(LayoutContext) - Method in class org.openpdf.pdf.ITextImageElement
- detach(LayoutContext) - Method in class org.openpdf.pdf.RadioButtonFormField
- detach(LayoutContext) - Method in class org.openpdf.render.Box
- detach(LayoutContext) - Method in class org.openpdf.swing.EmptyReplacedElement
- detach(LayoutContext) - Method in class org.openpdf.swing.ImageReplacedElement
- detach(LayoutContext) - Method in class org.openpdf.swing.SwingReplacedElement
- DIMENSION - Enum constant in enum class org.openpdf.css.parser.Token.Type
- DIRECTION - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- DISC - Static variable in class org.openpdf.css.constants.IdentValue
- Display() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Display
- DISPLAY - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- doc - Variable in class org.openpdf.swing.RootPanel
- DocumentDiffTest - Class in org.openpdf.test
- DocumentDiffTest() - Constructor for class org.openpdf.test.DocumentDiffTest
- documentFromFile(String) - Static method in class org.openpdf.util.XMLUtil
- documentFromString(String) - Static method in class org.openpdf.util.XMLUtil
- DocumentListener - Interface in org.openpdf.event
-
Implementations of this listener interface receive notifications about various document and layout events.
- documentLoaded() - Method in interface org.openpdf.event.DocumentListener
-
Indicates document layout has complete, e.g. document is fully "loaded" for display; this is not a callback for the document source (e.g.
- documentLoaded() - Method in class org.openpdf.swing.DelegatingUserAgent
- documentLoaded() - Method in class org.openpdf.swing.NaiveUserAgent
- DocumentSplitter - Class in org.openpdf.pdf
- DocumentSplitter() - Constructor for class org.openpdf.pdf.DocumentSplitter
- documentStarted() - Method in interface org.openpdf.event.DocumentListener
-
Indicates document has been requested (e.g. a new document is going to be loaded).
- documentStarted() - Method in class org.openpdf.swing.DelegatingUserAgent
- documentStarted() - Method in class org.openpdf.swing.NaiveUserAgent
- doDocumentLayout(Graphics) - Method in class org.openpdf.swing.RootPanel
- doLayout() - Method in class org.openpdf.swing.RootPanel
- DOMInspector - Class in org.openpdf.swing
- DOMInspector(Document, StyleReference) - Constructor for class org.openpdf.swing.DOMInspector
- DOMTreeResolver - Class in org.openpdf.css.extend.lib
-
works for a w3c DOM tree
- DOMTreeResolver() - Constructor for class org.openpdf.css.extend.lib.DOMTreeResolver
- DOMUtil - Class in org.openpdf.pdf
- DOMUtil() - Constructor for class org.openpdf.pdf.DOMUtil
- DONE - Enum constant in enum class org.openpdf.render.Box.State
- doRender(RenderingContext, Layer) - Method in class org.openpdf.swing.BasicPanel
- doRender(RenderingContext, Layer) - Method in class org.openpdf.swing.ScalableXHTMLPanel
-
Renders according to scale factor
- DOTTED - Static variable in class org.openpdf.css.constants.IdentValue
- DOUBLE - Static variable in class org.openpdf.css.constants.IdentValue
- DownscaleQuality - Class in org.openpdf.util
-
Simple enumerated constants for downscaling (scaling to smaller image size)--since we have various options for what algorithm to use.
- draw(Shape) - Method in interface org.openpdf.extend.OutputDevice
- draw(Shape) - Method in class org.openpdf.pdf.ITextOutputDevice
- draw(Shape) - Method in class org.openpdf.swing.Java2DOutputDevice
- drawBorderLine(Shape, int, int, boolean) - Method in interface org.openpdf.extend.OutputDevice
- drawBorderLine(Shape, int, int, boolean) - Method in class org.openpdf.pdf.ITextOutputDevice
- drawBorderLine(Shape, int, int, boolean) - Method in class org.openpdf.swing.Java2DOutputDevice
- drawDebugOutline(RenderingContext, Box, FSColor) - Method in interface org.openpdf.extend.OutputDevice
- drawDebugOutline(RenderingContext, Box, FSColor) - Method in class org.openpdf.render.AbstractOutputDevice
- drawGlyphVector(OutputDevice, FSGlyphVector, float, float) - Method in interface org.openpdf.extend.TextRenderer
- drawGlyphVector(OutputDevice, FSGlyphVector, float, float) - Method in class org.openpdf.pdf.ITextTextRenderer
- drawGlyphVector(OutputDevice, FSGlyphVector, float, float) - Method in class org.openpdf.swing.Java2DTextRenderer
- drawImage(FSImage, int, int) - Method in interface org.openpdf.extend.OutputDevice
- drawImage(FSImage, int, int) - Method in class org.openpdf.pdf.ITextOutputDevice
- drawImage(FSImage, int, int) - Method in class org.openpdf.swing.Java2DOutputDevice
- drawLine(int, int, int, int) - Method in class org.openpdf.pdf.ITextOutputDevice
- drawLine(int, int, int, int) - Method in class org.openpdf.render.AbstractOutputDevice
- drawLine(int, int, int, int) - Method in class org.openpdf.swing.Java2DOutputDevice
- drawLinearGradient(FSLinearGradient, int, int, int, int) - Method in interface org.openpdf.extend.OutputDevice
- drawLinearGradient(FSLinearGradient, int, int, int, int) - Method in class org.openpdf.pdf.ITextOutputDevice
- drawLinearGradient(FSLinearGradient, int, int, int, int) - Method in class org.openpdf.swing.Java2DOutputDevice
- drawOval(int, int, int, int) - Method in interface org.openpdf.extend.OutputDevice
- drawOval(int, int, int, int) - Method in class org.openpdf.pdf.ITextOutputDevice
- drawOval(int, int, int, int) - Method in class org.openpdf.swing.Java2DOutputDevice
- drawRect(int, int, int, int) - Method in interface org.openpdf.extend.OutputDevice
- drawRect(int, int, int, int) - Method in class org.openpdf.pdf.ITextOutputDevice
- drawRect(int, int, int, int) - Method in class org.openpdf.swing.Java2DOutputDevice
- drawSelection(RenderingContext, InlineText) - Method in interface org.openpdf.extend.OutputDevice
- drawSelection(RenderingContext, InlineText) - Method in class org.openpdf.pdf.ITextOutputDevice
- drawSelection(RenderingContext, InlineText) - Method in class org.openpdf.swing.Java2DOutputDevice
- drawString(String, float, float, JustificationInfo) - Method in class org.openpdf.pdf.ITextOutputDevice
- drawString(OutputDevice, String, float, float) - Method in interface org.openpdf.extend.TextRenderer
- drawString(OutputDevice, String, float, float) - Method in class org.openpdf.pdf.ITextTextRenderer
- drawString(OutputDevice, String, float, float) - Method in class org.openpdf.swing.Java2DTextRenderer
- drawString(OutputDevice, String, float, float, JustificationInfo) - Method in interface org.openpdf.extend.TextRenderer
- drawString(OutputDevice, String, float, float, JustificationInfo) - Method in class org.openpdf.pdf.ITextTextRenderer
- drawString(OutputDevice, String, float, float, JustificationInfo) - Method in class org.openpdf.swing.Java2DTextRenderer
- drawText(RenderingContext, InlineText) - Method in interface org.openpdf.extend.OutputDevice
- drawText(RenderingContext, InlineText) - Method in class org.openpdf.render.AbstractOutputDevice
- drawTextDecoration(RenderingContext, InlineLayoutBox, TextDecoration) - Method in interface org.openpdf.extend.OutputDevice
- drawTextDecoration(RenderingContext, InlineLayoutBox, TextDecoration) - Method in class org.openpdf.render.AbstractOutputDevice
- drawTextDecoration(RenderingContext, LineBox) - Method in interface org.openpdf.extend.OutputDevice
- drawTextDecoration(RenderingContext, LineBox) - Method in class org.openpdf.render.AbstractOutputDevice
- dump(LayoutContext, String, Box.Dump) - Method in class org.openpdf.render.BlockBox
- dump(LayoutContext, String, Box.Dump) - Method in class org.openpdf.render.Box
- dump(LayoutContext, String, Box.Dump) - Method in class org.openpdf.render.InlineLayoutBox
- dump(LayoutContext, String, Box.Dump) - Method in class org.openpdf.render.LineBox
- dumpBoxes(LayoutContext, String, List<Box>, Box.Dump, StringBuilder) - Method in class org.openpdf.render.Box
- dumpShortException(Exception) - Static method in class org.openpdf.util.GeneralUtil
-
Dumps an exception to the console, only the last 5 lines of the stack trace.
- DYNAMIC - Static variable in class org.openpdf.css.constants.IdentValue
E
- E_RESIZE - Static variable in class org.openpdf.css.constants.IdentValue
- effColToCol(int) - Method in class org.openpdf.newtable.TableBox
- EMBED - Static variable in class org.openpdf.css.constants.IdentValue
- EMPTY - Enum constant in enum class org.openpdf.render.BlockBox.ContentType
- EMPTY_BORDER - Static variable in class org.openpdf.css.style.derived.BorderPropertySet
- EMPTY_BYTE_ARR - Static variable in class org.openpdf.util.Constants
- EMPTY_CELLS - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- EMPTY_INT_ARR - Static variable in class org.openpdf.util.Constants
- EMPTY_STR_ARR - Static variable in class org.openpdf.util.Constants
- emptyCascadedStyle - Static variable in class org.openpdf.css.newmatch.CascadedStyle
-
Get an empty singleton, used to negate inheritance of properties
- EmptyCells() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.EmptyCells
- EmptyReplacedElement - Class in org.openpdf.pdf
-
User: beck Date: 11/4/11
- EmptyReplacedElement - Class in org.openpdf.swing
- EmptyReplacedElement(int, int) - Constructor for class org.openpdf.pdf.EmptyReplacedElement
- EmptyReplacedElement(int, int) - Constructor for class org.openpdf.swing.EmptyReplacedElement
- EmptyStyle - Class in org.openpdf.css.style
-
Represents the outer box to be used for evaluating positioning of internal boxes
- EmptyStyle() - Constructor for class org.openpdf.css.style.EmptyStyle
- EMS - Enum constant in enum class org.openpdf.css.parser.Token.Type
- encode(String) - Static method in class org.openpdf.simple.extend.URLUTF8Encoder
-
Encode a string to the "x-www-form-urlencoded" form, enhanced with the UTF-8-in-URL proposal.
- endDocument() - Method in class org.openpdf.pdf.DocumentSplitter
- endDocument() - Method in class org.openpdf.pdf.SAXEventRecorder
- endElement(String, String, String) - Method in class org.openpdf.pdf.DocumentSplitter
- endElement(String, String, String) - Method in class org.openpdf.pdf.SAXEventRecorder
- endPrefixMapping(String) - Method in class org.openpdf.pdf.DocumentSplitter
- endPrefixMapping(String) - Method in class org.openpdf.pdf.SAXEventRecorder
- ensureChildren(LayoutContext) - Method in class org.openpdf.render.BlockBox
- ensureHasPage(CssContext, Box) - Method in class org.openpdf.layout.Layer
- EOF - Enum constant in enum class org.openpdf.css.parser.Token.Type
- EOL - Static variable in class org.openpdf.layout.WhitespaceStripper
- EOLC - Static variable in class org.openpdf.layout.WhitespaceStripper
- equals(Object) - Method in record class org.openpdf.css.constants.CSSName.CSSSideProperties
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.openpdf.css.constants.CSSName
- equals(Object) - Method in class org.openpdf.css.constants.MarginBoxName
- equals(Object) - Method in class org.openpdf.css.parser.FSRGBColor
- equals(Object) - Method in record class org.openpdf.css.parser.HSBColor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.openpdf.layout.CollapsedBorderSide
- equals(Object) - Method in record class org.openpdf.pdf.FontDescription.Decorations
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.openpdf.render.JustificationInfo
-
Indicates whether some other object is "equal to" this one.
- EQUALS - Enum constant in enum class org.openpdf.css.parser.Token.Type
- error(String, String) - Method in interface org.openpdf.css.parser.CSSErrorHandler
- escapeHTML(String) - Static method in class org.openpdf.util.GeneralUtil
-
Converts any special characters into their corresponding HTML entities , for example invalid input: '<' to <.
- establishesBFC() - Method in class org.openpdf.css.style.CalculatedStyle
- evaluate() - Method in class org.openpdf.layout.CounterFunction
- exception(String) - Static method in class org.openpdf.util.XRLog
- exception(String, Throwable) - Static method in class org.openpdf.util.XRLog
- EXCEPTION - Static variable in class org.openpdf.util.XRLog
- exists() - Method in class org.openpdf.newtable.CollapsedBorderValue
- exportLeadingText(RenderingContext, Writer) - Method in class org.openpdf.render.PageBox
- exportPageBoxText(RenderingContext, Writer, int) - Method in class org.openpdf.render.Box
- exportText(Writer) - Method in class org.openpdf.pdf.ITextRenderer
- exportText(RenderingContext, Writer) - Method in class org.openpdf.newtable.TableRowBox
- exportText(RenderingContext, Writer) - Method in class org.openpdf.render.Box
- exportText(RenderingContext, Writer) - Method in class org.openpdf.render.LineBox
- exportTrailingText(RenderingContext, Writer) - Method in class org.openpdf.render.PageBox
- EXS - Enum constant in enum class org.openpdf.css.parser.Token.Type
- extendGridToColumnCount(int) - Method in class org.openpdf.newtable.TableSectionBox
- extendToColumnCount(int) - Method in class org.openpdf.newtable.RowData
- extension - Variable in enum class org.openpdf.util.SupportedEmbeddedFontTypes
- extractDescription(String, byte[], BaseFont, boolean, IdentValue, IdentValue) - Static method in class org.openpdf.pdf.TrueTypeUtil
- extractDescription(String, BaseFont, IdentValue) - Static method in class org.openpdf.pdf.TrueTypeUtil
F
- families - Variable in class org.openpdf.css.value.FontSpecification
- FAST - Static variable in class org.openpdf.util.DownscaleQuality
-
Low quality, but very fast.
- fill(Shape) - Method in interface org.openpdf.extend.OutputDevice
- fill(Shape) - Method in class org.openpdf.pdf.ITextOutputDevice
- fill(Shape) - Method in class org.openpdf.swing.Java2DOutputDevice
- fillOval(int, int, int, int) - Method in interface org.openpdf.extend.OutputDevice
- fillOval(int, int, int, int) - Method in class org.openpdf.pdf.ITextOutputDevice
- fillOval(int, int, int, int) - Method in class org.openpdf.swing.Java2DOutputDevice
- fillRect(int, int, int, int) - Method in interface org.openpdf.extend.OutputDevice
- fillRect(int, int, int, int) - Method in class org.openpdf.pdf.ITextOutputDevice
- fillRect(int, int, int, int) - Method in class org.openpdf.swing.Java2DOutputDevice
- find(int, int) - Method in class org.openpdf.swing.RootPanel
- find(int, int) - Method in class org.openpdf.swing.ScalableXHTMLPanel
-
Search Box according to scale factor
- find(MouseEvent) - Method in class org.openpdf.swing.RootPanel
- find(CssContext, int, int, boolean) - Method in class org.openpdf.layout.Layer
- find(CssContext, int, int, boolean) - Method in class org.openpdf.render.AnonymousBlockBox
- find(CssContext, int, int, boolean) - Method in class org.openpdf.render.Box
- find(CssContext, int, int, boolean) - Method in class org.openpdf.render.InlineLayoutBox
- find(CssContext, int, int, boolean) - Method in class org.openpdf.render.LineBox
- findLastNthLineBox(int) - Method in class org.openpdf.render.BlockBox
- findOffset(Box) - Method in class org.openpdf.render.BlockBox
- findPagePositionsByID(Pattern) - Method in class org.openpdf.pdf.ITextRenderer
- findPagePositionsByID(CssContext, Pattern) - Method in class org.openpdf.pdf.ITextOutputDevice
- findRoot() - Method in class org.openpdf.layout.Layer
- findTrailingText() - Method in class org.openpdf.render.InlineLayoutBox
- findTrailingText() - Method in class org.openpdf.render.LineBox
- finish(LayoutContext) - Method in class org.openpdf.layout.Layer
- finish(RenderingContext, Box) - Method in class org.openpdf.pdf.ITextOutputDevice
- finishPage() - Method in class org.openpdf.pdf.ITextOutputDevice
- finishPDF() - Method in class org.openpdf.pdf.ITextRenderer
- fireDocumentLoaded() - Method in class org.openpdf.swing.RootPanel
- fireDocumentStarted() - Method in class org.openpdf.swing.RootPanel
- fireOnLayoutException(Throwable) - Method in class org.openpdf.swing.RootPanel
- fireOnRenderException(Throwable) - Method in class org.openpdf.swing.RootPanel
- first() - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- FIRST - Enum constant in enum class org.openpdf.css.constants.PageElementPosition
- FIXED - Enum constant in enum class org.openpdf.css.style.Length.LengthType
- FIXED - Static variable in class org.openpdf.css.constants.IdentValue
- Float() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Float
- FLOAT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- floatBox(LayoutContext, Layer, BlockFormattingContext, BlockBox) - Method in class org.openpdf.layout.FloatManager
- floatBox(LayoutContext, BlockBox) - Method in class org.openpdf.layout.BlockFormattingContext
- FloatDistances - Interface in org.openpdf.render
-
A bean containing the distances that floated content takes up as measured from the left and right content edge of the containing block.
- FloatedBoxData - Class in org.openpdf.render
-
A bean containing additional information used by floated boxes.
- FloatedBoxData() - Constructor for class org.openpdf.render.FloatedBoxData
- FloatLayoutResult - Class in org.openpdf.layout
-
A bean containing the result of laying out a floated block.
- FloatLayoutResult(boolean, BlockBox) - Constructor for class org.openpdf.layout.FloatLayoutResult
- FloatManager - Class in org.openpdf.layout
-
A class that manages all floated boxes in a given block formatting context.
- FloatManager(Box) - Constructor for class org.openpdf.layout.FloatManager
- FloatManager.FloatOperation - Interface in org.openpdf.layout
- flushAllStyleSheets() - Method in class org.openpdf.context.StyleReference
- flushCache() - Method in class org.openpdf.context.AWTFontResolver
- flushCache() - Method in interface org.openpdf.extend.FontResolver
- flushCache() - Method in class org.openpdf.pdf.ITextFontResolver
- flushFontFaceFonts() - Method in class org.openpdf.pdf.ITextFontResolver
- flushFonts() - Method in class org.openpdf.layout.SharedContext
- flushStyleSheets() - Method in class org.openpdf.context.StyleReference
-
Flushes any stylesheet associated with this style reference (based on the user agent callback) that are in cache.
- FLUX - Enum constant in enum class org.openpdf.render.Box.State
- FOCUS_PSEUDOCLASS - Static variable in class org.openpdf.css.newmatch.Selector
- following(int) - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- FONT_FACE_SYM - Enum constant in enum class org.openpdf.css.parser.Token.Type
- FONT_FAMILY - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FONT_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FONT_SIZE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FONT_STYLE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FONT_STYLES - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- FONT_VARIANT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FONT_VARIANTS - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- FONT_WEIGHT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FONT_WEIGHT_100 - Static variable in class org.openpdf.css.constants.IdentValue
- FONT_WEIGHT_200 - Static variable in class org.openpdf.css.constants.IdentValue
- FONT_WEIGHT_300 - Static variable in class org.openpdf.css.constants.IdentValue
- FONT_WEIGHT_400 - Static variable in class org.openpdf.css.constants.IdentValue
- FONT_WEIGHT_500 - Static variable in class org.openpdf.css.constants.IdentValue
- FONT_WEIGHT_600 - Static variable in class org.openpdf.css.constants.IdentValue
- FONT_WEIGHT_700 - Static variable in class org.openpdf.css.constants.IdentValue
- FONT_WEIGHT_800 - Static variable in class org.openpdf.css.constants.IdentValue
- FONT_WEIGHT_900 - Static variable in class org.openpdf.css.constants.IdentValue
- FONT_WEIGHTS - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- FontContext - Interface in org.openpdf.extend
- FontDescription - Class in org.openpdf.pdf
- FontDescription(BaseFont) - Constructor for class org.openpdf.pdf.FontDescription
- FontDescription(BaseFont, boolean) - Constructor for class org.openpdf.pdf.FontDescription
- FontDescription(BaseFont, boolean, IdentValue) - Constructor for class org.openpdf.pdf.FontDescription
- FontDescription(BaseFont, boolean, IdentValue, FontDescription.Decorations) - Constructor for class org.openpdf.pdf.FontDescription
- FontDescription(BaseFont, IdentValue, int) - Constructor for class org.openpdf.pdf.FontDescription
- FontDescription.Decorations - Record Class in org.openpdf.pdf
- FontFaceRule - Class in org.openpdf.css.sheet
- FontFaceRule(StylesheetInfo.Origin) - Constructor for class org.openpdf.css.sheet.FontFaceRule
- FontFamily - Class in org.openpdf.pdf
- FontFamily() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontFamily
- FontPropertyBuilder - Class in org.openpdf.css.parser.property
- FontPropertyBuilder() - Constructor for class org.openpdf.css.parser.property.FontPropertyBuilder
- FontResolver - Interface in org.openpdf.extend
- FontSize() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontSize
- FontSizeHelper - Class in org.openpdf.css.style
- FontSizeHelper() - Constructor for class org.openpdf.css.style.FontSizeHelper
- FontSpecification - Class in org.openpdf.css.value
-
User: tobe Date: 2005-jun-23
- FontSpecification() - Constructor for class org.openpdf.css.value.FontSpecification
- fontStyle - Variable in class org.openpdf.css.value.FontSpecification
- FontStyle() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontStyle
- FontUtil - Class in org.openpdf.util
- FontUtil() - Constructor for class org.openpdf.util.FontUtil
- FontVariant() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontVariant
- fontWeight - Variable in class org.openpdf.css.value.FontSpecification
- FontWeight() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontWeight
- forcePageBreakAfter(LayoutContext, IdentValue) - Method in class org.openpdf.render.Box
- forcePageBreakBefore(LayoutContext, IdentValue, boolean) - Method in class org.openpdf.newtable.TableRowBox
- forcePageBreakBefore(LayoutContext, IdentValue, boolean) - Method in class org.openpdf.render.Box
- format(LogRecord) - Method in class org.openpdf.util.XRSimpleLogFormatter
-
Format the given log record and return the formatted string.
- formatMessage(LogRecord) - Method in class org.openpdf.util.XRSimpleLogFormatter
-
Localize and format the message string from a log record.
- FormField - Class in org.openpdf.simple.extend.form
- FormField(Element, XhtmlForm, LayoutContext, BlockBox) - Constructor for class org.openpdf.simple.extend.form.FormField
- FormFieldFactory - Class in org.openpdf.simple.extend.form
- FormFieldState - Class in org.openpdf.simple.extend.form
- formSubmissionListener - Variable in class org.openpdf.swing.BasicPanel
- FormSubmissionListener - Interface in org.openpdf.simple.extend
-
FormSubmissionListener is used to receive callbacks when an XhtmlForm has its submit action called.
- forString(String, DownscaleQuality) - Static method in class org.openpdf.util.DownscaleQuality
-
Retrieves the DownscaleQuality instance for the corresponding string.
- FREQ - Enum constant in enum class org.openpdf.css.parser.Token.Type
- fromBoolean(boolean) - Static method in class org.openpdf.simple.extend.form.FormFieldState
- fromClasspathResource(String) - Static method in class org.openpdf.pdf.Html2Pdf
- fromFile(File, int, int) - Static method in class org.openpdf.swing.Java2DRenderer
- fromList(List<Integer>) - Static method in class org.openpdf.simple.extend.form.FormFieldState
- fromStream(InputStream) - Static method in class org.openpdf.util.InputSources
- fromString(String) - Static method in class org.openpdf.pdf.ITextRenderer
- fromString(String) - Static method in class org.openpdf.simple.extend.form.FormFieldState
- fromString(String) - Static method in class org.openpdf.util.InputSources
- fromString(String, String) - Static method in class org.openpdf.pdf.ITextRenderer
- fromUrl(String) - Static method in class org.openpdf.pdf.ITextRenderer
- fromUrl(URL) - Static method in class org.openpdf.pdf.Html2Pdf
- fromURL(URL) - Static method in class org.openpdf.util.InputSources
- FS_BORDER_SPACING_HORIZONTAL - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for fictitious property.
- FS_BORDER_SPACING_VERTICAL - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_COLSPAN - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_CONTENT_PLACEHOLDER - Static variable in class org.openpdf.css.constants.IdentValue
- FS_DYNAMIC_AUTO_WIDTH - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_FIT_IMAGES_TO_WIDTH - Static variable in class org.openpdf.css.constants.CSSName
-
Used for forcing images to scale to a certain width
- FS_FONT_METRIC_SRC - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_ID - Variable in class org.openpdf.css.constants.CSSName
-
Unique integer id for a CSSName.
- FS_ID - Variable in class org.openpdf.css.constants.IdentValue
- FS_ID - Variable in class org.openpdf.css.constants.MarginBoxName
- FS_INITIAL_VALUE - Static variable in class org.openpdf.css.constants.IdentValue
- FS_KEEP_WITH_INLINE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_NAMED_DESTINATION - Static variable in class org.openpdf.css.constants.CSSName
-
Used to control creation of named destinations for boxes having the id attribute set.
- FS_PAGE_HEIGHT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_PAGE_ORIENTATION - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_PAGE_SEQUENCE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_PAGE_WIDTH - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_PDF_FONT_EMBED - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_PDF_FONT_ENCODING - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_PDF_XMP_METADATA - Static variable in class org.openpdf.css.constants.MarginBoxName
- FS_ROWSPAN - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_TABLE_PAGINATE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FS_TEXT_DECORATION_EXTENT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- FSBorderSpacingHorizontal() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSBorderSpacingHorizontal
- FSBorderSpacingVertical() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSBorderSpacingVertical
- FSCanvas - Interface in org.openpdf.extend
- FSCatalog - Class in org.openpdf.resource
-
FSCatalog loads an XML catalog file to read mappings of public IDs for XML schemas/dtds, to resolve those mappings to a local store for the schemas.
- FSCatalog() - Constructor for class org.openpdf.resource.FSCatalog
-
Default constructor
- FSCMYKColor - Class in org.openpdf.css.parser
- FSCMYKColor(float, float, float, float) - Constructor for class org.openpdf.css.parser.FSCMYKColor
- FSColor - Interface in org.openpdf.css.parser
- FSDerivedValue - Interface in org.openpdf.css.style
-
Marker interface for all derived values.
- FSDynamicAutoWidth() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSDynamicAutoWidth
- FSEntityResolver - Class in org.openpdf.resource
-
A SAX EntityResolver for common entity references and DTDs in X/HTML processing.
- FSFitImagesToWidth() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSFitImagesToWidth
- FSFont - Interface in org.openpdf.render
- FSFontMetrics - Interface in org.openpdf.render
- FSFontMetricSrc() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSFontMetricSrc
- FSFunction - Class in org.openpdf.css.parser
- FSFunction(String, List<PropertyValue>) - Constructor for class org.openpdf.css.parser.FSFunction
- FSGlyphVector - Interface in org.openpdf.extend
- FSImage - Interface in org.openpdf.extend
- FSImageWriter - Class in org.openpdf.util
-
Writes out BufferedImages to some output stream, like a file.
- FSImageWriter() - Constructor for class org.openpdf.util.FSImageWriter
-
New image writer for the PNG image format
- FSImageWriter(String) - Constructor for class org.openpdf.util.FSImageWriter
-
New writer for a given image format, using the informal format name.
- FSKeepWithInline() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSKeepWithInline
- FSLinearGradient - Class in org.openpdf.css.style.derived
- FSLinearGradient(FSFunction, CalculatedStyle, int, int, CssContext) - Constructor for class org.openpdf.css.style.derived.FSLinearGradient
- FSLinearGradient.StopValue - Class in org.openpdf.css.style.derived
- FSMouseListener - Interface in org.openpdf.swing
-
An FSMouseListener is used to track mouse events on a subclass of
BasicPanel. - FSNamedDestination() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSNamedDestination
- FSPageHeight() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageHeight
- FSPageOrientation() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageOrientation
- FSPageSequence() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageSequence
- FSPageWidth() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageWidth
- FSPDFFontEmbed() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPDFFontEmbed
- FSPDFFontEncoding() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPDFFontEncoding
- FSRGBColor - Class in org.openpdf.css.parser
- FSRGBColor(int) - Constructor for class org.openpdf.css.parser.FSRGBColor
- FSRGBColor(int, int, int) - Constructor for class org.openpdf.css.parser.FSRGBColor
- FSRGBColor(int, int, int, float) - Constructor for class org.openpdf.css.parser.FSRGBColor
- FSScrollPane - Class in org.openpdf.simple
-
FSScrollPaneis a JScrollPane set up to support keyboard navigation of an XHTML/XML document rendered with Flying Saucer. - FSScrollPane(JPanel) - Constructor for class org.openpdf.simple.FSScrollPane
-
Instantiates a new FSScrollPane around the given Panel; see class documentation.
- FSTableCellColspan() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSTableCellColspan
- FSTableCellRowspan() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSTableCellRowspan
- FSTablePaginate() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSTablePaginate
- FSTextDecorationExtent() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSTextDecorationExtent
- FUNCTION - Enum constant in enum class org.openpdf.css.parser.Token.Type
- FunctionData - Class in org.openpdf.layout
-
A bean which contains all the information necessary to invoke a
ContentFunction. - FunctionData(ContentFunction, FSFunction) - Constructor for class org.openpdf.layout.FunctionData
- FunctionValue - Class in org.openpdf.css.style.derived
- FunctionValue(CSSName, PropertyValue) - Constructor for class org.openpdf.css.style.derived.FunctionValue
G
- general(String) - Static method in class org.openpdf.util.XRLog
- general(Level, String) - Static method in class org.openpdf.util.XRLog
- general(Level, String, Throwable) - Static method in class org.openpdf.util.XRLog
- GENERAL - Static variable in class org.openpdf.util.XRLog
- GeneralUtil - Class in org.openpdf.util
- GeneralUtil() - Constructor for class org.openpdf.util.GeneralUtil
- generateBorderBounds(Rectangle, BorderPropertySet, boolean) - Static method in class org.openpdf.render.BorderPainter
-
Generates a full round rectangle that is made of bounds and border
- generateBorderShape(Rectangle, int, BorderPropertySet, boolean) - Static method in class org.openpdf.render.BorderPainter
-
Generates one side of a border
- generateBorderShape(Rectangle, int, BorderPropertySet, boolean, float) - Static method in class org.openpdf.render.BorderPainter
-
Generates one side of a border
- generateBorderShape(Rectangle, int, BorderPropertySet, boolean, float, float, boolean) - Static method in class org.openpdf.render.BorderPainter
-
Generates one side of a border
- generateTestFile(String, String, int, int) - Static method in class org.openpdf.test.DocumentDiffTest
- GEORGIAN - Static variable in class org.openpdf.css.constants.IdentValue
- get() - Method in class org.openpdf.util.LazyEvaluated
- get(String) - Method in class org.openpdf.swing.ImageResourceLoader
- get(String, int, int) - Method in class org.openpdf.swing.ImageResourceLoader
- getAbsX() - Method in class org.openpdf.render.Box
- getAbsY() - Method in class org.openpdf.render.Box
- getAggregateBounds() - Method in class org.openpdf.layout.PaintingInfo
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundAttachment
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BackgroundRepeat
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderCollapse
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BoxSizing
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.CaptionSide
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Clear
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Cursor
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Display
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.EmptyCells
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Float
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontStyle
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FontVariant
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSDynamicAutoWidth
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSKeepWithInline
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSNamedDestination
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageOrientation
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageSequence
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPDFFontEmbed
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSTablePaginate
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSTextDecorationExtent
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderBottomStyle
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderLeftStyle
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderRightStyle
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.BorderTopStyle
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Hyphens
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Bottom
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSFitImagesToWidth
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageHeight
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageWidth
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Height
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Left
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginBottom
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginLeft
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginRight
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginTop
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Right
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Top
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Width
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MaxHeight
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MaxWidth
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.LetterSpacing
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WordSpacing
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.ListStylePosition
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.ListStyleType
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Overflow
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PageBreakAfter
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PageBreakBefore
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PageBreakInside
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TableLayout
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TextAlign
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TextTransform
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.VerticalAlign
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Visibility
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WhiteSpace
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WordBreak
- getAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WordWrap
- getAllowedPrivileges() - Method in class org.openpdf.pdf.PDFEncryption
- getAlpha() - Method in class org.openpdf.css.parser.FSRGBColor
- getAnchorName() - Method in class org.openpdf.pdf.BookmarkElement
- getAnchorName(Element) - Method in interface org.openpdf.extend.NamespaceHandler
- getAnchorName(Element) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
- getAnchorName(Element) - Method in class org.openpdf.simple.NoNamespaceHandler
- getAscent() - Method in class org.openpdf.pdf.ITextFSFontMetrics
- getAscent() - Method in interface org.openpdf.render.FSFontMetrics
- getAscent() - Method in class org.openpdf.render.LineMetricsAdapter
- getAscent() - Method in class org.openpdf.render.StrutMetrics
- getAttribute(String) - Method in class org.openpdf.simple.extend.form.FormField
- getAttribute(Element, String) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
- getAttributeValue(Element, String, String) - Method in interface org.openpdf.extend.NamespaceHandler
- getAttributeValue(Element, String, String) - Method in class org.openpdf.simple.NoNamespaceHandler
- getAttributeValue(Element, String) - Method in interface org.openpdf.extend.NamespaceHandler
-
may return null.
- getAttributeValue(Element, String) - Method in class org.openpdf.simple.NoNamespaceHandler
- getAttributeValue(Node, String) - Method in class org.openpdf.context.StandardAttributeResolver
-
Gets the attributeValue attribute of the StandardAttributeResolver object
- getAttributeValue(Node, String) - Method in interface org.openpdf.css.extend.AttributeResolver
-
Required to return null if attribute does not exist, and not null if attribute exists.
- getAttributeValue(Node, String, String) - Method in class org.openpdf.context.StandardAttributeResolver
- getAttributeValue(Node, String, String) - Method in interface org.openpdf.css.extend.AttributeResolver
-
Required to return null if attribute does not exist and not null if attribute exists.
- getAvailableWidth(LayoutContext) - Method in class org.openpdf.render.BlockBox
- getAWTFont() - Method in class org.openpdf.swing.AWTFSFont
- getAxis() - Method in class org.openpdf.css.newmatch.Selector
-
get the axis that this selector should be evaluated on
- getBackgroundAttachment() - Method in class org.openpdf.css.style.CalculatedStyle
- getBackgroundColor() - Method in class org.openpdf.css.style.CalculatedStyle
-
Convenience property accessor; returns a Color initialized with the background color value; Uses the actual value (computed actual value) for this element.
- getBackgroundPosition() - Method in class org.openpdf.css.style.CalculatedStyle
- getBackgroundRepeat() - Method in class org.openpdf.css.style.CalculatedStyle
- getBackgroundSize() - Method in class org.openpdf.css.style.CalculatedStyle
- getBaseline() - Method in interface org.openpdf.extend.ReplacedElement
- getBaseline() - Method in class org.openpdf.layout.InlineBoxMeasurements
- getBaseline() - Method in class org.openpdf.newtable.TableRowBox
- getBaseline() - Method in class org.openpdf.pdf.BookmarkElement
- getBaseline() - Method in class org.openpdf.pdf.CheckboxFormField
- getBaseline() - Method in class org.openpdf.pdf.EmptyReplacedElement
- getBaseline() - Method in class org.openpdf.pdf.ITextImageElement
- getBaseline() - Method in class org.openpdf.pdf.RadioButtonFormField
- getBaseline() - Method in class org.openpdf.pdf.TextFormField
- getBaseline() - Method in class org.openpdf.render.InlineLayoutBox
- getBaseline() - Method in class org.openpdf.render.LineBox
- getBaseline() - Method in class org.openpdf.render.StrutMetrics
- getBaseline() - Method in class org.openpdf.swing.EmptyReplacedElement
- getBaseline() - Method in class org.openpdf.swing.ImageReplacedElement
- getBaseline() - Method in class org.openpdf.swing.SwingReplacedElement
- getBaseUri() - Method in class org.openpdf.swing.UriResolver
- getBaseURL() - Method in interface org.openpdf.extend.UserAgentCallback
- getBaseURL() - Method in class org.openpdf.layout.SharedContext
-
Gets the baseURL attribute of the RenderingContext object
- getBaseURL() - Method in class org.openpdf.render.RenderingContext
- getBaseURL() - Method in class org.openpdf.swing.DelegatingUserAgent
-
Returns the current baseUrl for this class.
- getBaseURL() - Method in class org.openpdf.swing.NaiveUserAgent
-
Returns the current baseUrl for this class.
- getBFCs() - Method in class org.openpdf.layout.LayoutState
- getBinaryResource(String) - Method in interface org.openpdf.extend.UserAgentCallback
-
Retrieves a binary resource located at a given URI and returns its contents as a byte array or
nullif the resource could not be loaded. - getBinaryResource(String) - Method in class org.openpdf.swing.DelegatingUserAgent
- getBinaryResource(String) - Method in class org.openpdf.swing.NaiveUserAgent
- getBlack() - Method in class org.openpdf.css.parser.FSCMYKColor
- getBlock() - Method in class org.openpdf.layout.BoxRangeLists
- getBlock() - Method in class org.openpdf.layout.BreakAtLineContext
- getBlock() - Method in class org.openpdf.layout.FloatLayoutResult
- getBlockFormattingContext() - Method in class org.openpdf.layout.LayoutContext
- getBlue() - Method in class org.openpdf.css.parser.FSRGBColor
- getBorder(CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
- getBorder(CssContext) - Method in class org.openpdf.newtable.TableBox
- getBorder(CssContext) - Method in class org.openpdf.newtable.TableCellBox
- getBorder(CssContext) - Method in class org.openpdf.render.Box
- getBorderEdge(int, int, CssContext) - Method in class org.openpdf.render.Box
- getBorderEdge(int, int, CssContext) - Method in class org.openpdf.render.InlineLayoutBox
- getBorderHSpacing(CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
- getBorderSides() - Method in class org.openpdf.render.Box
- getBorderSides() - Method in class org.openpdf.render.InlineLayoutBox
- getBorderVSpacing(CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
- getBorderWidth(String) - Static method in class org.openpdf.css.parser.property.Conversions
- getBottom() - Method in class org.openpdf.render.ContentLimit
- getBottom() - Method in class org.openpdf.render.PageBox
- getBottomLeft() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- getBottomRight() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- getBox() - Method in class org.openpdf.layout.BoxRangeData
- getBox() - Method in class org.openpdf.pdf.RadioButtonFormField
- getBox() - Method in class org.openpdf.simple.extend.form.FormField
- getBoxById(String) - Method in class org.openpdf.layout.SharedContext
- getBoxById(String) - Method in class org.openpdf.render.RenderingContext
- getBoxDimensions() - Method in class org.openpdf.render.Box
- getBreakAtLineContext() - Method in class org.openpdf.layout.LayoutContext
- getBreakPointsProvider(String, String, CalculatedStyle) - Method in class org.openpdf.layout.breaker.DefaultLineBreakingStrategy
- getBreakPointsProvider(String, String, CalculatedStyle) - Method in interface org.openpdf.layout.breaker.LineBreakingStrategy
- getBreakPointsProvider(String, LayoutContext, Element, CalculatedStyle) - Static method in class org.openpdf.layout.breaker.Breaker
- getBreakPointsProvider(String, LayoutContext, Text, CalculatedStyle) - Static method in class org.openpdf.layout.breaker.Breaker
- getByID(int) - Static method in class org.openpdf.css.constants.CSSName
- getByIdentString(String) - Static method in class org.openpdf.css.constants.IdentValue
-
Returns the Singleton IdentValue that corresponds to the given string, e.g. for "normal" will return IdentValue.NORMAL.
- getByPropertyName(String) - Static method in class org.openpdf.css.constants.CSSName
-
Gets the byPropertyName attribute of the CSSName class
- getCachedPadding() - Method in class org.openpdf.css.style.CalculatedStyle
- getCalculatedStyle() - Method in class org.openpdf.css.sheet.FontFaceRule
- getCalculatedSubstring() - Method in class org.openpdf.layout.LineBreakContext
- getCanvas() - Method in class org.openpdf.layout.LayoutContext
- getCanvas() - Method in class org.openpdf.layout.SharedContext
- getCanvas() - Method in class org.openpdf.render.RenderingContext
- getCascadedPropertiesMap(Element) - Method in class org.openpdf.context.StyleReference
-
Returns a Map keyed by CSS property names (e.g.
- getCascadedPropertyDeclarations() - Method in class org.openpdf.css.newmatch.CascadedStyle
-
Returns an
Iteratorover the set ofPropertyDeclarations already matched in this CascadedStyle. - getCascadedStyle(Element, boolean) - Method in class org.openpdf.context.StyleReference
-
Gets the CascadedStyle for an element.
- getCascadedStyle(Element, boolean) - Method in class org.openpdf.css.newmatch.Matcher
- getCell() - Method in class org.openpdf.layout.CollapsedBorderSide
- getCellRendererPane() - Method in class org.openpdf.swing.RootPanel
- getChainedSelector() - Method in class org.openpdf.css.newmatch.Selector
-
get the next selector in the chain, for matching against elements along the appropriate axis
- getChild(int) - Method in class org.openpdf.render.Box
- getChild(Element, String) - Static method in class org.openpdf.pdf.DOMUtil
- getChildCount() - Method in class org.openpdf.render.Box
- getChildren() - Method in class org.openpdf.layout.Layer
- getChildren() - Method in class org.openpdf.render.Box
- getChildren(Element, String) - Static method in class org.openpdf.pdf.DOMUtil
- getChildrenClipEdge(RenderingContext) - Method in class org.openpdf.newtable.TableCellBox
- getChildrenClipEdge(RenderingContext) - Method in class org.openpdf.render.Box
- getChildrenContentType() - Method in class org.openpdf.render.BlockBox
- getChildrenHeight() - Method in class org.openpdf.render.BlockBox
- getClass(Element) - Method in interface org.openpdf.extend.NamespaceHandler
- getClass(Element) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
-
Gets the class attribute of the XhtmlNamespaceHandler object
- getClass(Element) - Method in class org.openpdf.simple.NoNamespaceHandler
- getClass(Node) - Method in class org.openpdf.context.StandardAttributeResolver
-
Gets the class attribute of the StandardAttributeResolver object
- getClass(Node) - Method in interface org.openpdf.css.extend.AttributeResolver
- getClearDelta(CssContext, int) - Method in class org.openpdf.layout.FloatManager
- getClip() - Method in interface org.openpdf.extend.OutputDevice
- getClip() - Method in class org.openpdf.layout.BoxRangeData
- getClip() - Method in class org.openpdf.pdf.ITextOutputDevice
- getClip() - Method in class org.openpdf.swing.Java2DOutputDevice
- getCol() - Method in class org.openpdf.newtable.TableCellBox
- getCollapsedBorderBottom() - Method in class org.openpdf.newtable.TableCellBox
- getCollapsedBorderLeft() - Method in class org.openpdf.newtable.TableCellBox
- getCollapsedBorderRight() - Method in class org.openpdf.newtable.TableCellBox
- getCollapsedBorderTop() - Method in class org.openpdf.newtable.TableCellBox
- getCollapsedPaintingBorder() - Method in class org.openpdf.newtable.TableCellBox
- getColor() - Method in class org.openpdf.css.style.CalculatedStyle
-
Convenience property accessor; returns a Color initialized with the foreground color Uses the actual value (computed actual value) for this element.
- getColor() - Method in class org.openpdf.css.style.derived.FSLinearGradient.StopValue
- getColor(String) - Static method in class org.openpdf.css.parser.property.Conversions
- getColSpan() - Method in class org.openpdf.css.style.CalculatedStyle
- getColumnBounds(CssContext, int) - Method in class org.openpdf.newtable.TableBox
- getColumnPos() - Method in class org.openpdf.newtable.TableBox
- getColumns() - Method in class org.openpdf.newtable.TableBox
- getComponent() - Method in class org.openpdf.simple.extend.form.FormField
- getComponent() - Method in class org.openpdf.swing.ScaleChangeEvent
- getContainingBlock() - Method in class org.openpdf.render.Box
- getContainingBlockWidth() - Method in class org.openpdf.render.Box
- getContainingBlockWidth() - Method in class org.openpdf.render.InlineLayoutBox
- getContainingBlockWidth() - Method in class org.openpdf.render.MarginBox
- getContainingLayer() - Method in class org.openpdf.render.Box
- getContent() - Method in class org.openpdf.css.sheet.StylesheetInfo
- getContentAreaEdge(int, int, CssContext) - Method in class org.openpdf.render.Box
- getContentAreaEdge(int, int, CssContext) - Method in class org.openpdf.render.InlineLayoutBox
- getContentAreaEdge(int, int, CssContext) - Method in class org.openpdf.render.MarginBox
- getContentAreaEdge(int, int, CssContext) - Method in class org.openpdf.render.ViewportBox
- getContentFunction() - Method in class org.openpdf.layout.FunctionData
- getContentFunction() - Method in class org.openpdf.render.InlineBox
- getContentFunctionFactory() - Method in class org.openpdf.layout.LayoutContext
- getContentHeight(CssContext) - Method in class org.openpdf.render.PageBox
- getContentLimit(int) - Method in class org.openpdf.render.ContentLimitContainer
- getContentLimitContainer() - Method in class org.openpdf.newtable.TableRowBox
- getContents() - Method in class org.openpdf.css.sheet.MediaRule
- getContents() - Method in class org.openpdf.css.sheet.Stylesheet
- getContentStart() - Method in class org.openpdf.render.LineBox
- getContentWidth() - Method in class org.openpdf.render.AnonymousBlockBox
- getContentWidth() - Method in class org.openpdf.render.Box
- getContentWidth() - Method in class org.openpdf.render.BoxDimensions
- getContentWidth() - Method in class org.openpdf.render.MarginBox
- getContentWidth() - Method in class org.openpdf.render.ViewportBox
- getContentWidth(CssContext) - Method in class org.openpdf.render.PageBox
- getContext() - Method in class org.openpdf.simple.extend.form.FormField
- getCounterContext(CalculatedStyle) - Method in class org.openpdf.layout.LayoutContext
- getCounterIncrement() - Method in class org.openpdf.css.style.CalculatedStyle
- getCounterReset() - Method in class org.openpdf.css.style.CalculatedStyle
- getCounterValue() - Method in class org.openpdf.css.parser.PropertyValue
- getCss() - Method in interface org.openpdf.css.style.CssContext
- getCss() - Method in class org.openpdf.layout.LayoutContext
- getCss() - Method in class org.openpdf.layout.SharedContext
- getCss() - Method in class org.openpdf.render.RenderingContext
- getCSSFitToWidth(CssContext) - Method in class org.openpdf.render.BlockBox
- getCSSHeight(CssContext) - Method in class org.openpdf.newtable.TableCellBox
- getCSSHeight(CssContext) - Method in class org.openpdf.render.BlockBox
- getCSSHeight(CssContext) - Method in class org.openpdf.render.ViewportBox
- getCSSName() - Method in class org.openpdf.css.sheet.PropertyDeclaration
-
Gets the cSSName attribute of the PropertyDeclaration object
- getCSSResource(String) - Method in interface org.openpdf.extend.UserAgentCallback
-
Retrieves the CSS at the given URI.
- getCSSResource(String) - Method in class org.openpdf.swing.DelegatingUserAgent
-
Retrieves the CSS located at the given URI.
- getCSSResource(String) - Method in class org.openpdf.swing.NaiveUserAgent
-
Retrieves the CSS located at the given URI.
- getCssSacUnitType() - Method in class org.openpdf.css.style.DerivedValue
- getCssText() - Method in class org.openpdf.css.parser.PropertyValue
- getCssValueType() - Method in class org.openpdf.css.parser.PropertyValue
- getCssValueTypeDesc(CSSValue) - Static method in class org.openpdf.css.constants.ValueConstants
-
Gets the cssValueTypeDesc attribute of the
CSSValueobject - getCSSWidth(CssContext) - Method in class org.openpdf.newtable.TableBox
- getCSSWidth(CssContext) - Method in class org.openpdf.render.BlockBox
- getCSSWidth(CssContext, boolean) - Method in class org.openpdf.render.BlockBox
- getCurrentCounterValue(String) - Method in class org.openpdf.layout.LayoutContext.CounterContext
- getCurrentCounterValues(String) - Method in class org.openpdf.layout.LayoutContext.CounterContext
- getCurrentMarkerData() - Method in class org.openpdf.layout.LayoutContext
- getCurrentMarkerData() - Method in class org.openpdf.layout.LayoutState
- getCurrentPage() - Method in class org.openpdf.pdf.ITextOutputDevice
- getCursor() - Method in class org.openpdf.css.style.CalculatedStyle
- getCyan() - Method in class org.openpdf.css.parser.FSCMYKColor
- getDeclarationStandardText() - Method in class org.openpdf.css.sheet.PropertyDeclaration
- getDefaultRelativeFontSize(IdentValue) - Static method in class org.openpdf.css.style.FontSizeHelper
- getDefaultStylesheet() - Method in interface org.openpdf.extend.NamespaceHandler
- getDefaultStylesheet() - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
- getDefaultStylesheet() - Method in class org.openpdf.simple.NoNamespaceHandler
- getDefaultValue() - Method in class org.openpdf.css.parser.property.CounterPropertyBuilder.CounterIncrement
- getDefaultValue() - Method in class org.openpdf.css.parser.property.CounterPropertyBuilder.CounterReset
- getDefaultValue() - Method in class org.openpdf.css.parser.property.CounterPropertyBuilder
- getDescent() - Method in class org.openpdf.pdf.ITextFSFontMetrics
- getDescent() - Method in interface org.openpdf.render.FSFontMetrics
-
In keeping with the JDK
LineMetricsconvention, this number is positive for values below the baseline. - getDescent() - Method in class org.openpdf.render.LineMetricsAdapter
- getDescent() - Method in class org.openpdf.render.StrutMetrics
- getDeviceLength(float) - Method in class org.openpdf.pdf.ITextOutputDevice
- getDiameter() - Method in class org.openpdf.render.MarkerData.GlyphMarker
- getDisplay() - Method in class org.openpdf.css.style.CalculatedStyle
- getDistinctFontFamilyNames(String, String, boolean) - Static method in class org.openpdf.pdf.ITextFontResolver
-
Utility method which uses iText libraries to determine the family name(s) for the font at the given path.
- getDocument() - Method in class org.openpdf.pdf.ITextRenderer
- getDocument() - Method in class org.openpdf.resource.XMLResource
- getDocument() - Method in class org.openpdf.swing.BasicPanel
- getDocuments() - Method in class org.openpdf.pdf.DocumentSplitter
- getDocumentTitle() - Method in class org.openpdf.swing.BasicPanel
-
Returns the title as reported by the NamespaceHandler assigned to the SharedContext in this panel.
- getDocumentTitle(Document) - Method in interface org.openpdf.extend.NamespaceHandler
- getDocumentTitle(Document) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
-
Returns the title of the document as located in the contents of /html/head/title, or "" if none could be found.
- getDocumentTitle(Document) - Method in class org.openpdf.simple.NoNamespaceHandler
- getDonePoint() - Static method in class org.openpdf.layout.breaker.BreakPoint
- getDotsPerPixel() - Method in interface org.openpdf.css.style.CssContext
- getDotsPerPixel() - Method in class org.openpdf.layout.LayoutContext
- getDotsPerPixel() - Method in class org.openpdf.layout.SharedContext
- getDotsPerPixel() - Method in class org.openpdf.render.RenderingContext
- getDotsPerPoint() - Method in class org.openpdf.pdf.ITextOutputDevice
- getDotsPerPoint() - Method in class org.openpdf.pdf.ITextRenderer
- getDotsValue() - Method in class org.openpdf.css.style.derived.FSLinearGradient.StopValue
- getDownscalingHint() - Method in class org.openpdf.util.ScalingOptions
- getDPI() - Method in class org.openpdf.layout.SharedContext
-
Gets the dPI attribute of the RenderingContext object
- getDPI() - Method in class org.openpdf.render.RenderingContext
- getDrawingLayer() - Method in class org.openpdf.render.FloatedBoxData
- getEffBackgroundColor(RenderingContext) - Method in class org.openpdf.render.Box
- getEffectiveWidth() - Method in class org.openpdf.render.Box
- getEffectiveWidth() - Method in class org.openpdf.render.InlineLayoutBox
- getElapsedLoadTime() - Method in class org.openpdf.resource.XMLResource
- getElement() - Method in interface org.openpdf.layout.Styleable
- getElement() - Method in class org.openpdf.newtable.TableColumn
- getElement() - Method in class org.openpdf.render.Box
- getElement() - Method in class org.openpdf.render.InlineBox
- getElement() - Method in class org.openpdf.simple.extend.form.FormField
- getElementBoxes(Element) - Method in class org.openpdf.render.Box
- getElementBoxes(Element) - Method in class org.openpdf.render.InlineLayoutBox
- getElementName(Node) - Method in class org.openpdf.css.extend.lib.DOMTreeResolver
- getElementName(Node) - Method in interface org.openpdf.css.extend.TreeResolver
-
returns the name of the element so that it may match against the selectors
- getElementStyling(Element) - Method in interface org.openpdf.extend.NamespaceHandler
- getElementStyling(Element) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
-
Gets the elementStyling attribute of the XhtmlNamespaceHandler object
- getElementStyling(Element) - Method in class org.openpdf.simple.NoNamespaceHandler
- getElementStyling(Node) - Method in class org.openpdf.context.StandardAttributeResolver
-
Gets the elementStyling attribute of the StandardAttributeResolver object
- getElementStyling(Node) - Method in interface org.openpdf.css.extend.AttributeResolver
- getElementWithContent() - Method in class org.openpdf.render.InlineLayoutBox
- getEmbeddedBase64Data(String) - Static method in class org.openpdf.util.FontUtil
- getEmbeddedBase64Image(String) - Static method in class org.openpdf.util.ImageUtil
-
Get the binary content of an embedded base 64 image.
- getEnclosingScrollPane() - Method in class org.openpdf.swing.RootPanel
- getEncryptionType() - Method in class org.openpdf.pdf.PDFEncryption
- getEnd() - Method in class org.openpdf.layout.BoxRange
- getEnd() - Method in class org.openpdf.layout.Layer
- getEnd() - Method in class org.openpdf.layout.LineBreakContext
- getEnd() - Method in class org.openpdf.render.InlineText
- getEndX() - Method in class org.openpdf.css.style.derived.FSLinearGradient
- getEndY() - Method in class org.openpdf.css.style.derived.FSLinearGradient
- getEntities() - Method in class org.openpdf.resource.FSEntityResolver
-
Returns a map of entities parsed by this resolver.
- getEntity(String) - Method in class org.openpdf.resource.FSEntityResolver
- getExtension(String) - Static method in enum class org.openpdf.util.SupportedEmbeddedFontTypes
- getExtents() - Method in class org.openpdf.render.ViewportBox
- getExternalName() - Method in class org.openpdf.css.parser.Token
- getExternalSubset(String, String) - Method in class org.openpdf.resource.FSEntityResolver
- getExtraBoxDescription() - Method in class org.openpdf.newtable.TableRowBox
- getExtraBoxDescription() - Method in class org.openpdf.render.BlockBox
- getExtraSpaceBottom() - Method in class org.openpdf.layout.LayoutContext
- getExtraSpaceBottom() - Method in class org.openpdf.layout.LayoutState
- getExtraSpaceBottom() - Method in class org.openpdf.newtable.TableBox
- getExtraSpaceBottom() - Method in class org.openpdf.newtable.TableRowBox
- getExtraSpaceTop() - Method in class org.openpdf.layout.LayoutContext
- getExtraSpaceTop() - Method in class org.openpdf.layout.LayoutState
- getExtraSpaceTop() - Method in class org.openpdf.newtable.TableBox
- getExtraSpaceTop() - Method in class org.openpdf.newtable.TableRowBox
- getFamilyNames(BaseFont) - Static method in class org.openpdf.pdf.TrueTypeUtil
- getFieldName(ITextOutputDevice, Element) - Method in class org.openpdf.pdf.AbstractFormField
- getFieldType() - Method in class org.openpdf.pdf.AbstractFormField
- getFieldType() - Method in class org.openpdf.pdf.CheckboxFormField
- getFieldType() - Method in class org.openpdf.pdf.EmptyReplacedElement
- getFieldType() - Method in class org.openpdf.pdf.RadioButtonFormField
- getFieldType() - Method in class org.openpdf.pdf.TextFormField
- getFieldValues() - Method in class org.openpdf.simple.extend.form.FormField
- getFieldValues() - Method in class org.openpdf.simple.extend.form.InputField
- getFingerprint() - Method in class org.openpdf.css.newmatch.CascadedStyle
- getFingerprint() - Method in class org.openpdf.css.parser.PropertyValue
- getFingerprint() - Method in class org.openpdf.css.sheet.PropertyDeclaration
- getFirstBodyRow() - Method in class org.openpdf.newtable.TableBox
- getFirstLetters() - Method in class org.openpdf.layout.LayoutState
- getFirstLettersTracker() - Method in class org.openpdf.layout.LayoutContext
- getFirstLetterStyle() - Method in class org.openpdf.render.BlockBox
- getFirstLines() - Method in class org.openpdf.layout.LayoutState
- getFirstLinesTracker() - Method in class org.openpdf.layout.LayoutContext
- getFirstLineStyle() - Method in class org.openpdf.render.BlockBox
- getFirstLineWidth() - Method in class org.openpdf.render.InlineBox
- getFirstPage(CssContext, Box) - Method in class org.openpdf.layout.Layer
- getFirstRow() - Method in class org.openpdf.newtable.TableBox
- getFixedRectangle() - Method in interface org.openpdf.extend.FSCanvas
- getFixedRectangle() - Method in class org.openpdf.layout.LayoutContext
- getFixedRectangle() - Method in class org.openpdf.layout.SharedContext
- getFixedRectangle() - Method in class org.openpdf.render.RenderingContext
- getFixedRectangle() - Method in class org.openpdf.swing.RootPanel
-
Gets the fixedRectangle attribute of the BasicPanel object
- getFloatDistance(CssContext, LineBox, int) - Method in class org.openpdf.layout.BlockFormattingContext
- getFloatDistances() - Method in class org.openpdf.render.LineBox
- getFloatedBoxData() - Method in class org.openpdf.render.BlockBox
- getFloatManager() - Method in class org.openpdf.layout.BlockFormattingContext
- getFloatManager() - Method in class org.openpdf.layout.PersistentBFC
- getFloatPropertyProportionalHeight(CSSName, float, CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
- getFloatPropertyProportionalTo(CSSName, float, CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
- getFloatPropertyProportionalWidth(CSSName, float, CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
- getFloatProportionalTo(CSSName, float, CssContext) - Method in class org.openpdf.css.constants.IdentValue
- getFloatProportionalTo(CSSName, float, CssContext) - Method in class org.openpdf.css.style.derived.LengthValue
-
Computes a relative unit (e.g. percentage) as an absolute value, using the input value.
- getFloatProportionalTo(CSSName, float, CssContext) - Method in class org.openpdf.css.style.derived.NumberValue
- getFloatProportionalTo(CSSName, float, CssContext) - Method in class org.openpdf.css.style.DerivedValue
- getFloatProportionalTo(CSSName, float, CssContext) - Method in interface org.openpdf.css.style.FSDerivedValue
- getFloatValue() - Method in class org.openpdf.css.parser.PropertyValue
- getFloatValue(short) - Method in class org.openpdf.css.parser.PropertyValue
- getFont() - Method in class org.openpdf.pdf.FontDescription
- getFont() - Method in class org.openpdf.simple.extend.form.FormField
- getFont(CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
- getFont(FontSpecification) - Method in interface org.openpdf.css.style.CssContext
- getFont(FontSpecification) - Method in class org.openpdf.layout.LayoutContext
- getFont(FontSpecification) - Method in class org.openpdf.layout.SharedContext
- getFont(FontSpecification) - Method in class org.openpdf.render.RenderingContext
- getFontContext() - Method in class org.openpdf.layout.LayoutContext
- getFontContext() - Method in class org.openpdf.render.RenderingContext
- getFontDescription() - Method in class org.openpdf.pdf.ITextFSFont
- getFontDescriptions() - Method in class org.openpdf.pdf.FontFamily
- getFontFaceRules() - Method in class org.openpdf.context.StyleReference
- getFontFaceRules() - Method in class org.openpdf.css.newmatch.Matcher
- getFontFaceRules() - Method in class org.openpdf.css.sheet.Stylesheet
- getFontInstanceHashName(SharedContext, String, float, IdentValue, IdentValue, IdentValue) - Static method in class org.openpdf.context.AWTFontResolver
-
Gets the fontInstanceHashName attribute of the FontResolverTest object
- getFontResolver() - Method in class org.openpdf.layout.SharedContext
-
Gets the fontResolver attribute of the Context object
- getFontResolver() - Method in class org.openpdf.pdf.ITextRenderer
- getFontResolver() - Method in class org.openpdf.render.RenderingContext
- getFonts() - Method in class org.openpdf.pdf.ITextFontResolver
- getFontScale() - Method in interface org.openpdf.extend.TextRenderer
- getFontScale() - Method in class org.openpdf.pdf.ITextTextRenderer
- getFontScale() - Method in class org.openpdf.swing.Java2DTextRenderer
- getFontSize2D(FontSpecification) - Method in interface org.openpdf.css.style.CssContext
- getFontSize2D(FontSpecification) - Method in class org.openpdf.layout.LayoutContext
- getFontSize2D(FontSpecification) - Method in class org.openpdf.render.RenderingContext
- getFontSpecification() - Method in class org.openpdf.css.style.CalculatedStyle
- getFontSpecification() - Method in class org.openpdf.render.AbstractOutputDevice
-
Gets the FontSpecification for this AbstractOutputDevice.
- getForm(Element) - Method in class org.openpdf.swing.SwingReplacedElementFactory
-
Returns the XhtmlForm associated with an Element in cache, or null if not found.
- getFormDataStrings() - Method in class org.openpdf.simple.extend.form.FormField
- getFound() - Method in exception class org.openpdf.css.parser.CSSParseException
- getFrame(Component) - Method in class org.openpdf.swing.DOMInspector
-
Gets the frame attribute of the DOMInspector object
- getFSColor() - Method in class org.openpdf.css.parser.PropertyValue
- getFSFont(CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
- getFSFontMetrics(CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
- getFSFontMetrics(FontContext, FSFont, String) - Method in interface org.openpdf.extend.TextRenderer
- getFSFontMetrics(FontContext, FSFont, String) - Method in class org.openpdf.pdf.ITextTextRenderer
- getFSFontMetrics(FontContext, FSFont, String) - Method in class org.openpdf.swing.Java2DTextRenderer
- getFSFontMetrics(FSFont) - Method in interface org.openpdf.css.style.CssContext
- getFSFontMetrics(FSFont) - Method in class org.openpdf.layout.LayoutContext
- getFSFontMetrics(FSFont) - Method in class org.openpdf.render.RenderingContext
- getFSSelectors() - Method in class org.openpdf.css.sheet.Ruleset
- getFunction() - Method in class org.openpdf.css.parser.PropertyValue
- getFunction() - Method in class org.openpdf.css.style.derived.FunctionValue
- getFunction() - Method in class org.openpdf.layout.FunctionData
- getFunction() - Method in class org.openpdf.render.InlineBox
- getFunctionData() - Method in class org.openpdf.render.InlineText
- getGlyphBounds(OutputDevice, FSFont, FSGlyphVector, int, float, float) - Method in interface org.openpdf.extend.TextRenderer
- getGlyphBounds(OutputDevice, FSFont, FSGlyphVector, int, float, float) - Method in class org.openpdf.pdf.ITextTextRenderer
- getGlyphBounds(OutputDevice, FSFont, FSGlyphVector, int, float, float) - Method in class org.openpdf.swing.Java2DTextRenderer
- getGlyphMarker() - Method in class org.openpdf.render.MarkerData
- getGlyphPositions(OutputDevice, FSFont, String) - Method in class org.openpdf.swing.Java2DTextRenderer
- getGlyphPositions(OutputDevice, FSFont, FSGlyphVector) - Method in interface org.openpdf.extend.TextRenderer
- getGlyphPositions(OutputDevice, FSFont, FSGlyphVector) - Method in class org.openpdf.pdf.ITextTextRenderer
- getGlyphPositions(OutputDevice, FSFont, FSGlyphVector) - Method in class org.openpdf.swing.Java2DTextRenderer
- getGlyphVector() - Method in class org.openpdf.swing.AWTFSGlyphVector
- getGlyphVector(OutputDevice, FSFont, String) - Method in interface org.openpdf.extend.TextRenderer
- getGlyphVector(OutputDevice, FSFont, String) - Method in class org.openpdf.pdf.ITextTextRenderer
- getGlyphVector(OutputDevice, FSFont, String) - Method in class org.openpdf.swing.Java2DTextRenderer
- getGraphics() - Method in class org.openpdf.swing.Java2DFontContext
- getGraphics() - Method in class org.openpdf.swing.Java2DOutputDevice
- getGreen() - Method in class org.openpdf.css.parser.FSRGBColor
- getGrid() - Method in class org.openpdf.newtable.TableSectionBox
- getHead(Handler) - Method in class org.openpdf.util.XRSimpleLogFormatter
-
Return the header string for a set of formatted records.
- getHeight() - Method in class org.openpdf.css.style.BackgroundSize
- getHeight() - Method in interface org.openpdf.extend.FSImage
- getHeight() - Method in class org.openpdf.pdf.AbstractFormField
- getHeight() - Method in class org.openpdf.pdf.ITextFSImage
- getHeight() - Method in class org.openpdf.pdf.PagePosition
- getHeight() - Method in class org.openpdf.pdf.PDFAsImage
- getHeight() - Method in class org.openpdf.render.Box
- getHeight() - Method in class org.openpdf.render.BoxDimensions
- getHeight() - Method in class org.openpdf.render.MarginBox
- getHeight() - Method in class org.openpdf.render.ViewportBox
- getHeight() - Method in class org.openpdf.swing.MutableFSImage
- getHeight(CssContext) - Method in class org.openpdf.render.PageBox
- getHeightAsFloat() - Method in class org.openpdf.pdf.PDFAsImage
- getHeightOverride() - Method in class org.openpdf.newtable.TableRowBox
- getHorizontal() - Method in class org.openpdf.css.style.BackgroundPosition
- getHyphen() - Method in class org.openpdf.layout.breaker.BreakPoint
- getHyphens() - Method in class org.openpdf.css.style.CalculatedStyle
- getId() - Method in class org.openpdf.pdf.PagePosition
- getID(Element) - Method in interface org.openpdf.extend.NamespaceHandler
- getID(Element) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
-
Gets the iD attribute of the XhtmlNamespaceHandler object
- getID(Element) - Method in class org.openpdf.simple.NoNamespaceHandler
- getID(Node) - Method in class org.openpdf.context.StandardAttributeResolver
-
Gets the iD attribute of the StandardAttributeResolver object
- getID(Node) - Method in interface org.openpdf.css.extend.AttributeResolver
- getIdent(CSSName) - Method in class org.openpdf.css.newmatch.CascadedStyle
-
Gets the ident attribute of the CascadedStyle object
- getIdent(CSSName) - Method in class org.openpdf.css.style.CalculatedStyle
-
Gets the ident attribute of the CalculatedStyle object
- getIdentCount() - Static method in class org.openpdf.css.constants.IdentValue
- getIdentValue() - Method in class org.openpdf.css.parser.PropertyValue
- getIdentValue() - Method in class org.openpdf.render.TextDecoration
- getIdMap() - Method in class org.openpdf.layout.SharedContext
- getImage() - Method in class org.openpdf.pdf.ITextFSImage
- getImage() - Method in class org.openpdf.pdf.ITextImageElement
- getImage() - Method in class org.openpdf.render.MarkerData.ImageMarker
- getImage() - Method in class org.openpdf.resource.ImageResource
- getImage() - Method in class org.openpdf.swing.AWTFSImage
- getImage() - Method in class org.openpdf.swing.DeferredImageReplacedElement
-
The image we're replacing.
- getImage() - Method in class org.openpdf.swing.ImageReplacedElement
-
The image we're replacing
- getImage() - Method in class org.openpdf.swing.Java2DRenderer
-
Renders the XML document if necessary and returns the resulting image.
- getImage() - Method in class org.openpdf.swing.MutableFSImage
- getImageMarker() - Method in class org.openpdf.render.MarkerData
- getImageResource(String) - Method in interface org.openpdf.extend.UserAgentCallback
-
Retrieves the Image at the given URI.
- getImageResource(String) - Method in class org.openpdf.pdf.ITextUserAgent
- getImageResource(String) - Method in class org.openpdf.swing.DelegatingUserAgent
-
Retrieves the image located at the given URI.
- getImageResource(String) - Method in class org.openpdf.swing.NaiveUserAgent
-
Retrieves the image located at the given URI.
- getImageSourceURI(Element) - Method in interface org.openpdf.extend.NamespaceHandler
-
For an element where isImageElement returns true, retrieves the URI associated with that Image, as reported by the element; makes no guarantee that the URI is correct, complete or points to anything in particular.
- getImageSourceURI(Element) - Method in class org.openpdf.simple.extend.XhtmlNamespaceHandler
- getImageSourceURI(Element) - Method in class org.openpdf.simple.NoNamespaceHandler
- getImageUri() - Method in class org.openpdf.resource.ImageResource
- getImageWriteParameters(ImageWriter) - Method in class org.openpdf.util.FSImageWriter
-
Returns the image output parameters to control the output image quality, compression, etc.
- getImportanceAndOrigin() - Method in class org.openpdf.css.sheet.PropertyDeclaration
-
Returns an int representing the combined origin and importance of the property as declared.
- getImportRules() - Method in class org.openpdf.css.sheet.Stylesheet
- getIndex() - Method in class org.openpdf.render.Box
- getInitialPageNo() - Method in class org.openpdf.render.ContentLimitContainer
- getInitialPageNo() - Method in class org.openpdf.render.RenderingContext
- getInitialTextAlign() - Method in class org.openpdf.css.constants.MarginBoxName
- getInitialVerticalAlign() - Method in class org.openpdf.css.constants.MarginBoxName
- getInline() - Method in class org.openpdf.layout.BoxRangeLists
- getInlineBottom() - Method in class org.openpdf.layout.InlineBoxMeasurements
- getInlineBottom() - Method in class org.openpdf.layout.VerticalAlignContext
- getInlineChild(int) - Method in class org.openpdf.render.InlineLayoutBox
- getInlineChildCount() - Method in class org.openpdf.render.InlineLayoutBox
- getInlineChildren() - Method in class org.openpdf.render.InlineLayoutBox
- getInlineContent() - Method in class org.openpdf.render.BlockBox
- getInlineTop() - Method in class org.openpdf.layout.InlineBoxMeasurements
- getInlineTop() - Method in class org.openpdf.layout.VerticalAlignContext
- getInlineWidth() - Method in class org.openpdf.render.InlineLayoutBox
- getInlineWidth(CssContext) - Method in class org.openpdf.render.InlineLayoutBox
- getInputStream(String) - Static method in class org.openpdf.util.IOUtil
-
Gets a Reader for the resource identified
- getIntPropertyProportionalTo(CSSName, float, CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
- getIntrinsicHeight() - Method in interface org.openpdf.extend.ReplacedElement
- getIntrinsicHeight() - Method in class org.openpdf.pdf.AbstractFormField
- getIntrinsicHeight() - Method in class org.openpdf.pdf.BookmarkElement
- getIntrinsicHeight() - Method in class org.openpdf.pdf.EmptyReplacedElement
- getIntrinsicHeight() - Method in class org.openpdf.pdf.ITextImageElement
- getIntrinsicHeight() - Method in class org.openpdf.swing.DeferredImageReplacedElement
- getIntrinsicHeight() - Method in class org.openpdf.swing.EmptyReplacedElement
- getIntrinsicHeight() - Method in class org.openpdf.swing.ImageReplacedElement
- getIntrinsicHeight() - Method in class org.openpdf.swing.SwingReplacedElement
- getIntrinsicSize() - Method in class org.openpdf.simple.extend.form.FormField
- getIntrinsicWidth() - Method in interface org.openpdf.extend.ReplacedElement
- getIntrinsicWidth() - Method in class org.openpdf.pdf.AbstractFormField
- getIntrinsicWidth() - Method in class org.openpdf.pdf.BookmarkElement
- getIntrinsicWidth() - Method in class org.openpdf.pdf.EmptyReplacedElement
- getIntrinsicWidth() - Method in class org.openpdf.pdf.ITextImageElement
- getIntrinsicWidth() - Method in class org.openpdf.swing.DeferredImageReplacedElement
- getIntrinsicWidth() - Method in class org.openpdf.swing.EmptyReplacedElement
- getIntrinsicWidth() - Method in class org.openpdf.swing.ImageReplacedElement
- getIntrinsicWidth() - Method in class org.openpdf.swing.SwingReplacedElement
- getJComponent() - Method in class org.openpdf.swing.SwingReplacedElement
- getJustificationInfo() - Method in class org.openpdf.render.LineBox
- getLang(Element) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
- getLang(Element) - Method in interface org.openpdf.extend.NamespaceHandler
- getLang(Element) - Method in class org.openpdf.simple.NoNamespaceHandler
- getLang(Node) - Method in class org.openpdf.context.StandardAttributeResolver
-
Gets the lang attribute of the StandardAttributeResolver object
- getLang(Node) - Method in interface org.openpdf.css.extend.AttributeResolver
- getLast() - Method in class org.openpdf.layout.LineBreakContext
- getLastPage() - Method in class org.openpdf.layout.Layer
- getLastPage(CssContext, Box) - Method in class org.openpdf.layout.Layer
- getLastPageNo() - Method in class org.openpdf.render.ContentLimitContainer
- getLastRow() - Method in class org.openpdf.newtable.TableSectionBox
- getLayer() - Method in class org.openpdf.layout.LayoutContext
- getLayer() - Method in class org.openpdf.render.Box
- getLayoutContext() - Method in class org.openpdf.swing.RootPanel
- getLayoutReplacementText() - Method in interface org.openpdf.css.extend.ContentFunction
-
If a function value can change at render time (i.e.
- getLayoutWidth() - Method in class org.openpdf.render.MarkerData
- getLayoutWidth() - Method in class org.openpdf.render.MarkerData.GlyphMarker
- getLayoutWidth() - Method in class org.openpdf.render.MarkerData.ImageMarker
- getLayoutWidth() - Method in class org.openpdf.render.MarkerData.TextMarker
- getLayoutWidth() - Method in class org.openpdf.swing.RootPanel
- getLeftFloatDistance(CssContext, BlockFormattingContext, LineBox, int) - Method in class org.openpdf.layout.FloatManager
- getLeftFloatDistance(CssContext, LineBox, int) - Method in class org.openpdf.layout.BlockFormattingContext
- getLeftMarginBorderPadding(CssContext) - Method in class org.openpdf.render.InlineLayoutBox
- getLeftMBP() - Method in class org.openpdf.render.Box
- getLeftMBP() - Method in class org.openpdf.render.BoxDimensions
- getLeftRightDiff() - Method in class org.openpdf.css.style.derived.RectPropertySet
- getLength() - Method in class org.openpdf.css.style.derived.FSLinearGradient.StopValue
- getLengthValue(CalculatedStyle, CSSName) - Static method in class org.openpdf.simple.extend.form.FormField
- getLine() - Method in exception class org.openpdf.css.parser.CSSParseException
- getLine() - Method in class org.openpdf.layout.BreakAtLineContext
- getLinearGradient(CssContext, int, int) - Method in class org.openpdf.css.style.CalculatedStyle
- getLineBox() - Method in class org.openpdf.render.BlockBox
- getLineBox() - Method in class org.openpdf.render.InlineLayoutBox
- getLineBoxHeight() - Method in class org.openpdf.layout.VerticalAlignContext
- getLineBreakingStrategy() - Method in class org.openpdf.layout.SharedContext
- getLineHeight(CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
- getLinkUri(Element) - Method in interface org.openpdf.extend.NamespaceHandler
-
should return null if element is not a link
- getLinkUri(Element) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
-
Gets the linkUri attribute of the XhtmlNamespaceHandler object
- getLinkUri(Element) - Method in class org.openpdf.simple.NoNamespaceHandler
- getListCounter() - Method in class org.openpdf.render.BlockBox
- getListener() - Method in class org.openpdf.pdf.ITextRenderer
- getListeners() - Method in class org.openpdf.swing.MouseTracker
-
Returns a (new) list of all listeners currently tracked for receiving events.
- getLocation() - Method in interface org.openpdf.extend.ReplacedElement
-
Returns the current location where the element will be rendered on the canvas
- getLocation() - Method in class org.openpdf.pdf.AbstractFormField
- getLocation() - Method in class org.openpdf.pdf.BookmarkElement
- getLocation() - Method in class org.openpdf.pdf.EmptyReplacedElement
- getLocation() - Method in class org.openpdf.pdf.ITextImageElement
- getLocation() - Method in class org.openpdf.swing.DeferredImageReplacedElement
- getLocation() - Method in class org.openpdf.swing.EmptyReplacedElement
- getLocation() - Method in class org.openpdf.swing.ImageReplacedElement
- getLocation() - Method in class org.openpdf.swing.SwingReplacedElement
- getLoggerImpl() - Static method in class org.openpdf.util.XRLog
- getMagenta() - Method in class org.openpdf.css.parser.FSCMYKColor
- getManager() - Method in class org.openpdf.render.FloatedBoxData
- getMargin(CssContext) - Method in class org.openpdf.render.Box
- getMargin(CssContext) - Method in class org.openpdf.render.PageBox
- getMarginBorderPadding(CssContext, int, CalculatedStyle.Edge) - Method in class org.openpdf.css.style.CalculatedStyle
- getMarginBorderPadding(CssContext, CalculatedStyle.Edge) - Method in class org.openpdf.render.Box
- getMarginBorderPadding(CssContext, CalculatedStyle.Edge) - Method in class org.openpdf.render.PageBox
- getMarginBoxes() - Method in class org.openpdf.css.newmatch.PageInfo
- getMarginBoxes() - Method in class org.openpdf.css.sheet.PageRule
- getMarginBoxProperties(MarginBoxName) - Method in class org.openpdf.css.sheet.PageRule
- getMarginEdge(int, int, CssContext, int, int) - Method in class org.openpdf.render.Box
- getMarginEdge(int, int, CssContext, int, int) - Method in class org.openpdf.render.InlineLayoutBox
- getMarginEdge(CssContext, int, int) - Method in class org.openpdf.render.Box
- getMarginEdge(CssContext, int, int) - Method in class org.openpdf.render.LineBox
- getMarginFromSibling() - Method in class org.openpdf.render.FloatedBoxData
- getMarginRect(float, CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
-
Convenience property accessor; returns a Border initialized with the four-sided margin width.
- getMarginRect(float, CssContext, boolean) - Method in class org.openpdf.css.style.CalculatedStyle
- getMarkerData() - Method in class org.openpdf.render.BlockBox
- getMarkerData() - Method in class org.openpdf.render.LineBox
- getMaster() - Method in class org.openpdf.layout.FloatManager
- getMaster() - Method in class org.openpdf.layout.Layer
- getMaster() - Method in class org.openpdf.layout.LineBreakContext
- getMasterText() - Method in class org.openpdf.render.InlineText
- getMaxFontScale() - Method in class org.openpdf.simple.XHTMLPanel
-
Returns the maximum font scaling that may be applied, e.g. 3 times assigned font size.
- getMaxHeight(CssContext, int) - Method in class org.openpdf.css.style.CalculatedStyle
- getMaxLeft(float) - Method in class org.openpdf.css.style.BorderRadiusCorner
- getMaxPageWidth(CssContext, int) - Method in class org.openpdf.layout.Layer
- getMaxRight(float) - Method in class org.openpdf.css.style.BorderRadiusCorner
- getMaxWidth() - Method in class org.openpdf.render.BlockBox
- getMaxWidth() - Method in class org.openpdf.render.InlineBox
- getMaxWidth(CssContext, int) - Method in class org.openpdf.css.style.CalculatedStyle
- getMedia() - Method in class org.openpdf.css.sheet.StylesheetInfo
-
Gets the media attribute of the StylesheetInfo object
- getMedia() - Method in class org.openpdf.layout.SharedContext
-
The media for this context
- getMessage() - Method in exception class org.openpdf.css.parser.CSSParseException
- getMetadata() - Method in class org.openpdf.render.PageBox
- getMetadataByName(String) - Method in class org.openpdf.pdf.ITextOutputDevice
-
Searches the metadata name/content pairs of the current document and returns the content value from the first pair with a matching name.
- getMetadataListByName(String) - Method in class org.openpdf.pdf.ITextOutputDevice
-
Searches the metadata name/content pairs of the current document and returns any content values with a matching name in an ArrayList.
- getMinFontScale() - Method in class org.openpdf.simple.XHTMLPanel
-
Returns the minimum font scaling that may be applied, e.g. 0.5 times assigned font size.
- getMinHeight(CssContext, int) - Method in class org.openpdf.css.style.CalculatedStyle
- getMinimumSize() - Method in class org.openpdf.simple.Graphics2DRenderer
-
Returns the size image needed to render the document without anything going off the side.
- getMinWidth() - Method in class org.openpdf.render.BlockBox
- getMinWidth() - Method in class org.openpdf.render.InlineBox
- getMinWidth(CssContext, int) - Method in class org.openpdf.css.style.CalculatedStyle
- getMmPerDot() - Method in interface org.openpdf.css.style.CssContext
- getMmPerDot() - Method in class org.openpdf.layout.LayoutContext
- getMmPerDot() - Method in class org.openpdf.render.RenderingContext
- getMmPerPx() - Method in class org.openpdf.layout.SharedContext
-
Gets the dPI attribute in a more useful form of the RenderingContext object
- getMouseTrackingListeners() - Method in class org.openpdf.swing.BasicPanel
- getName() - Method in class org.openpdf.css.parser.CounterData
- getName() - Method in class org.openpdf.css.parser.FSFunction
- getName() - Method in class org.openpdf.css.parser.Token
- getName() - Method in class org.openpdf.css.sheet.PageRule
- getName() - Method in class org.openpdf.pdf.FontFamily
- getNamespace() - Method in interface org.openpdf.extend.NamespaceHandler
- getNamespace() - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
-
Gets the namespace attribute of the XhtmlNamespaceHandler object
- getNamespace() - Method in class org.openpdf.simple.NoNamespaceHandler
- getNamespaceHandler() - Method in class org.openpdf.layout.LayoutContext
- getNamespaceHandler() - Method in class org.openpdf.layout.SharedContext
- getNext(Box) - Method in class org.openpdf.render.Box
- getNext(Box) - Method in class org.openpdf.render.InlineLayoutBox
- getNextFormFieldIndex() - Method in class org.openpdf.pdf.ITextOutputDevice
- getNextLarger(IdentValue) - Static method in class org.openpdf.css.style.FontSizeHelper
- getNextLineBoxDelta(CssContext, BlockFormattingContext, LineBox, int) - Method in class org.openpdf.layout.FloatManager
- getNextLineBoxDelta(CssContext, LineBox, int) - Method in class org.openpdf.layout.BlockFormattingContext
- getNextSibling() - Method in class org.openpdf.render.Box
- getNextSmaller(IdentValue) - Static method in class org.openpdf.css.style.FontSizeHelper
- getNonCssStyling(Element) - Method in interface org.openpdf.extend.NamespaceHandler
- getNonCssStyling(Element) - Method in class org.openpdf.simple.extend.XhtmlNamespaceHandler
- getNonCssStyling(Element) - Method in class org.openpdf.simple.NoNamespaceHandler
- getNonCssStyling(Node) - Method in class org.openpdf.context.StandardAttributeResolver
- getNonCssStyling(Node) - Method in interface org.openpdf.css.extend.AttributeResolver
- getNonFlowContent() - Method in class org.openpdf.render.LineBox
- getNonSpaceCount() - Method in class org.openpdf.render.CharCounts
- getNoPageBreak() - Method in class org.openpdf.layout.LayoutContext
- getNoPageBreak() - Method in class org.openpdf.layout.LayoutState
- getNumericFontWeight(float) - Static method in class org.openpdf.css.parser.property.Conversions
- getOffset() - Method in class org.openpdf.layout.BlockFormattingContext
- getOffset() - Method in class org.openpdf.render.TextDecoration
- getOffset(BlockBox) - Method in class org.openpdf.layout.FloatManager
- getOpacity() - Method in class org.openpdf.css.style.CalculatedStyle
-
Convenience property accessor; returns a Opacity Uses the actual value (computed actual value) for this element.
- getOpacity() - Method in class org.openpdf.layout.Layer
- getOpenInlineBoxes() - Method in class org.openpdf.render.AnonymousBlockBox
- getOperator() - Method in class org.openpdf.css.parser.PropertyValue
- getOrder() - Method in class org.openpdf.css.sheet.PageRule
- getOrigin() - Method in class org.openpdf.css.sheet.FontFaceRule
- getOrigin() - Method in class org.openpdf.css.sheet.MediaRule
- getOrigin() - Method in class org.openpdf.css.sheet.PageRule
- getOrigin() - Method in class org.openpdf.css.sheet.PropertyDeclaration
- getOrigin() - Method in class org.openpdf.css.sheet.Ruleset
- getOrigin() - Method in interface org.openpdf.css.sheet.RulesetContainer
- getOrigin() - Method in class org.openpdf.css.sheet.Stylesheet
-
Gets the origin attribute of the Stylesheet object
- getOrigin() - Method in class org.openpdf.css.sheet.StylesheetInfo
-
Gets the origin attribute of the StylesheetInfo object
- getOriginalAbsY() - Method in class org.openpdf.newtable.TableSectionBox
- getOriginalState() - Method in class org.openpdf.simple.extend.form.FormField
- getOuterMarginCorner() - Method in class org.openpdf.layout.PaintingInfo
- getOuterPageWidth() - Method in class org.openpdf.render.PageBox
- getOuterStyleOrColWidth(CssContext) - Method in class org.openpdf.newtable.TableCellBox
- getOuterStyleWidth(CssContext) - Method in class org.openpdf.newtable.TableCellBox
- getOutputDevice() - Method in class org.openpdf.pdf.ITextRenderer
- getOutputDevice() - Method in class org.openpdf.render.RenderingContext
- getOwnerPassword() - Method in class org.openpdf.pdf.PDFEncryption
- getPadding(CssContext) - Method in class org.openpdf.render.Box
- getPaddingEdge(int, int, CssContext) - Method in class org.openpdf.render.Box
- getPaddingEdge(int, int, CssContext) - Method in class org.openpdf.render.MarginBox
- getPaddingEdge(int, int, CssContext) - Method in class org.openpdf.render.ViewportBox
- getPaddingRect(float, CssContext) - Method in class org.openpdf.css.style.CalculatedStyle
-
Convenience property accessor; returns a Border initialized with the four-sided padding width.
- getPaddingWidth(CssContext) - Method in class org.openpdf.render.Box
- getPaddingWidth(CssContext) - Method in class org.openpdf.render.MarginBox
- getPaddingWidth(CssContext) - Method in class org.openpdf.render.ViewportBox
- getPage() - Method in class org.openpdf.layout.LayoutContext
- getPage() - Method in class org.openpdf.render.RenderingContext
- getPage(CssContext, int) - Method in class org.openpdf.layout.Layer
- getPage(LayoutContext, int) - Method in class org.openpdf.render.ContentLimitContainer
- getPageCascadedStyle(String, String) - Method in class org.openpdf.css.newmatch.Matcher
- getPageClearance() - Method in class org.openpdf.newtable.TableBox
- getPageClearance() - Method in class org.openpdf.render.BlockBox
- getPageCount() - Method in class org.openpdf.render.RenderingContext
- getPagedViewClippingBounds(CssContext, int) - Method in class org.openpdf.render.PageBox
- getPageHeight() - Method in class org.openpdf.css.parser.property.PageSize
- getPageInfo() - Method in class org.openpdf.render.PageBox
- getPageName() - Method in class org.openpdf.layout.LayoutContext
- getPageName() - Method in class org.openpdf.layout.LayoutState
- getPageNo() - Method in class org.openpdf.pdf.PagePosition
- getPageNo() - Method in class org.openpdf.render.PageBox
- getPageNo() - Method in class org.openpdf.render.RenderingContext
- getPages() - Method in class org.openpdf.layout.Layer
- getPageSize(String) - Static method in class org.openpdf.css.parser.property.PageSize
- getPageStyle() - Method in class org.openpdf.css.newmatch.PageInfo
- getPageStyle(String, String) - Method in class org.openpdf.context.StyleReference
- getPageWidth() - Method in class org.openpdf.css.parser.property.PageSize
- getPaintingBorderEdge(CssContext) - Method in class org.openpdf.render.Box
- getPaintingBottom() - Method in class org.openpdf.layout.InlineBoxMeasurements
- getPaintingBottom() - Method in class org.openpdf.layout.VerticalAlignContext
- getPaintingBottom() - Method in class org.openpdf.render.PageBox
- getPaintingClipEdge(CssContext) - Method in class org.openpdf.newtable.TableCellBox
- getPaintingClipEdge(CssContext) - Method in class org.openpdf.render.BlockBox
- getPaintingClipEdge(CssContext) - Method in class org.openpdf.render.Box
- getPaintingClipEdge(CssContext) - Method in class org.openpdf.render.LineBox
- getPaintingDimension(LayoutContext) - Method in class org.openpdf.layout.Layer
- getPaintingHeight() - Method in class org.openpdf.render.LineBox
- getPaintingInfo() - Method in class org.openpdf.render.Box
- getPaintingPaddingEdge(CssContext) - Method in class org.openpdf.render.Box
- getPaintingTop() - Method in class org.openpdf.layout.InlineBoxMeasurements
- getPaintingTop() - Method in class org.openpdf.layout.VerticalAlignContext
- getPaintingTop() - Method in class org.openpdf.render.LineBox
- getPaintingTop() - Method in class org.openpdf.render.PageBox
- getPanel() - Method in class org.openpdf.simple.Graphics2DRenderer
-
Returns the panel used internally for rendering.
- getParameters() - Method in class org.openpdf.css.parser.FSFunction
- getParent() - Method in class org.openpdf.css.style.CalculatedStyle
- getParent() - Method in class org.openpdf.layout.Layer
- getParent() - Method in class org.openpdf.layout.VerticalAlignContext
- getParent() - Method in class org.openpdf.newtable.TableColumn
- getParent() - Method in class org.openpdf.render.Box
- getParent() - Method in class org.openpdf.render.ContentLimitContainer
- getParent() - Method in class org.openpdf.render.InlineText
- getParentElement(Node) - Method in class org.openpdf.css.extend.lib.DOMTreeResolver
- getParentElement(Node) - Method in interface org.openpdf.css.extend.TreeResolver
-
returns the parent element of an element, or null if this was the root element
- getParentForm() - Method in class org.openpdf.simple.extend.form.FormField
- getParentForm(Element, LayoutContext) - Method in class org.openpdf.swing.SwingReplacedElementFactory
- getParentMeasurements() - Method in class org.openpdf.layout.VerticalAlignContext
- getPDFEncryption() - Method in class org.openpdf.pdf.ITextRenderer
- getPdfPageEvent() - Method in class org.openpdf.pdf.ITextRenderer
- getPDFVersion() - Method in class org.openpdf.pdf.ITextRenderer
- getPDFXConformance() - Method in class org.openpdf.pdf.ITextRenderer
- getPECascadedStyle(Element, String) - Method in class org.openpdf.css.newmatch.Matcher
-
May return null.
- getPendingPageName() - Method in class org.openpdf.layout.LayoutContext
- getPersistentBFC() - Method in class org.openpdf.render.BlockBox
- getPos() - Method in class org.openpdf.css.sheet.PageRule
- getPosition() - Method in class org.openpdf.layout.breaker.BreakPoint
- getPositionOfElement(Node) - Method in class org.openpdf.css.extend.lib.DOMTreeResolver
- getPositionOfElement(Node) - Method in interface org.openpdf.css.extend.TreeResolver
-
Returns the index of the position of the submitted element among its element node siblings.
- getPreferredScrollableViewportSize() - Method in class org.openpdf.swing.RootPanel
- getPrevious(Box) - Method in class org.openpdf.render.Box
- getPrevious(Box) - Method in class org.openpdf.render.InlineLayoutBox
- getPreviousSibling() - Method in class org.openpdf.render.Box
- getPreviousSiblingElement(Node) - Method in class org.openpdf.css.extend.lib.DOMTreeResolver
- getPreviousSiblingElement(Node) - Method in interface org.openpdf.css.extend.TreeResolver
-
The previous sibling element, or null if none exists
- getPrimitiveType() - Method in class org.openpdf.css.parser.PropertyValue
- getPrintClippingBounds(CssContext) - Method in class org.openpdf.render.PageBox
- getPrintPaintingBounds(CssContext) - Method in class org.openpdf.render.PageBox
- getProperties() - Method in class org.openpdf.css.newmatch.PageInfo
- getProperties() - Method in class org.openpdf.css.parser.property.BorderPropertyBuilders.Border
- getProperties() - Method in class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderBottom
- getProperties() - Method in class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderLeft
- getProperties() - Method in class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderRight
- getProperties() - Method in class org.openpdf.css.parser.property.BorderPropertyBuilders.BorderTop
- getProperties() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderColor
- getProperties() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderRadius
- getProperties() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderStyle
- getProperties() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderWidth
- getProperties() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.Margin
- getProperties() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.Padding
- getPropertyBuilder() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderColor
- getPropertyBuilder() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderRadius
- getPropertyBuilder() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderStyle
- getPropertyBuilder() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.BorderWidth
- getPropertyBuilder() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.Margin
- getPropertyBuilder() - Method in class org.openpdf.css.parser.property.OneToFourPropertyBuilders.Padding
- getPropertyBuilder(CSSName) - Static method in class org.openpdf.css.constants.CSSName
- getPropertyDeclarations() - Method in class org.openpdf.css.sheet.Ruleset
-
Returns an Iterator of PropertyDeclarations pulled from this CSSStyleRule.
- getPropertyName() - Method in class org.openpdf.css.sheet.PropertyDeclaration
-
Returns the CSS name of this property, e.g.
- getPropertyValueType() - Method in class org.openpdf.css.parser.PropertyValue
- getPseudoElement() - Method in class org.openpdf.css.newmatch.Selector
-
Gets the pseudoElement attribute of the Selector object
- getPseudoElementOrClass() - Method in interface org.openpdf.layout.Styleable
- getPseudoElementOrClass() - Method in class org.openpdf.newtable.TableColumn
- getPseudoElementOrClass() - Method in class org.openpdf.render.Box
- getPseudoElementOrClass() - Method in class org.openpdf.render.InlineBox
- getPseudoElementStyle(Node, String) - Method in class org.openpdf.context.StyleReference
-
Gets the pseudoElementStyle attribute of the StyleReference object
- getPseudoPage() - Method in class org.openpdf.css.sheet.PageRule
- getRadioButtons(String) - Method in class org.openpdf.pdf.ITextReplacedElementFactory
- getRange() - Method in class org.openpdf.layout.BoxRangeData
- getReader(URI) - Method in class org.openpdf.pdf.ITextOutputDevice
- getRectValue() - Method in class org.openpdf.css.parser.PropertyValue
- getRed() - Method in class org.openpdf.css.parser.FSRGBColor
- getReferenceLine() - Method in class org.openpdf.render.MarkerData
- getRelativeOffset() - Method in class org.openpdf.render.Box
- getRelativePageCount(RenderingContext) - Method in class org.openpdf.layout.Layer
- getRelativePageNo(RenderingContext) - Method in class org.openpdf.layout.Layer
- getRelativePageNo(RenderingContext, int) - Method in class org.openpdf.layout.Layer
- getRenderingHint() - Method in class org.openpdf.util.ScalingOptions
- getRenderingHint(RenderingHints.Key) - Method in interface org.openpdf.extend.OutputDevice
- getRenderingHint(RenderingHints.Key) - Method in class org.openpdf.pdf.ITextOutputDevice
- getRenderingHint(RenderingHints.Key) - Method in class org.openpdf.swing.Java2DOutputDevice
- getRenderingHints() - Method in class org.openpdf.swing.Java2DTextRenderer
-
If anti-alias text is enabled, the value from RenderingHints to use for AA smoothing in Java2D.
- getRenderingHints() - Method in class org.openpdf.util.ScalingOptions
-
Returns a Map of image rendering hints applicable to
Graphics2D.setRenderingHints(java.util.Map). - getReplacedElement() - Method in class org.openpdf.render.BlockBox
- getReplacedElementFactory() - Method in class org.openpdf.layout.LayoutContext
- getReplacedElementFactory() - Method in class org.openpdf.layout.SharedContext
- getResourceInputSource() - Method in class org.openpdf.resource.AbstractResource
- getResourceInputSource() - Method in interface org.openpdf.resource.Resource
- getResourceLoadTimeStamp() - Method in class org.openpdf.resource.AbstractResource
- getResourceLoadTimeStamp() - Method in interface org.openpdf.resource.Resource
- getRestyleTarget() - Method in class org.openpdf.render.Box
- getRestyleTarget() - Method in class org.openpdf.render.InlineLayoutBox
- getRestyleTarget() - Method in class org.openpdf.render.LineBox
- getRGBColorValue() - Method in class org.openpdf.css.parser.PropertyValue
- getRightFloatDistance(CssContext, BlockFormattingContext, LineBox, int) - Method in class org.openpdf.layout.FloatManager
- getRightFloatDistance(CssContext, LineBox, int) - Method in class org.openpdf.layout.BlockFormattingContext
- getRightMarginPaddingBorder(CssContext) - Method in class org.openpdf.render.InlineLayoutBox
- getRightMBP() - Method in class org.openpdf.render.Box
- getRightMBP() - Method in class org.openpdf.render.BoxDimensions
- getRootBox() - Method in class org.openpdf.pdf.ITextRenderer
- getRootBox() - Method in class org.openpdf.swing.RootPanel
- getRootDocumentLayer() - Method in class org.openpdf.layout.LayoutContext
- getRootLayer() - Method in class org.openpdf.layout.LayoutContext
- getRootLayer() - Method in class org.openpdf.render.RenderingContext
- getRootLayer() - Method in class org.openpdf.swing.RootPanel
- getRow() - Method in class org.openpdf.newtable.RowData
- getRow() - Method in class org.openpdf.newtable.TableCellBox
- getRowSpan() - Method in class org.openpdf.css.style.CalculatedStyle
- getRuleset() - Method in class org.openpdf.css.newmatch.Selector
-
get the Ruleset that this Selector is part of
- getRuleset() - Method in class org.openpdf.css.sheet.PageRule
- getRunningBlock(String, PageBox, PageElementPosition) - Method in class org.openpdf.layout.Layer
- getRunningBlock(LayoutContext, PropertyValue) - Static method in class org.openpdf.layout.BoxBuilder
- getRunningName() - Method in class org.openpdf.css.style.CalculatedStyle
- getScale() - Method in class org.openpdf.swing.ScalableXHTMLPanel
- getScale() - Method in class org.openpdf.swing.ScaleChangeEvent
- getScaledInstance(BufferedImage, int, int) - Static method in class org.openpdf.util.ImageUtil
-
Scales an image to the requested width and height, assuming these are both >= 1; size given in pixels.
- getScaledInstance(ScalingOptions, BufferedImage) - Static method in class org.openpdf.util.ImageUtil
-
Scales an image to the requested width and height, assuming these are both >= 1; size given in pixels.
- getScalePolicy() - Method in class org.openpdf.swing.ScalableXHTMLPanel
- getScreenExtents() - Method in class org.openpdf.swing.RootPanel
- getScreenPaintingBounds(CssContext, int) - Method in class org.openpdf.render.PageBox
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.openpdf.swing.RootPanel
- getScrollableTracksViewportHeight() - Method in class org.openpdf.swing.RootPanel
- getScrollableTracksViewportWidth() - Method in class org.openpdf.swing.RootPanel
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.openpdf.swing.RootPanel
- getSection() - Method in class org.openpdf.newtable.TableCellBox
- getSelectedIndices() - Method in class org.openpdf.simple.extend.form.FormFieldState
- getSelection() - Method in class org.openpdf.render.InlineText
- getSelectionEnd() - Method in class org.openpdf.render.InlineText
- getSelectionStart() - Method in class org.openpdf.render.InlineText
- getSelectorID() - Method in class org.openpdf.css.newmatch.Selector
- getSelectorText() - Method in class org.openpdf.css.newmatch.Selector
- getSharedContext() - Method in class org.openpdf.layout.LayoutContext
- getSharedContext() - Method in class org.openpdf.pdf.ITextOutputDevice
- getSharedContext() - Method in class org.openpdf.pdf.ITextRenderer
- getSharedContext() - Method in class org.openpdf.simple.Graphics2DRenderer
-
Gets the SharedContext for layout and rendering.
- getSharedContext() - Method in class org.openpdf.swing.Java2DRenderer
-
Returns the SharedContext to be used by renderer.
- getSharedContext() - Method in class org.openpdf.swing.RootPanel
- getSide() - Method in class org.openpdf.layout.CollapsedBorderSide
- getSize2D() - Method in class org.openpdf.pdf.ITextFSFont
- getSize2D() - Method in interface org.openpdf.render.FSFont
- getSize2D() - Method in class org.openpdf.swing.AWTFSFont
- getSpaceCount() - Method in class org.openpdf.render.CharCounts
- getSpaceWidth(LayoutContext) - Method in class org.openpdf.render.InlineBox
- getSpan() - Method in class org.openpdf.newtable.ColumnData
- getSpecificityB() - Method in class org.openpdf.css.newmatch.Selector
-
The correct specificity value for this selector and its sibling-axis selectors
- getSpecificityC() - Method in class org.openpdf.css.newmatch.Selector
-
The correct specificity value for this selector and its sibling-axis selectors
- getSpecificityD() - Method in class org.openpdf.css.newmatch.Selector
-
The correct specificity value for this selector and its sibling-axis selectors
- getStart() - Method in class org.openpdf.layout.BoxRange
- getStart() - Method in class org.openpdf.layout.LineBreakContext
- getStart() - Method in class org.openpdf.render.InlineText
- getStartPageNo() - Method in class org.openpdf.pdf.ITextOutputDevice
- getStartSubstring() - Method in class org.openpdf.layout.LineBreakContext
- getStartX() - Method in class org.openpdf.css.style.derived.FSLinearGradient
- getStartY() - Method in class org.openpdf.css.style.derived.FSLinearGradient
- getState() - Method in class org.openpdf.render.Box
- getStaticEquivalent() - Method in class org.openpdf.render.BlockBox
- getStopPoints() - Method in class org.openpdf.css.style.derived.FSLinearGradient
- getStrikethroughOffset() - Method in class org.openpdf.pdf.ITextFSFontMetrics
- getStrikethroughOffset() - Method in interface org.openpdf.render.FSFontMetrics
- getStrikethroughOffset() - Method in class org.openpdf.render.LineMetricsAdapter
- getStrikethroughThickness() - Method in class org.openpdf.pdf.ITextFSFontMetrics
- getStrikethroughThickness() - Method in interface org.openpdf.render.FSFontMetrics
- getStrikethroughThickness() - Method in class org.openpdf.render.LineMetricsAdapter
- getStringArrayValue() - Method in class org.openpdf.css.parser.PropertyValue
- getStringProperty(CSSName) - Method in class org.openpdf.css.style.CalculatedStyle
- getStringValue() - Method in class org.openpdf.css.parser.PropertyValue
- getStringValue() - Method in class org.openpdf.css.style.DerivedValue
-
The getCssText() or getStringValue(), depending.
- getStroke() - Method in interface org.openpdf.extend.OutputDevice
- getStroke() - Method in class org.openpdf.pdf.ITextOutputDevice
- getStroke() - Method in class org.openpdf.swing.Java2DOutputDevice
- getStructMetrics() - Method in class org.openpdf.render.MarkerData
- getStyle() - Method in interface org.openpdf.layout.Styleable
- getStyle() - Method in class org.openpdf.newtable.TableColumn
- getStyle() - Method in class org.openpdf.pdf.FontDescription
- getStyle() - Method in class org.openpdf.render.Box
- getStyle() - Method in class org.openpdf.render.InlineBox
- getStyle() - Method in class org.openpdf.render.PageBox
- getStyle() - Method in class org.openpdf.simple.extend.form.FormField
- getStyle(Element) - Method in class org.openpdf.layout.SharedContext
- getStyle(Element, boolean) - Method in class org.openpdf.layout.SharedContext
- getStyleColumns() - Method in class org.openpdf.newtable.TableBox
- getStyleMargin(CssContext) - Method in class org.openpdf.render.Box
- getStyleMarginNoCache(CssContext) - Method in class org.openpdf.render.Box
- getStyles() - Method in class org.openpdf.layout.StyleTracker
- getStylesheet(StylesheetInfo) - Method in class org.openpdf.context.StylesheetFactoryImpl
-
Returns a cached sheet by its key; loads and caches it if not in cache; null if not able to load
- getStylesheet(StylesheetInfo) - Method in interface org.openpdf.css.extend.StylesheetFactory
- getStylesheets(Document) - Method in interface org.openpdf.extend.NamespaceHandler
- getStylesheets(Document) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
-
Gets the stylesheetLinks attribute of the XhtmlNamespaceHandler object
- getStylesheets(Document) - Method in class org.openpdf.simple.NoNamespaceHandler
- getSubstring() - Method in class org.openpdf.render.InlineText
- getTable() - Method in class org.openpdf.newtable.TableCellBox
- getTail(Handler) - Method in class org.openpdf.util.XRSimpleLogFormatter
-
Return the tail string for a set of formatted records.
- getTargetHeight() - Method in class org.openpdf.util.ScalingOptions
- getTargetWidth() - Method in class org.openpdf.util.ScalingOptions
- getText() - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- getText() - Method in class org.openpdf.render.InlineBox
- getText() - Method in class org.openpdf.render.MarkerData.TextMarker
- getText(Element) - Static method in class org.openpdf.pdf.DOMUtil
-
Loads all the text content in all offspring of an element.
- getText(Element, StringBuilder) - Static method in class org.openpdf.pdf.DOMUtil
-
Appends all text content in all offspring of an element to a StringBuilder.
- getTextBottom() - Method in class org.openpdf.layout.InlineBoxMeasurements
- getTextDecorations() - Method in class org.openpdf.css.style.CalculatedStyle
- getTextDecorations() - Method in class org.openpdf.render.InlineLayoutBox
- getTextDecorations() - Method in class org.openpdf.render.LineBox
- getTextExportText() - Method in class org.openpdf.render.InlineText
- getTextMarker() - Method in class org.openpdf.render.MarkerData
- getTextNode() - Method in class org.openpdf.layout.LineBreakContext
- getTextNode() - Method in class org.openpdf.render.InlineBox
- getTextNode() - Method in class org.openpdf.render.InlineText
- getTextRenderer() - Method in class org.openpdf.layout.LayoutContext
- getTextRenderer() - Method in class org.openpdf.layout.SharedContext
- getTextRenderer() - Method in class org.openpdf.render.RenderingContext
- getTextTop() - Method in class org.openpdf.layout.InlineBoxMeasurements
- getThickness() - Method in class org.openpdf.render.TextDecoration
- getTop() - Method in class org.openpdf.render.ContentLimit
- getTop() - Method in class org.openpdf.render.PageBox
- getTopLeft() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- getTopRight() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- getTrailingSpaceWidth(LayoutContext) - Method in class org.openpdf.render.InlineBox
- getTransform() - Method in class org.openpdf.pdf.ITextOutputDevice
- getTx() - Method in class org.openpdf.render.Box
- getTy() - Method in class org.openpdf.render.Box
- getType() - Method in class org.openpdf.css.parser.Token
- getUac() - Method in class org.openpdf.layout.LayoutContext
- getUac() - Method in class org.openpdf.layout.SharedContext
-
Gets the uac attribute of the RenderingContext object
- getUac() - Method in class org.openpdf.render.RenderingContext
- getUnderlineOffset() - Method in class org.openpdf.pdf.ITextFSFontMetrics
- getUnderlineOffset() - Method in interface org.openpdf.render.FSFontMetrics
-
In keeping with the JDK
LineMetricsconvention, this number is positive for values below the baseline. - getUnderlineOffset() - Method in class org.openpdf.render.LineMetricsAdapter
- getUnderlinePosition() - Method in class org.openpdf.pdf.FontDescription
-
This refers to the top of the underline stroke
- getUnderlineThickness() - Method in class org.openpdf.pdf.FontDescription
- getUnderlineThickness() - Method in class org.openpdf.pdf.ITextFSFontMetrics
- getUnderlineThickness() - Method in interface org.openpdf.render.FSFontMetrics
- getUnderlineThickness() - Method in class org.openpdf.render.LineMetricsAdapter
- getUnscaledHeight() - Method in class org.openpdf.pdf.PDFAsImage
- getUnscaledWidth() - Method in class org.openpdf.pdf.PDFAsImage
- getUri() - Method in class org.openpdf.css.sheet.StylesheetInfo
-
Gets the uri attribute of the StylesheetInfo object
- getURI() - Method in class org.openpdf.css.sheet.Stylesheet
-
Gets the URI of the Stylesheet object
- getURI() - Method in class org.openpdf.pdf.PDFAsImage
- getURL() - Method in class org.openpdf.swing.BasicPanel
- getURLFromClasspath(Object, String) - Static method in class org.openpdf.util.GeneralUtil
- getUserAgentCallback() - Method in class org.openpdf.layout.SharedContext
- getUserAgentCallback() - Method in class org.openpdf.simple.extend.form.FormField
- getUserAgentCallback() - Method in class org.openpdf.simple.extend.XhtmlForm
- getUserPassword() - Method in class org.openpdf.pdf.PDFEncryption
- getValue() - Method in class org.openpdf.css.parser.CounterData
- getValue() - Method in class org.openpdf.css.sheet.PropertyDeclaration
-
Returns the specified
CSSValuefor this property. - getValue() - Method in class org.openpdf.simple.extend.form.FormFieldState
- getValue(Element) - Method in class org.openpdf.pdf.AbstractFormField
- getValue(Element) - Method in class org.openpdf.pdf.TextFormField
- getValues() - Method in class org.openpdf.css.parser.PropertyValue
- getValues() - Method in class org.openpdf.css.style.derived.ListValue
- getVertical() - Method in class org.openpdf.css.style.BackgroundPosition
- getVerticalAlign() - Method in class org.openpdf.newtable.TableCellBox
- getViewportRectangle() - Method in class org.openpdf.render.RenderingContext
- getWeight() - Method in class org.openpdf.pdf.FontDescription
- getWhitespace() - Method in class org.openpdf.css.style.CalculatedStyle
- getWidth() - Method in class org.openpdf.css.style.BackgroundSize
- getWidth() - Method in interface org.openpdf.extend.FSImage
- getWidth() - Method in class org.openpdf.layout.LineBreakContext
- getWidth() - Method in class org.openpdf.pdf.AbstractFormField
- getWidth() - Method in class org.openpdf.pdf.ITextFSImage
- getWidth() - Method in class org.openpdf.pdf.PagePosition
- getWidth() - Method in class org.openpdf.pdf.PDFAsImage
- getWidth() - Method in class org.openpdf.render.Box
- getWidth() - Method in class org.openpdf.render.InlineText
- getWidth() - Method in class org.openpdf.render.MarginBox
- getWidth() - Method in class org.openpdf.render.ViewportBox
- getWidth() - Method in class org.openpdf.swing.MutableFSImage
- getWidth(CssContext) - Method in class org.openpdf.render.PageBox
- getWidth(FontContext, FSFont, String) - Method in interface org.openpdf.extend.TextRenderer
- getWidth(FontContext, FSFont, String) - Method in class org.openpdf.pdf.ITextTextRenderer
- getWidth(FontContext, FSFont, String) - Method in class org.openpdf.swing.Java2DTextRenderer
- getWidthAsFloat() - Method in class org.openpdf.pdf.PDFAsImage
- getWordBreak() - Method in class org.openpdf.css.style.CalculatedStyle
- getWordWrap() - Method in class org.openpdf.css.style.CalculatedStyle
- getWriter() - Method in class org.openpdf.pdf.ITextOutputDevice
- getWriter() - Method in class org.openpdf.pdf.ITextRenderer
- getX() - Method in interface org.openpdf.extend.FSCanvas
- getX() - Method in class org.openpdf.pdf.AbstractFormField
- getX() - Method in class org.openpdf.pdf.PagePosition
- getX() - Method in class org.openpdf.render.Box
- getX() - Method in class org.openpdf.render.InlineText
- getXHeight(FontSpecification) - Method in interface org.openpdf.css.style.CssContext
- getXHeight(FontSpecification) - Method in class org.openpdf.layout.LayoutContext
- getXHeight(FontSpecification) - Method in class org.openpdf.render.RenderingContext
- getXHeight(FontContext, FontSpecification) - Method in class org.openpdf.layout.SharedContext
- getXMLResource(String) - Method in interface org.openpdf.extend.UserAgentCallback
-
Retrieves the XML at the given URI.
- getXMLResource(String) - Method in class org.openpdf.swing.DelegatingUserAgent
-
Retrieves the XML located at the given URI.
- getXMLResource(String) - Method in class org.openpdf.swing.NaiveUserAgent
-
Retrieves the XML located at the given URI.
- getXMPPropertyList() - Method in class org.openpdf.css.newmatch.PageInfo
- getY() - Method in interface org.openpdf.extend.FSCanvas
- getY() - Method in class org.openpdf.pdf.AbstractFormField
- getY() - Method in class org.openpdf.pdf.PagePosition
- getY() - Method in class org.openpdf.render.Box
- getYellow() - Method in class org.openpdf.css.parser.FSCMYKColor
- getYStrikeoutPosition() - Method in class org.openpdf.pdf.FontDescription
- getYStrikeoutSize() - Method in class org.openpdf.pdf.FontDescription
- getZIndex() - Method in class org.openpdf.layout.Layer
- GlyphMarker(int, int) - Constructor for class org.openpdf.render.MarkerData.GlyphMarker
- Graphics2DRenderer - Class in org.openpdf.simple
-
Graphics2DRenderer supports headless rendering of XHTML documents, and is useful for rendering documents directly to images.
- Graphics2DRenderer(String) - Constructor for class org.openpdf.simple.Graphics2DRenderer
- Graphics2DRenderer(Document, String) - Constructor for class org.openpdf.simple.Graphics2DRenderer
- GREATER - Enum constant in enum class org.openpdf.css.parser.Token.Type
- GREEN - Static variable in class org.openpdf.css.parser.FSRGBColor
- GROOVE - Static variable in class org.openpdf.css.constants.IdentValue
- guessType(String) - Static method in class org.openpdf.css.constants.ValueConstants
-
Incomplete routine to try and determine the CSSPrimitiveValue short code for a given value, e.g. 14pt is CSS_PT.
H
- hasAbsoluteUnit() - Method in class org.openpdf.css.constants.IdentValue
- hasAbsoluteUnit() - Method in class org.openpdf.css.style.derived.LengthValue
- hasAbsoluteUnit() - Method in class org.openpdf.css.style.derived.NumberValue
- hasAbsoluteUnit() - Method in class org.openpdf.css.style.DerivedValue
- hasAbsoluteUnit() - Method in interface org.openpdf.css.style.FSDerivedValue
- hasAbsoluteUnit(CSSName) - Method in class org.openpdf.css.style.CalculatedStyle
- hasAny(MarginBoxName[]) - Method in class org.openpdf.css.newmatch.PageInfo
- hasAttribute(String) - Method in class org.openpdf.simple.extend.form.FormField
- hasBaseline() - Method in interface org.openpdf.extend.ReplacedElement
- hasBaseline() - Method in class org.openpdf.pdf.BookmarkElement
- hasBaseline() - Method in class org.openpdf.pdf.CheckboxFormField
- hasBaseline() - Method in class org.openpdf.pdf.EmptyReplacedElement
- hasBaseline() - Method in class org.openpdf.pdf.ITextImageElement
- hasBaseline() - Method in class org.openpdf.pdf.RadioButtonFormField
- hasBaseline() - Method in class org.openpdf.pdf.TextFormField
- hasBaseline() - Method in class org.openpdf.swing.EmptyReplacedElement
- hasBaseline() - Method in class org.openpdf.swing.ImageReplacedElement
- hasBaseline() - Method in class org.openpdf.swing.SwingReplacedElement
- hasBorderRadius() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- hasCollapsedPaintingBorder() - Method in class org.openpdf.newtable.TableCellBox
- hasContentLimitContainer() - Method in class org.openpdf.newtable.TableBox
- hasDimensions(int, int) - Method in class org.openpdf.resource.ImageResource
- hasDocumentListeners() - Method in class org.openpdf.swing.RootPanel
- hasFontFamily() - Method in class org.openpdf.css.sheet.FontFaceRule
- hasFontStyle() - Method in class org.openpdf.css.sheet.FontFaceRule
- hasFontWeight() - Method in class org.openpdf.css.sheet.FontFaceRule
- HASH - Enum constant in enum class org.openpdf.css.parser.Token.Type
- hashCode() - Method in record class org.openpdf.css.constants.CSSName.CSSSideProperties
-
Returns a hash code value for this object.
- hashCode() - Method in class org.openpdf.css.constants.CSSName
- hashCode() - Method in class org.openpdf.css.constants.MarginBoxName
- hashCode() - Method in class org.openpdf.css.parser.FSRGBColor
- hashCode() - Method in record class org.openpdf.css.parser.HSBColor
-
Returns a hash code value for this object.
- hashCode() - Method in class org.openpdf.layout.CollapsedBorderSide
- hashCode() - Method in record class org.openpdf.pdf.FontDescription.Decorations
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.openpdf.render.JustificationInfo
-
Returns a hash code value for this object.
- hasHidden() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- hasNegativeValues() - Method in class org.openpdf.css.style.derived.RectPropertySet
- hasProperty(CSSName) - Method in class org.openpdf.css.newmatch.CascadedStyle
-
Returns true if property has been defined in this style.
- hasRadius() - Method in class org.openpdf.css.style.BorderRadiusCorner
- hasSize(int, int) - Method in interface org.openpdf.extend.FSImage
- hasStyles() - Method in class org.openpdf.layout.StyleTracker
- HEBREW - Static variable in class org.openpdf.css.constants.IdentValue
- height() - Method in class org.openpdf.css.style.derived.RectPropertySet
- Height() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Height
- HEIGHT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- HELP - Static variable in class org.openpdf.css.constants.IdentValue
- hidden() - Method in class org.openpdf.newtable.CollapsedBorderValue
- HIDDEN - Static variable in class org.openpdf.css.constants.IdentValue
- HIDE - Static variable in class org.openpdf.css.constants.IdentValue
- HIGH_QUALITY - Static variable in class org.openpdf.util.DownscaleQuality
-
Highest-quality downscaling; probably slowest as well.
- HIRAGANA - Static variable in class org.openpdf.css.constants.IdentValue
- HIRAGANA_IROHA - Static variable in class org.openpdf.css.constants.IdentValue
- HORIZONTAL - Enum constant in enum class org.openpdf.layout.BoxBuilder.MarginDirection
- HORIZONTALLY - Enum constant in enum class org.openpdf.render.BlockBox.Position
- HOVER_PSEUDOCLASS - Static variable in class org.openpdf.css.newmatch.Selector
- HoverListener - Class in org.openpdf.swing
-
A HoverListener is used to respond to a mouse hovering over a Box in a
BasicPanel. - HoverListener() - Constructor for class org.openpdf.swing.HoverListener
- HSBColor - Record Class in org.openpdf.css.parser
- HSBColor(float, float, float) - Constructor for record class org.openpdf.css.parser.HSBColor
-
Creates an instance of a
HSBColorrecord class. - Html2Pdf - Class in org.openpdf.pdf
- Html2Pdf() - Constructor for class org.openpdf.pdf.Html2Pdf
- htmlAsImage(InputStream, int) - Static method in class org.openpdf.swing.Java2DRenderer
- htmlAsImage(String, int) - Static method in class org.openpdf.swing.Java2DRenderer
- htmlEscapeSpace(String) - Static method in class org.openpdf.util.GeneralUtil
- hue() - Method in record class org.openpdf.css.parser.HSBColor
-
Returns the value of the
huerecord component. - Hyphens() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Hyphens
- HYPHENS - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS3 property.
I
- IDENT - Enum constant in enum class org.openpdf.css.parser.Token.Type
- IdentValue - Class in org.openpdf.css.constants
-
An IdentValue represents a string that you can assign to a CSS property, where the string is one of several enumerated values.
- ignorableWhitespace(char[], int, int) - Method in class org.openpdf.pdf.DocumentSplitter
- ignorableWhitespace(char[], int, int) - Method in class org.openpdf.pdf.SAXEventRecorder
- ImageMarker(FSImage, int) - Constructor for class org.openpdf.render.MarkerData.ImageMarker
- ImageRenderer - Class in org.openpdf.simple
-
ImageRenderer supports rendering of XHTML documents to image formats, writing out the generated image to an output stream or a file in a given image format.
- ImageRenderer() - Constructor for class org.openpdf.simple.ImageRenderer
- ImageReplacedElement - Class in org.openpdf.swing
-
An ImageReplacedElement is a
ReplacedElementthat contains aImage. - ImageReplacedElement() - Constructor for class org.openpdf.swing.ImageReplacedElement
- ImageReplacedElement(Image, int, int) - Constructor for class org.openpdf.swing.ImageReplacedElement
-
Creates a new ImageReplacedElement and scales it to the size specified if either width or height has a valid value (values are greater than -1), otherwise original size is preserved.
- ImageResource - Class in org.openpdf.resource
- ImageResource(String, FSImage) - Constructor for class org.openpdf.resource.ImageResource
- ImageResourceLoader - Class in org.openpdf.swing
- ImageResourceLoader() - Constructor for class org.openpdf.swing.ImageResourceLoader
- ImageResourceLoader(int, RepaintListener) - Constructor for class org.openpdf.swing.ImageResourceLoader
- ImageResourceLoader(RepaintListener) - Constructor for class org.openpdf.swing.ImageResourceLoader
- ImageUtil - Class in org.openpdf.util
-
Static utility methods for working with images.
- ImageUtil() - Constructor for class org.openpdf.util.ImageUtil
- IMMEDIATE_SIBLING_AXIS - Enum constant in enum class org.openpdf.css.newmatch.Selector.Axis
- IMPORT_SYM - Enum constant in enum class org.openpdf.css.parser.Token.Type
- IMPORTANCE_AND_ORIGIN_COUNT - Static variable in class org.openpdf.css.sheet.PropertyDeclaration
-
ImportanceAndOrigin of stylesheet - how many different
- IMPORTANT_SYM - Enum constant in enum class org.openpdf.css.parser.Token.Type
- importFontFaces(List<FontFaceRule>, UserAgentCallback) - Method in class org.openpdf.pdf.ITextFontResolver
- IN - Enum constant in enum class org.openpdf.css.parser.Token.Type
- includeInSubmission(JComponent) - Method in class org.openpdf.simple.extend.form.FormField
-
Returns true if the value of the current FormField should be sent along with the current submission.
- INCLUDES - Enum constant in enum class org.openpdf.css.parser.Token.Type
- incrementFontSize() - Method in class org.openpdf.simple.XHTMLPanel
-
Increments all rendered fonts on the current document by the current scaling factor for the panel.
- INHERIT - Static variable in class org.openpdf.css.constants.IdentValue
- init() - Method in class org.openpdf.swing.RootPanel
- init(String) - Static method in class org.openpdf.util.XRLog
- init(Level, String) - Static method in class org.openpdf.util.XRLog
- init(Level, String, Throwable) - Static method in class org.openpdf.util.XRLog
- INIT - Static variable in class org.openpdf.util.XRLog
- initContainingLayer(LayoutContext) - Method in class org.openpdf.render.Box
- initDimensions(LayoutContext, BlockBox, int, int) - Method in class org.openpdf.pdf.AbstractFormField
- initDimensions(LayoutContext, BlockBox, int, int) - Method in class org.openpdf.pdf.TextFormField
- initialDerivedValue() - Method in class org.openpdf.css.constants.CSSName
- initializePage(PdfContentByte, float) - Method in class org.openpdf.pdf.ITextOutputDevice
- initialValue(CSSName) - Static method in class org.openpdf.css.constants.CSSName
-
Returns the initial value of the named property, according to the CSS2 spec, as a String.
- initStaticPos(LayoutContext, BlockBox, int) - Method in class org.openpdf.newtable.TableRowBox
- initStaticPos(LayoutContext, BlockBox, int) - Method in class org.openpdf.render.BlockBox
- INLINE - Enum constant in enum class org.openpdf.render.BlockBox.ContentType
- INLINE - Static variable in class org.openpdf.css.constants.IdentValue
- INLINE_BLOCK - Static variable in class org.openpdf.css.constants.IdentValue
- INLINE_TABLE - Static variable in class org.openpdf.css.constants.IdentValue
- InlineBox - Class in org.openpdf.render
-
A class which represents a portion of an inline element.
- InlineBox(String, Text) - Constructor for class org.openpdf.render.InlineBox
- InlineBox(String, Text, ContentFunction, FSFunction, Element, String) - Constructor for class org.openpdf.render.InlineBox
- InlineBox(String, Text, ContentFunction, FSFunction, Element, String, CalculatedStyle) - Constructor for class org.openpdf.render.InlineBox
- InlineBoxing - Class in org.openpdf.layout
-
This class is responsible for flowing inline content into lines.
- InlineBoxMeasurements - Class in org.openpdf.layout
-
A bean which tracks various characteristics of an inline box.
- InlineBoxMeasurements(int, int, int, int, int, int, int) - Constructor for class org.openpdf.layout.InlineBoxMeasurements
- InlineLayoutBox - Class in org.openpdf.render
-
A
Boxwhich contains the portion of an inline element laid out on a single line. - InlineLayoutBox(LayoutContext, Element, CalculatedStyle, int) - Constructor for class org.openpdf.render.InlineLayoutBox
- InlinePaintable - Interface in org.openpdf.layout
-
An interface which indicates that a box is able to paint itself in an inline context.
- InlineText - Class in org.openpdf.render
-
A lightweight object which contains a chunk of text from an inline element.
- InlineText(String, Text, int, int, int) - Constructor for class org.openpdf.render.InlineText
- InputField - Class in org.openpdf.simple.extend.form
- InputField(Element, XhtmlForm, LayoutContext, BlockBox) - Constructor for class org.openpdf.simple.extend.form.InputField
- InputSources - Class in org.openpdf.util
- InputSources() - Constructor for class org.openpdf.util.InputSources
- INSET - Static variable in class org.openpdf.css.constants.IdentValue
- INSIDE - Static variable in class org.openpdf.css.constants.IdentValue
- instance() - Static method in class org.openpdf.resource.FSEntityResolver
-
Gets an instance of this class.
- intersects(CssContext, Shape) - Method in class org.openpdf.render.Box
-
NOTE: This method does not consider any children of this box
- intersects(CssContext, Shape) - Method in class org.openpdf.render.LineBox
- intersectsAny(CssContext, Shape, Box) - Method in class org.openpdf.layout.BoxCollector
- intersectsInlineBlocks(CssContext, Shape) - Method in class org.openpdf.render.InlineLayoutBox
- intrinsicHeight - Variable in class org.openpdf.simple.extend.form.FormField
- intrinsicWidth - Variable in class org.openpdf.simple.extend.form.FormField
- INVALID - Enum constant in enum class org.openpdf.css.parser.Token.Type
- IOUtil - Class in org.openpdf.util
- IOUtil() - Constructor for class org.openpdf.util.IOUtil
- is(String) - Method in class org.openpdf.css.parser.FSFunction
- isAbsFixedOrInlineBlockEquiv() - Method in class org.openpdf.css.style.CalculatedStyle
- isAbsolute() - Method in class org.openpdf.css.style.CalculatedStyle
- isAbsoluteUnit() - Method in class org.openpdf.css.style.DerivedValue
- isAbsoluteUnit(short) - Static method in class org.openpdf.css.constants.ValueConstants
-
Returns true if the specified type absolute (even if we have a computed value for it), meaning that either the value can be used directly (e.g.
- isAbsoluteUnit(CSSPrimitiveValue) - Static method in class org.openpdf.css.constants.ValueConstants
-
Returns true if the specified value was absolute (even if we have a computed value for it), meaning that either the value can be used directly (e.g. pixels) or there is a fixed context-independent conversion for it (e.g. inches).
- isAbsoluteWidth() - Method in class org.openpdf.css.style.CalculatedStyle
- isActive(Element) - Method in interface org.openpdf.extend.UserInterface
-
Gets the active attribute of the UserInterface object
- isActive(Element) - Method in class org.openpdf.swing.RootPanel
- isActive(Node) - Method in class org.openpdf.context.StandardAttributeResolver
-
Gets the active attribute of the StandardAttributeResolver object
- isActive(Node) - Method in interface org.openpdf.css.extend.AttributeResolver
-
Gets the active attribute of the AttributeResolver object
- isAllowHeightToShrink() - Method in class org.openpdf.newtable.TableBox
- isAllowHeightToShrink() - Method in class org.openpdf.newtable.TableCellBox
- isAllowHeightToShrink() - Method in class org.openpdf.render.BlockBox
- isAllZeros() - Method in class org.openpdf.css.style.derived.RectPropertySet
- isAnonymous() - Method in class org.openpdf.render.Box
- isAutoHeight() - Method in class org.openpdf.css.style.CalculatedStyle
- isAutoHeight() - Method in class org.openpdf.newtable.TableCellBox
- isAutoHeight() - Method in class org.openpdf.newtable.TableRowBox
- isAutoHeight() - Method in class org.openpdf.newtable.TableSectionBox
- isAutoHeight() - Method in class org.openpdf.render.BlockBox
- isAutoHeight() - Method in class org.openpdf.render.ViewportBox
- isAutoLeftMargin() - Method in class org.openpdf.css.style.CalculatedStyle
- isAutoRightMargin() - Method in class org.openpdf.css.style.CalculatedStyle
- isAutoWidth() - Method in class org.openpdf.css.style.CalculatedStyle
- isAutoZIndex() - Method in class org.openpdf.css.style.CalculatedStyle
- isAvoidPageBreakInside() - Method in class org.openpdf.css.style.CalculatedStyle
- isBlockEquivalent() - Method in class org.openpdf.css.style.CalculatedStyle
- isBody() - Method in class org.openpdf.render.Box
- isBorderBox() - Method in class org.openpdf.css.style.CalculatedStyle
- isBothAuto() - Method in class org.openpdf.css.style.BackgroundSize
- isBottomAuto() - Method in class org.openpdf.css.style.CalculatedStyle
- isBottomMarginCalculated() - Method in class org.openpdf.render.BlockBox
- isBoundary(int) - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- isCallerNotified() - Method in exception class org.openpdf.css.parser.CSSParseException
- isCanBeShrunkToFit() - Method in class org.openpdf.css.style.CalculatedStyle
- isCapturedOriginalAbsY() - Method in class org.openpdf.newtable.TableSectionBox
- isCenteredPagedView() - Method in class org.openpdf.swing.BasicPanel
- isChecked() - Method in class org.openpdf.simple.extend.form.FormFieldState
- isChecked(Element) - Method in class org.openpdf.pdf.AbstractFormField
- isCleared() - Method in class org.openpdf.css.style.CalculatedStyle
- isClearLeft() - Method in class org.openpdf.css.style.CalculatedStyle
- isClearRight() - Method in class org.openpdf.css.style.CalculatedStyle
- isCollapseBorders() - Method in class org.openpdf.css.style.CalculatedStyle
- isContain() - Method in class org.openpdf.css.style.BackgroundSize
- isContainedInMarginBox() - Method in class org.openpdf.render.Box
- isContainsBlockLevelContent() - Method in class org.openpdf.render.LineBox
- isContainsContent() - Method in class org.openpdf.render.LineBox
- isContainsDynamicFunction() - Method in class org.openpdf.render.LineBox
- isContainsInlineContent(LayoutContext) - Method in class org.openpdf.render.BlockBox
- isContainsMultiplePages() - Method in class org.openpdf.render.ContentLimitContainer
- isContainsOnlyBlockLevelContent() - Method in class org.openpdf.render.LineBox
- isContainsVisibleContent() - Method in class org.openpdf.render.InlineLayoutBox
- isContainsVisibleContent() - Method in class org.openpdf.render.LineBox
- isCover() - Method in class org.openpdf.css.style.BackgroundSize
- isCurrentBreakAtLineContext(LayoutContext) - Method in class org.openpdf.render.BlockBox
- isDeclaredInherit() - Method in class org.openpdf.css.constants.IdentValue
- isDeclaredInherit() - Method in class org.openpdf.css.style.DerivedValue
-
If value is declared INHERIT should always be the
IdentValue.INHERIT, not a DerivedValue. - isDeclaredInherit() - Method in interface org.openpdf.css.style.FSDerivedValue
- isDefaultFontFromComponent() - Method in class org.openpdf.swing.RootPanel
- isDependentOnFontSize() - Method in class org.openpdf.css.constants.IdentValue
- isDependentOnFontSize() - Method in class org.openpdf.css.style.derived.LengthValue
- isDependentOnFontSize() - Method in class org.openpdf.css.style.DerivedValue
- isDependentOnFontSize() - Method in interface org.openpdf.css.style.FSDerivedValue
- isDisplayNone() - Method in class org.openpdf.css.style.CalculatedStyle
- isDynamicAutoWidth() - Method in class org.openpdf.css.style.CalculatedStyle
- isDynamicAutoWidthApplicable() - Method in class org.openpdf.css.style.CalculatedStyle
- isDynamicFunction() - Method in class org.openpdf.render.InlineBox
- isDynamicFunction() - Method in class org.openpdf.render.InlineText
- isElementFunction(FSFunction) - Static method in class org.openpdf.layout.BoxBuilder
- isEmbeddedBase64Font(String) - Static method in class org.openpdf.util.FontUtil
- isEmbeddedBase64Image(String) - Static method in class org.openpdf.util.ImageUtil
-
Detect if given URI represents an embedded base 64 image.
- isEmpty() - Method in class org.openpdf.render.InlineText
- isEndsHere() - Method in class org.openpdf.render.InlineBox
- isEndsHere() - Method in class org.openpdf.render.InlineLayoutBox
- isEndsOnNL() - Method in class org.openpdf.layout.LineBreakContext
- isEndsOnNL() - Method in class org.openpdf.render.LineBox
- isEOF() - Method in exception class org.openpdf.css.parser.CSSParseException
- isExtentsHaveChanged() - Method in class org.openpdf.swing.RootPanel
- isFalse(String, boolean) - Static method in class org.openpdf.util.Configuration
-
Returns true if the value is not "true" (ignores case), or the default provided value if not found or if the value is not a valid boolean (true or false, ignores case).
- isFinished() - Method in class org.openpdf.layout.LineBreakContext
- isFirstChildElement(Node) - Method in class org.openpdf.css.extend.lib.DOMTreeResolver
- isFirstChildElement(Node) - Method in interface org.openpdf.css.extend.TreeResolver
-
returns true if this element is the first child element of its parent
- isFirstLetterSeparatorChar(char) - Static method in class org.openpdf.layout.TextUtil
- isFirstLine() - Method in class org.openpdf.render.LineBox
- isFixed() - Method in class org.openpdf.css.style.CalculatedStyle
- isFixed() - Method in class org.openpdf.css.style.Length
- isFixedBackground() - Method in class org.openpdf.css.style.CalculatedStyle
- isFixedWidthAdvisoryOnly() - Method in class org.openpdf.newtable.TableCellBox
- isFixedWidthAdvisoryOnly() - Method in class org.openpdf.render.BlockBox
- isFloated() - Method in class org.openpdf.css.style.CalculatedStyle
- isFloated() - Method in class org.openpdf.render.BlockBox
- isFloatedLeft() - Method in class org.openpdf.css.style.CalculatedStyle
- isFloatedRight() - Method in class org.openpdf.css.style.CalculatedStyle
- isFocus(Element) - Method in interface org.openpdf.extend.UserInterface
-
Gets the focus attribute of the UserInterface object
- isFocus(Element) - Method in class org.openpdf.swing.RootPanel
- isFocus(Node) - Method in class org.openpdf.context.StandardAttributeResolver
-
Gets the focus attribute of the StandardAttributeResolver object
- isFocus(Node) - Method in interface org.openpdf.css.extend.AttributeResolver
-
Gets the focus attribute of the AttributeResolver object
- isFooter() - Method in class org.openpdf.newtable.TableSectionBox
- isForcePageBreakAfter() - Method in class org.openpdf.css.style.CalculatedStyle
- isForcePageBreakBefore() - Method in class org.openpdf.css.style.CalculatedStyle
- isFormElement(Element) - Method in interface org.openpdf.extend.NamespaceHandler
-
Determines whether the specified Element represents a <form>.
- isFormElement(Element) - Method in class org.openpdf.simple.extend.XhtmlNamespaceHandler
- isFormElement(Element) - Method in class org.openpdf.simple.NoNamespaceHandler
- isFromCaptionedTable() - Method in class org.openpdf.render.BlockBox
- isFromFontFace() - Method in class org.openpdf.pdf.FontDescription
- isHasBackground() - Method in class org.openpdf.css.style.CalculatedStyle
- isHaveBaseline() - Method in class org.openpdf.newtable.TableRowBox
- isHeader() - Method in class org.openpdf.newtable.TableSectionBox
- isHorizontalBackgroundRepeat() - Method in class org.openpdf.css.style.CalculatedStyle
- isHover(Element) - Method in interface org.openpdf.extend.UserInterface
-
Gets the hover attribute of the UserInterface object
- isHover(Element) - Method in class org.openpdf.swing.RootPanel
- isHover(Node) - Method in class org.openpdf.context.StandardAttributeResolver
-
Gets the hover attribute of the StandardAttributeResolver object
- isHover(Node) - Method in interface org.openpdf.css.extend.AttributeResolver
-
Gets the hover attribute of the AttributeResolver object
- isHoverStyled(Element) - Method in class org.openpdf.context.StyleReference
- isHoverStyled(Node) - Method in class org.openpdf.css.newmatch.Matcher
- isIdent() - Method in class org.openpdf.css.constants.IdentValue
- isIdent() - Method in class org.openpdf.css.style.DerivedValue
- isIdent() - Method in interface org.openpdf.css.style.FSDerivedValue
- isIdent(CSSName, IdentValue) - Method in class org.openpdf.css.style.CalculatedStyle
-
Gets the ident attribute of the CalculatedStyle object
- isImageElement(Element) - Method in interface org.openpdf.extend.NamespaceHandler
- isImageElement(Element) - Method in class org.openpdf.simple.extend.XhtmlNamespaceHandler
- isImageElement(Element) - Method in class org.openpdf.simple.NoNamespaceHandler
- isImmediateLoadUri(String) - Method in class org.openpdf.swing.ImageResourceLoader
- isImplemented(CSSName) - Static method in class org.openpdf.css.constants.CSSName
- isImportant() - Method in class org.openpdf.css.sheet.PropertyDeclaration
- isInDocumentFlow() - Method in class org.openpdf.render.Box
- isInitialContainingBlock() - Method in class org.openpdf.render.Box
- isInitialContainingBlock() - Method in class org.openpdf.render.ViewportBox
- isInline() - Method in class org.openpdf.css.style.CalculatedStyle
- isInline() - Method in class org.openpdf.layout.Layer
- isInline() - Method in class org.openpdf.render.BlockBox
- isInlineBlock() - Method in class org.openpdf.css.style.CalculatedStyle
- isInlineBlock() - Method in class org.openpdf.render.BlockBox
- isInlineBlock() - Method in class org.openpdf.render.Box
- isInlineTable() - Method in class org.openpdf.css.style.CalculatedStyle
- isInMainFlow() - Method in class org.openpdf.render.BlockBox
- isInteractive() - Method in class org.openpdf.layout.LayoutContext
- isInteractive() - Method in class org.openpdf.layout.SharedContext
- isInteractive() - Method in class org.openpdf.render.RenderingContext
- isInteractive() - Method in class org.openpdf.swing.BasicPanel
- isKeepWithInline() - Method in class org.openpdf.css.style.CalculatedStyle
- isLaidOutInInlineContext() - Method in class org.openpdf.css.style.CalculatedStyle
- isLastChildElement(Node) - Method in class org.openpdf.css.extend.lib.DOMTreeResolver
- isLastChildElement(Node) - Method in interface org.openpdf.css.extend.TreeResolver
-
returns true if this element is the last child element of its parent
- isLastPage(PageBox) - Method in class org.openpdf.layout.Layer
- isLeftPage() - Method in class org.openpdf.render.PageBox
- isLength(CSSName) - Method in class org.openpdf.css.style.CalculatedStyle
- isLength(CSSPrimitiveValue) - Method in class org.openpdf.css.parser.property.AbstractPropertyBuilder
- isLength(CSSPrimitiveValue) - Static method in class org.openpdf.css.parser.property.BuilderUtil
- isLengthOrNumber(CSSName) - Method in class org.openpdf.css.style.CalculatedStyle
- isLinearGradient() - Method in class org.openpdf.css.style.CalculatedStyle
- isLink(Node) - Method in class org.openpdf.context.StandardAttributeResolver
-
Gets the link attribute of the StandardAttributeResolver object
- isLink(Node) - Method in interface org.openpdf.css.extend.AttributeResolver
-
Gets the link attribute of the AttributeResolver object
- isListItem() - Method in class org.openpdf.css.style.CalculatedStyle
- isListMarkerInside() - Method in class org.openpdf.css.style.CalculatedStyle
- isLoaded() - Method in class org.openpdf.resource.ImageResource
- isLoaded() - Method in class org.openpdf.swing.MutableFSImage
- isLoggingEnabled() - Static method in class org.openpdf.util.XRLog
-
Whether logging is on or off.
- isMacOSX() - Static method in class org.openpdf.util.GeneralUtil
- isMarginAreaRoot() - Method in class org.openpdf.newtable.TableBox
- isMarginAreaRoot() - Method in class org.openpdf.render.Box
- isMaxHeightNone() - Method in class org.openpdf.css.style.CalculatedStyle
- isMaxWidthNone() - Method in class org.openpdf.css.style.CalculatedStyle
- isMayCheckKeepTogether() - Method in class org.openpdf.layout.LayoutContext
- isMayCollapseMarginsWithChildren() - Method in class org.openpdf.css.style.CalculatedStyle
- isMayCollapseMarginsWithChildren() - Method in class org.openpdf.newtable.TableBox
- isMayCollapseMarginsWithChildren() - Method in class org.openpdf.render.AnonymousBlockBox
- isMayCollapseMarginsWithChildren() - Method in class org.openpdf.render.BlockBox
- isMinMaxCalculated() - Method in class org.openpdf.render.BlockBox
- isNeedAutoMarginResolution() - Method in class org.openpdf.css.style.CalculatedStyle
- isNeedPageClear() - Method in class org.openpdf.render.BlockBox
- isNeedRelayout() - Method in class org.openpdf.swing.RootPanel
- isNeedsClipOnPaint(RenderingContext) - Method in class org.openpdf.newtable.TableCellBox
- isNeedsClipOnPaint(RenderingContext) - Method in class org.openpdf.render.BlockBox
- isNeedsKeepWithInline(LayoutContext) - Method in class org.openpdf.render.BlockBox
- isNeedsNewLine() - Method in class org.openpdf.layout.LineBreakContext
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSFitImagesToWidth
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageHeight
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSPageWidth
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Height
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSBorderSpacingHorizontal
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.FSBorderSpacingVertical
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TextIndent
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Bottom
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Left
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginBottom
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginLeft
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginRight
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginTop
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Right
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Top
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.VerticalAlign
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.LetterSpacing
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WordSpacing
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MaxHeight
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MaxWidth
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MinHeight
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MinWidth
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingBottom
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingLeft
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingRight
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingTop
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Orphans
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TabSize
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Widows
- isNegativeValuesAllowed() - Method in class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Width
- isNonFlowContent() - Method in class org.openpdf.css.style.CalculatedStyle
- isNullOrEmpty(String) - Static method in class org.openpdf.util.Util
- isNumber(short) - Static method in class org.openpdf.css.constants.ValueConstants
-
Returns true if the SAC primitive value type is a number unit--a unit that can only contain a numeric value.
- isOpaque() - Method in class org.openpdf.swing.BasicPanel
-
Returns whether the background of this
BasicPanelwill be painted when it is rendered. - isOverflowApplies() - Method in class org.openpdf.css.style.CalculatedStyle
- isOverflowVisible() - Method in class org.openpdf.css.style.CalculatedStyle
- isPageBreaksAllowed() - Method in class org.openpdf.layout.LayoutContext
- isPageBreaksChange(LayoutContext, int) - Method in class org.openpdf.newtable.TableCellBox
- isPaged() - Method in class org.openpdf.layout.SharedContext
-
Returns true if the currently set media type is paged.
- isPaged() - Method in class org.openpdf.render.RenderingContext
-
Returns true if the currently set media type is paged.
- isPaginateTable() - Method in class org.openpdf.css.style.CalculatedStyle
- isPdf() - Method in class org.openpdf.util.ContentTypeDetectingInputStreamWrapper
- isPending() - Method in class org.openpdf.layout.FloatLayoutResult
- isPending() - Method in class org.openpdf.render.InlineLayoutBox
- isPercent() - Method in class org.openpdf.css.style.Length
- isPositioned() - Method in class org.openpdf.css.style.CalculatedStyle
- isPositionedOrFloated() - Method in class org.openpdf.css.style.CalculatedStyle
- isPrint() - Method in class org.openpdf.layout.LayoutContext
- isPrint() - Method in class org.openpdf.layout.SharedContext
- isPrint() - Method in class org.openpdf.render.RenderingContext
- isPrintView() - Method in class org.openpdf.swing.RootPanel
- isPseudoClass(int) - Method in class org.openpdf.css.newmatch.Selector
-
query if a pseudo-class must apply for this selector
- isReadOnly(Element) - Method in class org.openpdf.pdf.AbstractFormField
- isRelative() - Method in class org.openpdf.css.style.CalculatedStyle
- isRemovableWhitespace() - Method in class org.openpdf.render.InlineBox
- isReplaced() - Method in class org.openpdf.render.BlockBox
- isRequiresInteractivePaint() - Method in interface org.openpdf.extend.ReplacedElement
- isRequiresInteractivePaint() - Method in class org.openpdf.pdf.AbstractFormField
- isRequiresInteractivePaint() - Method in class org.openpdf.pdf.BookmarkElement
- isRequiresInteractivePaint() - Method in class org.openpdf.pdf.ITextImageElement
- isRequiresInteractivePaint() - Method in class org.openpdf.swing.EmptyReplacedElement
- isRequiresInteractivePaint() - Method in class org.openpdf.swing.ImageReplacedElement
- isRequiresInteractivePaint() - Method in class org.openpdf.swing.SwingReplacedElement
- isRequiresLayout() - Method in class org.openpdf.layout.Layer
- isRightPage() - Method in class org.openpdf.render.PageBox
- isRoot() - Method in class org.openpdf.render.Box
- isRootLayer() - Method in class org.openpdf.layout.Layer
- isRunning() - Method in class org.openpdf.css.style.CalculatedStyle
- isScaleToFit() - Method in class org.openpdf.pdf.ITextRenderer
- isSelected() - Method in class org.openpdf.render.InlineText
- isSelected(Element) - Method in class org.openpdf.pdf.AbstractFormField
- isShowEmptyCells() - Method in class org.openpdf.css.style.CalculatedStyle
- isSkipWhenCollapsingMargins() - Method in class org.openpdf.newtable.TableCellBox
- isSkipWhenCollapsingMargins() - Method in class org.openpdf.newtable.TableRowBox
- isSkipWhenCollapsingMargins() - Method in class org.openpdf.newtable.TableSectionBox
- isSkipWhenCollapsingMargins() - Method in class org.openpdf.render.AnonymousBlockBox
- isSkipWhenCollapsingMargins() - Method in class org.openpdf.render.BlockBox
- isSpecifiedAsBlock() - Method in class org.openpdf.css.style.CalculatedStyle
- isStackingContext() - Method in class org.openpdf.layout.Layer
- isStartsHere() - Method in class org.openpdf.render.InlineBox
- isStartsHere() - Method in class org.openpdf.render.InlineLayoutBox
- isStatic() - Method in interface org.openpdf.css.extend.ContentFunction
-
Whether the function value can change at render time.
- isStyled() - Method in class org.openpdf.render.Box
- isSupportCMYKColors() - Method in class org.openpdf.css.parser.CSSParser
- isSupported(String) - Static method in enum class org.openpdf.util.SupportedEmbeddedFontTypes
- isSupportsCMYKColors() - Method in interface org.openpdf.extend.OutputDevice
- isSupportsCMYKColors() - Method in class org.openpdf.pdf.ITextOutputDevice
- isSupportsCMYKColors() - Method in class org.openpdf.swing.Java2DOutputDevice
- isSupportsSelection() - Method in interface org.openpdf.extend.OutputDevice
- isSupportsSelection() - Method in class org.openpdf.pdf.ITextOutputDevice
- isSupportsSelection() - Method in class org.openpdf.swing.Java2DOutputDevice
- isTable() - Method in class org.openpdf.css.style.CalculatedStyle
- isTableCaption() - Method in class org.openpdf.css.style.CalculatedStyle
- isTableCell() - Method in class org.openpdf.css.style.CalculatedStyle
- isTableFooter() - Method in class org.openpdf.css.style.CalculatedStyle
- isTableHeader() - Method in class org.openpdf.css.style.CalculatedStyle
- isTableRow() - Method in class org.openpdf.css.style.CalculatedStyle
- isTableSection() - Method in class org.openpdf.css.style.CalculatedStyle
- isTextJustify() - Method in class org.openpdf.css.style.CalculatedStyle
- isTopAuto() - Method in class org.openpdf.css.style.CalculatedStyle
- isTopMarginCalculated() - Method in class org.openpdf.render.BlockBox
- isTrimmedLeadingSpace() - Method in class org.openpdf.render.InlineText
- isTrue(String, boolean) - Static method in class org.openpdf.util.Configuration
-
Returns true if the value is "true" (ignores case), or the default provided value if not found or if the value is not a valid boolean (true or false, ignores case).
- isUnbreakable() - Method in class org.openpdf.layout.LineBreakContext
- isUnderTableLayout() - Method in class org.openpdf.css.style.CalculatedStyle
- isVariable() - Method in class org.openpdf.css.style.Length
- isVerticalBackgroundRepeat() - Method in class org.openpdf.css.style.CalculatedStyle
- isVisible() - Method in class org.openpdf.css.style.CalculatedStyle
- isVisited(String) - Method in interface org.openpdf.extend.UserAgentCallback
-
Normally, returns true if the user agent has visited this URI.
- isVisited(String) - Method in class org.openpdf.swing.DelegatingUserAgent
-
Returns true if the given URI was visited, meaning it was requested at some point since initialization.
- isVisited(String) - Method in class org.openpdf.swing.NaiveUserAgent
-
Returns true if the given URI was visited, meaning it was requested at some point since initialization.
- isVisited(Node) - Method in class org.openpdf.context.StandardAttributeResolver
-
Gets the visited attribute of the StandardAttributeResolver object
- isVisited(Node) - Method in interface org.openpdf.css.extend.AttributeResolver
-
Gets the visited attribute of the AttributeResolver object
- ITALIC - Static variable in class org.openpdf.css.constants.IdentValue
- ITextFontContext - Class in org.openpdf.pdf
- ITextFontContext() - Constructor for class org.openpdf.pdf.ITextFontContext
- ITextFontResolver - Class in org.openpdf.pdf
- ITextFontResolver() - Constructor for class org.openpdf.pdf.ITextFontResolver
- ITextFSFont - Class in org.openpdf.pdf
- ITextFSFont(FontDescription, float) - Constructor for class org.openpdf.pdf.ITextFSFont
- ITextFSFontMetrics - Class in org.openpdf.pdf
- ITextFSFontMetrics(float, float, float, float, float, float) - Constructor for class org.openpdf.pdf.ITextFSFontMetrics
- ITextFSImage - Class in org.openpdf.pdf
- ITextFSImage(Image) - Constructor for class org.openpdf.pdf.ITextFSImage
- ITextImageElement - Class in org.openpdf.pdf
- ITextImageElement(FSImage) - Constructor for class org.openpdf.pdf.ITextImageElement
- ITextOutputDevice - Class in org.openpdf.pdf
-
This class is largely based on
PdfGraphics2D. - ITextOutputDevice(float) - Constructor for class org.openpdf.pdf.ITextOutputDevice
- ITextRenderer - Class in org.openpdf.pdf
- ITextRenderer() - Constructor for class org.openpdf.pdf.ITextRenderer
- ITextRenderer(float, int) - Constructor for class org.openpdf.pdf.ITextRenderer
- ITextRenderer(float, int, FontResolver) - Constructor for class org.openpdf.pdf.ITextRenderer
- ITextRenderer(float, int, ITextOutputDevice) - Constructor for class org.openpdf.pdf.ITextRenderer
- ITextRenderer(float, int, ITextOutputDevice, FontResolver) - Constructor for class org.openpdf.pdf.ITextRenderer
- ITextRenderer(float, int, ITextOutputDevice, ITextUserAgent) - Constructor for class org.openpdf.pdf.ITextRenderer
- ITextRenderer(float, int, ITextOutputDevice, ITextUserAgent, FontResolver) - Constructor for class org.openpdf.pdf.ITextRenderer
- ITextRenderer(float, int, ITextOutputDevice, ITextUserAgent, FontResolver, ReplacedElementFactory, TextRenderer) - Constructor for class org.openpdf.pdf.ITextRenderer
- ITextRenderer(File) - Constructor for class org.openpdf.pdf.ITextRenderer
- ITextRenderer(FontResolver) - Constructor for class org.openpdf.pdf.ITextRenderer
- ITextRenderer(ITextOutputDevice, ITextUserAgent) - Constructor for class org.openpdf.pdf.ITextRenderer
- ITextReplacedElement - Interface in org.openpdf.pdf
- ITextReplacedElementFactory - Class in org.openpdf.pdf
- ITextReplacedElementFactory(ITextOutputDevice) - Constructor for class org.openpdf.pdf.ITextReplacedElementFactory
- ITextTextRenderer - Class in org.openpdf.pdf
- ITextTextRenderer() - Constructor for class org.openpdf.pdf.ITextTextRenderer
- ITextUserAgent - Class in org.openpdf.pdf
- ITextUserAgent(ITextOutputDevice, int) - Constructor for class org.openpdf.pdf.ITextUserAgent
J
- Java2DFontContext - Class in org.openpdf.swing
- Java2DFontContext(Graphics2D) - Constructor for class org.openpdf.swing.Java2DFontContext
- Java2DOutputDevice - Class in org.openpdf.swing
- Java2DOutputDevice(Graphics2D) - Constructor for class org.openpdf.swing.Java2DOutputDevice
- Java2DOutputDevice(BufferedImage) - Constructor for class org.openpdf.swing.Java2DOutputDevice
- Java2DRenderer - Class in org.openpdf.swing
-
Renders an XML files, formatted with CSS, as an image.
- Java2DRenderer(File, int) - Constructor for class org.openpdf.swing.Java2DRenderer
-
Creates a new instance for a given File.
- Java2DRenderer(File, int, int) - Constructor for class org.openpdf.swing.Java2DRenderer
-
Creates a new instance for a given File.
- Java2DRenderer(String, int) - Constructor for class org.openpdf.swing.Java2DRenderer
-
Renderer for a given URL (which is also used as the base) and a specified width; height is calculated automatically.
- Java2DRenderer(String, int, int) - Constructor for class org.openpdf.swing.Java2DRenderer
-
Renderer for a given URL and a specified width; height is calculated automatically.
- Java2DRenderer(String, String, int) - Constructor for class org.openpdf.swing.Java2DRenderer
-
Renderer for a given URL and a specified width; height is calculated automatically.
- Java2DRenderer(String, String, int, int) - Constructor for class org.openpdf.swing.Java2DRenderer
- Java2DRenderer(String, String, int, int, int) - Constructor for class org.openpdf.swing.Java2DRenderer
-
Creates a new instance for a given URL.
- Java2DRenderer(Document, int) - Constructor for class org.openpdf.swing.Java2DRenderer
- Java2DRenderer(Document, int, int) - Constructor for class org.openpdf.swing.Java2DRenderer
-
Creates a new instance pointing to the given Document.
- Java2DRenderer(Document, String, int, int) - Constructor for class org.openpdf.swing.Java2DRenderer
-
Creates a new instance pointing to the given Document.
- Java2DTextRenderer - Class in org.openpdf.swing
-
Renders to a Graphics2D instance.
- Java2DTextRenderer() - Constructor for class org.openpdf.swing.Java2DTextRenderer
- JDKXRLogger - Class in org.openpdf.util
-
An
XRLoggerinterface that usesjava.util.logging. - JDKXRLogger() - Constructor for class org.openpdf.util.JDKXRLogger
- junit(String) - Static method in class org.openpdf.util.XRLog
- junit(Level, String) - Static method in class org.openpdf.util.XRLog
- junit(Level, String, Throwable) - Static method in class org.openpdf.util.XRLog
- JUNIT - Static variable in class org.openpdf.util.XRLog
- JustificationInfo - Record Class in org.openpdf.render
- JustificationInfo(float, float) - Constructor for record class org.openpdf.render.JustificationInfo
-
Creates an instance of a
JustificationInforecord class. - justify() - Method in class org.openpdf.render.LineBox
- JUSTIFY - Static variable in class org.openpdf.css.constants.IdentValue
K
- KATAKANA - Static variable in class org.openpdf.css.constants.IdentValue
- KATAKANA_IROHA - Static variable in class org.openpdf.css.constants.IdentValue
- KEEP - Static variable in class org.openpdf.css.constants.IdentValue
- keysByPrefix(String) - Static method in class org.openpdf.util.Configuration
-
Returns all configuration keys that start with prefix.
L
- LANDSCAPE - Static variable in class org.openpdf.css.constants.IdentValue
- LARGE - Static variable in class org.openpdf.css.constants.IdentValue
- LARGER - Static variable in class org.openpdf.css.constants.IdentValue
- last() - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- LAST - Enum constant in enum class org.openpdf.css.constants.PageElementPosition
- LAST_EXCEPT - Enum constant in enum class org.openpdf.css.constants.PageElementPosition
- Layer - Class in org.openpdf.layout
-
All positioned content as well as content with an overflow value other than visible creates a layer.
- Layer(Layer, Box) - Constructor for class org.openpdf.layout.Layer
- Layer(Box) - Constructor for class org.openpdf.layout.Layer
- Layer.PagedMode - Enum Class in org.openpdf.layout
- layout() - Method in class org.openpdf.pdf.ITextRenderer
- layout(Graphics2D, Dimension) - Method in class org.openpdf.simple.Graphics2DRenderer
-
Lay out the document with the specified dimensions, without rendering.
- layout(String) - Static method in class org.openpdf.util.XRLog
- layout(Level, String) - Static method in class org.openpdf.util.XRLog
- layout(Level, String, Throwable) - Static method in class org.openpdf.util.XRLog
- layout(LayoutContext) - Method in class org.openpdf.newtable.TableBox
- layout(LayoutContext) - Method in class org.openpdf.newtable.TableCellBox
- layout(LayoutContext) - Method in class org.openpdf.render.AnonymousBlockBox
- layout(LayoutContext) - Method in class org.openpdf.render.BlockBox
- layout(LayoutContext) - Method in class org.openpdf.render.PageBox
- layout(LayoutContext, int) - Method in class org.openpdf.newtable.TableRowBox
- layout(LayoutContext, int) - Method in class org.openpdf.newtable.TableSectionBox
- layout(LayoutContext, int) - Method in class org.openpdf.render.BlockBox
- LAYOUT - Enum constant in enum class org.openpdf.render.Box.Dump
- LAYOUT - Static variable in class org.openpdf.util.XRLog
- layoutAbsolute(LayoutContext, LineBox, BlockBox) - Static method in class org.openpdf.layout.LayoutUtil
- layoutChildren(LayoutContext, int) - Method in class org.openpdf.newtable.TableBox
- layoutChildren(LayoutContext, int) - Method in class org.openpdf.newtable.TableRowBox
- layoutChildren(LayoutContext, int) - Method in class org.openpdf.newtable.TableSectionBox
- layoutChildren(LayoutContext, int) - Method in class org.openpdf.render.BlockBox
- layoutContent(LayoutContext, BlockBox, int) - Static method in class org.openpdf.layout.BlockBoxing
- layoutContent(LayoutContext, BlockBox, int, int) - Static method in class org.openpdf.layout.InlineBoxing
- LayoutContext - Class in org.openpdf.layout
-
This class tracks state which changes over the course of a layout run.
- LayoutContext.CounterContext - Class in org.openpdf.layout
- layoutFloated(LayoutContext, LineBox, BlockBox, int, List<FloatLayoutResult>) - Static method in class org.openpdf.layout.LayoutUtil
- layoutInlineChildren(LayoutContext, int, int, boolean) - Method in class org.openpdf.render.BlockBox
- layoutPages(LayoutContext) - Method in class org.openpdf.layout.Layer
- LayoutState - Class in org.openpdf.layout
-
A bean which captures all state necessary to lay out an arbitrary box.
- LayoutState(StyleTracker, StyleTracker, MarkerData, Collection<BlockFormattingContext>) - Constructor for class org.openpdf.layout.LayoutState
- LayoutState(StyleTracker, StyleTracker, MarkerData, Collection<BlockFormattingContext>, String, int, int, int) - Constructor for class org.openpdf.layout.LayoutState
- LayoutUtil - Class in org.openpdf.layout
-
Contains utility methods to layout floated and absolute content.
- LayoutUtil() - Constructor for class org.openpdf.layout.LayoutUtil
- lazy(Supplier<T>) - Static method in class org.openpdf.util.LazyEvaluated
- LazyEvaluated<T> - Class in org.openpdf.util
- LBRACE - Enum constant in enum class org.openpdf.css.parser.Token.Type
- LBRACKET - Enum constant in enum class org.openpdf.css.parser.Token.Type
- LEDGER - Static variable in class org.openpdf.css.parser.property.PageSize
-
North American ledger: 11 inches wide by 17 inches high
- left() - Method in record class org.openpdf.css.constants.CSSName.CSSSideProperties
-
Returns the value of the
leftrecord component. - left() - Method in class org.openpdf.css.style.BorderRadiusCorner
- left() - Method in class org.openpdf.css.style.derived.RectPropertySet
- Left() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Left
- LEFT - Enum constant in enum class org.openpdf.css.style.CalculatedStyle.Edge
- LEFT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- LEFT - Static variable in class org.openpdf.css.constants.IdentValue
- LEFT - Static variable in class org.openpdf.render.BorderPainter
- LEFT_BOTTOM - Static variable in class org.openpdf.css.constants.MarginBoxName
- LEFT_MIDDLE - Static variable in class org.openpdf.css.constants.MarginBoxName
- LEFT_TOP - Static variable in class org.openpdf.css.constants.MarginBoxName
- leftColor() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- leftFloatDistance() - Method in interface org.openpdf.render.FloatDistances
- leftStyle() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- LEGAL - Static variable in class org.openpdf.css.parser.property.PageSize
-
North American legal: 8.5 inches wide by 14 inches high
- Length - Class in org.openpdf.css.style
- Length(long, Length.LengthType) - Constructor for class org.openpdf.css.style.Length
- Length.LengthType - Enum Class in org.openpdf.css.style
- LengthValue - Class in org.openpdf.css.style.derived
- LengthValue(CalculatedStyle, CSSName, PropertyValue) - Constructor for class org.openpdf.css.style.derived.LengthValue
- LETTER - Static variable in class org.openpdf.css.parser.property.PageSize
-
North American letter media: 8.5 inches wide and 11 inches high
- LETTER_SPACING - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- LetterSpacing() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.LetterSpacing
- lighten() - Method in class org.openpdf.css.style.derived.BorderPropertySet
-
Returns the colors for brighter parts of each side for a particular decoration style
- lighten(IdentValue) - Method in class org.openpdf.css.style.derived.BorderPropertySet
-
Deprecated.
- lightenColor() - Method in class org.openpdf.css.parser.FSCMYKColor
- lightenColor() - Method in interface org.openpdf.css.parser.FSColor
- lightenColor() - Method in class org.openpdf.css.parser.FSRGBColor
- LIGHTER - Static variable in class org.openpdf.css.constants.IdentValue
- LINE - Static variable in class org.openpdf.css.constants.IdentValue
- LINE_DOWN - Static variable in class org.openpdf.simple.FSScrollPane
-
Constant used for mapping a key binding to "scroll down 1 line"
- LINE_HEIGHT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- LINE_THROUGH - Static variable in class org.openpdf.css.constants.IdentValue
- LINE_UP - Static variable in class org.openpdf.simple.FSScrollPane
-
Constant used for mapping a key binding to "scroll up 1 line"
- LINEAR_GRADIENT - Static variable in class org.openpdf.css.constants.IdentValue
- LineBox - Class in org.openpdf.render
-
A line box contains a single line of text (or other inline content).
- LineBox(Box, CalculatedStyle) - Constructor for class org.openpdf.render.LineBox
- LineBreakContext - Class in org.openpdf.layout
-
A bean which serves as a way for the layout code to pass information to the line breaking code and for the line breaking code to pass instructions back to the layout code.
- LineBreakContext(String, Text) - Constructor for class org.openpdf.layout.LineBreakContext
- LineBreakingStrategy - Interface in org.openpdf.layout.breaker
- linefeed_space_collapse - Static variable in class org.openpdf.layout.WhitespaceStripper
- linefeed_to_space - Static variable in class org.openpdf.layout.WhitespaceStripper
- LineHeight() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.LineHeight
- LineMetricsAdapter - Class in org.openpdf.render
-
A note on this class: What we really want is a FontMetrics2D object (i.e.
- LineMetricsAdapter(LineMetrics) - Constructor for class org.openpdf.render.LineMetricsAdapter
- linkClicked(BasicPanel, String) - Method in class org.openpdf.swing.LinkListener
-
Utility method to request the panel navigate to the given URI.
- LinkListener - Class in org.openpdf.swing
-
A LinkListener is used to respond to a user clicking Box elements in a
BasicPanel, in particular to handle anchors and navigation. - LinkListener() - Constructor for class org.openpdf.swing.LinkListener
- LIST_ITEM - Static variable in class org.openpdf.css.constants.IdentValue
- LIST_STYLE_IMAGE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- LIST_STYLE_POSITION - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- LIST_STYLE_POSITIONS - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- LIST_STYLE_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- LIST_STYLE_TYPE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- LIST_STYLE_TYPES - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- ListBreakPointsProvider - Class in org.openpdf.layout.breaker
- ListBreakPointsProvider(List<BreakPoint>) - Constructor for class org.openpdf.layout.breaker.ListBreakPointsProvider
- ListItemPainter - Class in org.openpdf.render
-
A utility class to paint list markers (all types).
- ListItemPainter() - Constructor for class org.openpdf.render.ListItemPainter
- listRegisteredLoggers() - Static method in class org.openpdf.util.XRLog
-
Returns a list of all loggers that will be accessed by XRLog.
- ListStyleImage() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.ListStyleImage
- ListStylePosition() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.ListStylePosition
- ListStylePropertyBuilder - Class in org.openpdf.css.parser.property
- ListStylePropertyBuilder() - Constructor for class org.openpdf.css.parser.property.ListStylePropertyBuilder
- ListStyleType() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.ListStyleType
- ListValue - Class in org.openpdf.css.style.derived
- ListValue(CSSName, PropertyValue) - Constructor for class org.openpdf.css.style.derived.ListValue
- load(InputStream) - Static method in class org.openpdf.resource.XMLResource
- load(Reader) - Static method in class org.openpdf.resource.XMLResource
- load(String) - Static method in class org.openpdf.resource.XMLResource
- load(String) - Static method in class org.openpdf.util.XRLog
- load(URL) - Static method in class org.openpdf.resource.XMLResource
- load(Level, String) - Static method in class org.openpdf.util.XRLog
- load(Level, String, Throwable) - Static method in class org.openpdf.util.XRLog
- load(Source) - Static method in class org.openpdf.resource.XMLResource
- load(InputSource) - Static method in class org.openpdf.resource.XMLResource
- LOAD - Static variable in class org.openpdf.util.XRLog
- loadDocument(String) - Method in class org.openpdf.swing.BasicPanel
- loaded(ImageResource, int, int) - Method in class org.openpdf.swing.ImageResourceLoader
- loadEmbeddedBase64Image(String) - Static method in class org.openpdf.util.ImageUtil
-
Get the BufferedImage of an embedded base 64 image.
- loadEmbeddedBase64ImageResource(String) - Static method in class org.openpdf.swing.ImageResourceLoader
- loadFonts() - Method in class org.openpdf.pdf.CJKFontResolver
- loadFonts() - Method in class org.openpdf.pdf.ITextFontResolver
- loadImageResourceFromUri(String) - Static method in class org.openpdf.swing.ImageResourceLoader
- loadOriginalState() - Method in class org.openpdf.simple.extend.form.FormField
- loadOriginalState() - Method in class org.openpdf.simple.extend.form.InputField
- log(String, Level, String) - Method in class org.openpdf.util.JDKXRLogger
- log(String, Level, String) - Static method in class org.openpdf.util.XRLog
- log(String, Level, String) - Method in interface org.openpdf.util.XRLogger
- log(String, Level, String, Throwable) - Method in class org.openpdf.util.JDKXRLogger
- log(String, Level, String, Throwable) - Static method in class org.openpdf.util.XRLog
- log(String, Level, String, Throwable) - Method in interface org.openpdf.util.XRLogger
- LoggerUtil - Class in org.openpdf.util
-
Utility class for working with java.logging Logger classes
- LoggerUtil() - Constructor for class org.openpdf.util.LoggerUtil
- lookForDynamicFunctions(RenderingContext) - Method in class org.openpdf.render.InlineLayoutBox
- looksLikeABGPosition(String) - Static method in class org.openpdf.css.style.derived.FSLinearGradient
- looksLikeALength(String) - Static method in class org.openpdf.css.style.derived.FSLinearGradient
- looksLikeIdent(String) - Static method in class org.openpdf.css.constants.IdentValue
- lookupFunction(LayoutContext, FSFunction) - Method in class org.openpdf.context.ContentFunctionFactory
- lookupImageReplacedElement(Element) - Method in class org.openpdf.swing.SwingReplacedElementFactory
-
Retrieves a ReplacedElement for an image from cache, or null if not found.
- LOW_QUALITY - Static variable in class org.openpdf.util.DownscaleQuality
-
Low-quality, but not the worst quality
- LOWER_ALPHA - Static variable in class org.openpdf.css.constants.IdentValue
- LOWER_GREEK - Static variable in class org.openpdf.css.constants.IdentValue
- LOWER_LATIN - Static variable in class org.openpdf.css.constants.IdentValue
- LOWER_ROMAN - Static variable in class org.openpdf.css.constants.IdentValue
- LOWERCASE - Static variable in class org.openpdf.css.constants.IdentValue
- LTR - Static variable in class org.openpdf.css.constants.IdentValue
M
- main(String[]) - Static method in class org.openpdf.pdf.ToPDF
- makeCompatible(BufferedImage) - Static method in class org.openpdf.util.ImageUtil
- MANUAL - Static variable in class org.openpdf.css.constants.IdentValue
- Margin() - Constructor for class org.openpdf.css.parser.property.OneToFourPropertyBuilders.Margin
- MARGIN - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- MARGIN_BOTTOM - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- MARGIN_LEFT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- MARGIN_RIGHT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- MARGIN_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- MARGIN_SIDE_PROPERTIES - Static variable in class org.openpdf.css.constants.CSSName
- MARGIN_TOP - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- MarginBottom() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginBottom
- MarginBox - Class in org.openpdf.render
-
A dummy box representing one side of the margin area of a page.
- MarginBox(Rectangle) - Constructor for class org.openpdf.render.MarginBox
- MarginBoxName - Class in org.openpdf.css.constants
- MarginLeft() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginLeft
- MarginRight() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginRight
- marginsBordersPaddingAndSpacing(CssContext, boolean) - Method in class org.openpdf.newtable.TableBox
- MarginTop() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MarginTop
- MARKER - Static variable in class org.openpdf.css.constants.IdentValue
- MarkerData - Class in org.openpdf.render
-
A bean containing information necessary to draw a list marker.
- MarkerData(StrutMetrics, MarkerData.ImageMarker, MarkerData.GlyphMarker, MarkerData.TextMarker) - Constructor for class org.openpdf.render.MarkerData
- MarkerData.GlyphMarker - Class in org.openpdf.render
- MarkerData.ImageMarker - Class in org.openpdf.render
- MarkerData.TextMarker - Class in org.openpdf.render
- match(int, IdentValue) - Method in class org.openpdf.pdf.FontFamily
- match(String) - Static method in class org.openpdf.util.XRLog
- match(Level, String) - Static method in class org.openpdf.util.XRLog
- match(Level, String, Throwable) - Static method in class org.openpdf.util.XRLog
- MATCH - Static variable in class org.openpdf.util.XRLog
- Matcher - Class in org.openpdf.css.newmatch
- Matcher(TreeResolver, AttributeResolver, StylesheetFactory, List<Stylesheet>, String) - Constructor for class org.openpdf.css.newmatch.Matcher
- matches(String) - Method in class org.openpdf.css.sheet.MediaRule
- matches(Node, AttributeResolver, TreeResolver) - Method in class org.openpdf.css.newmatch.Selector
-
Check if the given Element matches this selector.
- matchesDynamic(Node, AttributeResolver, TreeResolver) - Method in class org.openpdf.css.newmatch.Selector
-
Check if the given Element matches this selector's dynamic properties.
- matchesElement(Node, String, String) - Method in class org.openpdf.css.extend.lib.DOMTreeResolver
- matchesElement(Node, String, String) - Method in interface org.openpdf.css.extend.TreeResolver
-
Returns
trueifelementhas the local namenameand namespace URInamespaceURI. - MAX_HEIGHT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- MAX_WIDTH - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- MAX_WIDTH - Static variable in class org.openpdf.css.style.Length
- MaxHeight() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MaxHeight
- MaxWidth() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MaxWidth
- mayHaveFirstLetter() - Method in class org.openpdf.css.style.CalculatedStyle
- mayHaveFirstLine() - Method in class org.openpdf.css.style.CalculatedStyle
- MEDIA_SYM - Enum constant in enum class org.openpdf.css.parser.Token.Type
- MediaRule - Class in org.openpdf.css.sheet
- MediaRule(StylesheetInfo.Origin) - Constructor for class org.openpdf.css.sheet.MediaRule
- mediaTypes(String) - Static method in class org.openpdf.css.sheet.StylesheetInfo
- MEDIUM - Static variable in class org.openpdf.css.constants.IdentValue
- MIDDLE - Static variable in class org.openpdf.css.constants.IdentValue
- MIN_HEIGHT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- MIN_WIDTH - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- MinHeight() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MinHeight
- MINUS - Enum constant in enum class org.openpdf.css.parser.Token.Type
- minWidth(int) - Method in class org.openpdf.css.style.Length
- MinWidth() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.MinWidth
- MM - Enum constant in enum class org.openpdf.css.parser.Token.Type
- mouseDragged(MouseEvent) - Method in class org.openpdf.swing.MouseTracker
- mouseEntered(MouseEvent) - Method in class org.openpdf.swing.MouseTracker
- mouseExited(MouseEvent) - Method in class org.openpdf.swing.MouseTracker
- mouseMoved(MouseEvent) - Method in class org.openpdf.swing.MouseTracker
- mousePressed(MouseEvent) - Method in class org.openpdf.swing.MouseTracker
- mouseReleased(MouseEvent) - Method in class org.openpdf.swing.MouseTracker
- MouseTracker - Class in org.openpdf.swing
-
A MouseTracker is used to delegate mouse events to the
FSMouseListenerinstances associated with aBasicPanel. - MouseTracker(BasicPanel) - Constructor for class org.openpdf.swing.MouseTracker
-
Instantiates a MouseTracker to listen to mouse events for the given panel.
- MOVE - Static variable in class org.openpdf.css.constants.IdentValue
- moveContent(int) - Method in class org.openpdf.newtable.TableCellBox
- moveIfGreater(Dimension, Dimension) - Method in class org.openpdf.render.Box
- MutableFSImage - Class in org.openpdf.swing
-
An FSImage containing a java.awt.Image which can be replaced at runtime by calling setImage().
- MutableFSImage(RepaintListener) - Constructor for class org.openpdf.swing.MutableFSImage
N
- N_RESIZE - Static variable in class org.openpdf.css.constants.IdentValue
- NaiveUserAgent - Class in org.openpdf.swing
-
NaiveUserAgent is a simple implementation of
UserAgentCallbackwhich places no restrictions on what XML, CSS or images are loaded, and reports visited links without any filtering. - NaiveUserAgent() - Constructor for class org.openpdf.swing.NaiveUserAgent
-
Creates a new instance of NaiveUserAgent with a max image cache of 16 images.
- NaiveUserAgent(int) - Constructor for class org.openpdf.swing.NaiveUserAgent
-
Creates a new NaiveUserAgent with a cache of a specific size.
- NAMESPACE_SYM - Enum constant in enum class org.openpdf.css.parser.Token.Type
- NamespaceHandler - Interface in org.openpdf.extend
-
Provides knowledge specific to a certain document type, like resolving style-sheets
- NE_RESIZE - Static variable in class org.openpdf.css.constants.IdentValue
- needsRedirect(int) - Method in class org.openpdf.swing.NaiveUserAgent
-
Verify that return code of connection represents a redirection.
- newDerivedValue(CalculatedStyle, CSSName, PropertyValue) - Static method in class org.openpdf.css.style.derived.DerivedValueFactory
- newInstance(CalculatedStyle, CSSName.CSSSideProperties, float, CssContext) - Static method in class org.openpdf.css.style.derived.RectPropertySet
- newInstance(CalculatedStyle, CssContext) - Static method in class org.openpdf.css.style.derived.BorderPropertySet
- newIrreplaceableImageElement(int, int) - Method in class org.openpdf.swing.SwingReplacedElementFactory
-
Returns a ReplacedElement for some element in the stream which should be replaceable, but is not.
- newLayoutContext(Graphics2D) - Method in class org.openpdf.swing.RootPanel
- newLayoutContextInstance(FontContext) - Method in class org.openpdf.layout.SharedContext
- newRenderingContext(Graphics2D) - Method in class org.openpdf.swing.RootPanel
- newRenderingContextInstance(OutputDevice, FontContext) - Method in class org.openpdf.layout.SharedContext
- newRenderingContextInstance(OutputDevice, FontContext, Layer, int) - Method in class org.openpdf.layout.SharedContext
- newXMLReader() - Static method in class org.openpdf.resource.XMLResource
- next() - Method in class org.openpdf.layout.breaker.BreakAnywhereLineBreakStrategy
- next() - Method in interface org.openpdf.layout.breaker.BreakPointsProvider
-
return next breaking point if available.
- next() - Method in class org.openpdf.layout.breaker.ListBreakPointsProvider
- next() - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- next(int) - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- NO_BASELINE - Static variable in class org.openpdf.render.BlockBox
- NO_CLOSE_QUOTE - Static variable in class org.openpdf.css.constants.IdentValue
- NO_NAMESPACE - Static variable in interface org.openpdf.css.extend.TreeResolver
- NO_OP_REPAINT_LISTENER - Static variable in class org.openpdf.swing.ImageResourceLoader
- NO_OPEN_QUOTE - Static variable in class org.openpdf.css.constants.IdentValue
- NO_REPEAT - Static variable in class org.openpdf.css.constants.IdentValue
- noBottom() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- noLeft() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- NoNamespaceHandler - Class in org.openpdf.simple
-
Handles a general XML document
- NoNamespaceHandler() - Constructor for class org.openpdf.simple.NoNamespaceHandler
- NONE - Static variable in class org.openpdf.css.constants.IdentValue
- nonSpaceAdjust() - Method in record class org.openpdf.render.JustificationInfo
-
Returns the value of the
nonSpaceAdjustrecord component. - noRight() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- NORMAL - Static variable in class org.openpdf.css.constants.IdentValue
- normalizedInstance(Rectangle) - Method in class org.openpdf.css.style.derived.BorderPropertySet
- Notes - Search tag in class org.openpdf.pdf.util.XHtmlMetaToPdfInfoAdapter
- Section
- NOTHING - Enum constant in enum class org.openpdf.render.Box.State
- noTop() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- NOWRAP - Static variable in class org.openpdf.css.constants.IdentValue
- NUMBER - Enum constant in enum class org.openpdf.css.parser.Token.Type
- NumberValue - Class in org.openpdf.css.style.derived
- NumberValue(CSSName, PropertyValue) - Constructor for class org.openpdf.css.style.derived.NumberValue
- numEffCols() - Method in class org.openpdf.newtable.TableBox
- numRows() - Method in class org.openpdf.newtable.TableSectionBox
- NW_RESIZE - Static variable in class org.openpdf.css.constants.IdentValue
O
- OBLIQUE - Static variable in class org.openpdf.css.constants.IdentValue
- OFF_STATE - Static variable in class org.openpdf.pdf.AbstractFormField
- onClose(ITextRenderer) - Method in class org.openpdf.pdf.DefaultPDFCreationListener
- onClose(ITextRenderer) - Method in interface org.openpdf.pdf.PDFCreationListener
-
Called immediately before the iText Document instance is closed, e.g. before
Document.close()is called. - onClose(ITextRenderer) - Method in class org.openpdf.pdf.util.XHtmlMetaToPdfInfoAdapter
-
PDFCreationListener onClose event handler.
- OneToFourPropertyBuilders - Class in org.openpdf.css.parser.property
- OneToFourPropertyBuilders() - Constructor for class org.openpdf.css.parser.property.OneToFourPropertyBuilders
- OneToFourPropertyBuilders.BorderColor - Class in org.openpdf.css.parser.property
- OneToFourPropertyBuilders.BorderRadius - Class in org.openpdf.css.parser.property
- OneToFourPropertyBuilders.BorderStyle - Class in org.openpdf.css.parser.property
- OneToFourPropertyBuilders.BorderWidth - Class in org.openpdf.css.parser.property
- OneToFourPropertyBuilders.Margin - Class in org.openpdf.css.parser.property
- OneToFourPropertyBuilders.Padding - Class in org.openpdf.css.parser.property
- onHttpConnection(HttpURLConnection) - Method in class org.openpdf.swing.NaiveUserAgent
-
Customized handling of
URLConnection. - onLayoutException(Throwable) - Method in interface org.openpdf.event.DocumentListener
-
Called when document layout failed with an exception.
- onLayoutException(Throwable) - Method in class org.openpdf.swing.DelegatingUserAgent
- onLayoutException(Throwable) - Method in class org.openpdf.swing.NaiveUserAgent
- onMouseDragged(BasicPanel, MouseEvent) - Method in class org.openpdf.swing.DefaultFSMouseListener
- onMouseDragged(BasicPanel, MouseEvent) - Method in interface org.openpdf.swing.FSMouseListener
-
Sent when the mouse button is held and the mouse is moved.
- onMouseOut(BasicPanel, Box) - Method in class org.openpdf.swing.DefaultFSMouseListener
- onMouseOut(BasicPanel, Box) - Method in interface org.openpdf.swing.FSMouseListener
-
Sent when the mouse leaves a Box in the render tree after entering it.
- onMouseOut(BasicPanel, Box) - Method in class org.openpdf.swing.HoverListener
- onMouseOver(BasicPanel, Box) - Method in class org.openpdf.swing.CursorListener
- onMouseOver(BasicPanel, Box) - Method in class org.openpdf.swing.DefaultFSMouseListener
- onMouseOver(BasicPanel, Box) - Method in interface org.openpdf.swing.FSMouseListener
-
Sent when the mouse moves over a Box in the render tree.
- onMouseOver(BasicPanel, Box) - Method in class org.openpdf.swing.HoverListener
- onMousePressed(BasicPanel, MouseEvent) - Method in class org.openpdf.swing.DefaultFSMouseListener
- onMousePressed(BasicPanel, MouseEvent) - Method in interface org.openpdf.swing.FSMouseListener
-
Sent when the mouse button is pressed.
- onMouseUp(BasicPanel, Box) - Method in class org.openpdf.swing.DefaultFSMouseListener
- onMouseUp(BasicPanel, Box) - Method in interface org.openpdf.swing.FSMouseListener
-
Sent when the mouse button is released while hovering over a Box in the render tree.
- onMouseUp(BasicPanel, Box) - Method in class org.openpdf.swing.LinkListener
-
Triggers the click on a box.
- onRenderException(Throwable) - Method in interface org.openpdf.event.DocumentListener
-
Called when document render failed with an exception.
- onRenderException(Throwable) - Method in class org.openpdf.swing.DelegatingUserAgent
- onRenderException(Throwable) - Method in class org.openpdf.swing.NaiveUserAgent
- Opacity() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Opacity
- OPACITY - Static variable in class org.openpdf.css.constants.CSSName
- OPEN_QUOTE - Static variable in class org.openpdf.css.constants.IdentValue
- openConnection(String) - Method in class org.openpdf.swing.NaiveUserAgent
-
Opens a connections to uri.
- openStream(String) - Method in class org.openpdf.swing.NaiveUserAgent
- openStreamAtUrl(String) - Static method in class org.openpdf.util.IOUtil
-
Attempts to open a connection, and a stream, to the URI provided. timeouts will be set for opening the connection and reading from it. will return the stream, or null if unable to open or read or a timeout occurred.
- openStreamFromClasspath(Object, String) - Static method in class org.openpdf.util.GeneralUtil
- operate(Box) - Method in interface org.openpdf.layout.FloatManager.FloatOperation
- org.openpdf - package org.openpdf
- org.openpdf.context - package org.openpdf.context
- org.openpdf.css.constants - package org.openpdf.css.constants
- org.openpdf.css.extend - package org.openpdf.css.extend
- org.openpdf.css.extend.lib - package org.openpdf.css.extend.lib
- org.openpdf.css.newmatch - package org.openpdf.css.newmatch
- org.openpdf.css.parser - package org.openpdf.css.parser
- org.openpdf.css.parser.property - package org.openpdf.css.parser.property
- org.openpdf.css.sheet - package org.openpdf.css.sheet
- org.openpdf.css.style - package org.openpdf.css.style
- org.openpdf.css.style.derived - package org.openpdf.css.style.derived
- org.openpdf.css.util - package org.openpdf.css.util
- org.openpdf.css.value - package org.openpdf.css.value
- org.openpdf.event - package org.openpdf.event
- org.openpdf.extend - package org.openpdf.extend
- org.openpdf.layout - package org.openpdf.layout
- org.openpdf.layout.breaker - package org.openpdf.layout.breaker
- org.openpdf.newtable - package org.openpdf.newtable
- org.openpdf.pdf - package org.openpdf.pdf
- org.openpdf.pdf.util - package org.openpdf.pdf.util
- org.openpdf.render - package org.openpdf.render
- org.openpdf.resource - package org.openpdf.resource
- org.openpdf.simple - package org.openpdf.simple
-
Includes those classes you need to render XHTML documents quickly, right out of the box, and with no special setup needed; start here!
- org.openpdf.simple.extend - package org.openpdf.simple.extend
- org.openpdf.simple.extend.form - package org.openpdf.simple.extend.form
- org.openpdf.swing - package org.openpdf.swing
- org.openpdf.test - package org.openpdf.test
- org.openpdf.util - package org.openpdf.util
- Orphans() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Orphans
- ORPHANS - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- OTF - Enum constant in enum class org.openpdf.util.SupportedEmbeddedFontTypes
- OTHER - Enum constant in enum class org.openpdf.css.parser.Token.Type
- OUTLINE_COLOR - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- OUTLINE_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- OUTLINE_STYLE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- OUTLINE_WIDTH - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- OutputDevice - Interface in org.openpdf.extend
- OUTSET - Static variable in class org.openpdf.css.constants.IdentValue
- OUTSIDE - Static variable in class org.openpdf.css.constants.IdentValue
- Overflow() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Overflow
- OVERFLOW - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- OVERLINE - Static variable in class org.openpdf.css.constants.IdentValue
P
- p(Exception) - Static method in class org.openpdf.util.Uu
- p(String) - Static method in class org.openpdf.util.Uu
- Padding() - Constructor for class org.openpdf.css.parser.property.OneToFourPropertyBuilders.Padding
- PADDING - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- PADDING_BOTTOM - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- PADDING_LEFT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- PADDING_RIGHT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- PADDING_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- PADDING_SIDE_PROPERTIES - Static variable in class org.openpdf.css.constants.CSSName
- PADDING_TOP - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- PaddingBottom() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingBottom
- PaddingLeft() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingLeft
- PaddingRight() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingRight
- PaddingTop() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PaddingTop
- Page() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Page
- PAGE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- PAGE_BREAK_AFTER - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- PAGE_BREAK_BEFORE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- PAGE_BREAK_INSIDE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- PAGE_DOWN - Static variable in class org.openpdf.simple.FSScrollPane
-
Constant used for mapping a key binding to "scroll down 1 page"
- PAGE_END - Static variable in class org.openpdf.simple.FSScrollPane
-
Constant used for mapping a key binding to "scroll to end of document"
- PAGE_ORIENTATIONS - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- PAGE_START - Static variable in class org.openpdf.simple.FSScrollPane
-
Constant used for mapping a key binding to "scroll to top of document"
- PAGE_SYM - Enum constant in enum class org.openpdf.css.parser.Token.Type
- PAGE_UP - Static variable in class org.openpdf.simple.FSScrollPane
-
Constant used for mapping a key binding to "scroll up 1 page"
- PageBox - Class in org.openpdf.render
- PageBox(PageInfo, CssContext, CalculatedStyle, int, int) - Constructor for class org.openpdf.render.PageBox
- PageBreakAfter() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PageBreakAfter
- PageBreakBefore() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PageBreakBefore
- PageBreakInside() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.PageBreakInside
- PAGED_MODE_PRINT - Enum constant in enum class org.openpdf.layout.Layer.PagedMode
- PAGED_MODE_SCREEN - Enum constant in enum class org.openpdf.layout.Layer.PagedMode
- PageElementPosition - Enum Class in org.openpdf.css.constants
- PageInfo - Class in org.openpdf.css.newmatch
- PageInfo(List<PropertyDeclaration>, CascadedStyle, Map<MarginBoxName, List<PropertyDeclaration>>) - Constructor for class org.openpdf.css.newmatch.PageInfo
- PagePosition - Class in org.openpdf.pdf
- PagePosition(String, int, float, float, float, float) - Constructor for class org.openpdf.pdf.PagePosition
- PageRule - Class in org.openpdf.css.sheet
- PageRule(StylesheetInfo.Origin, String, String, Map<MarginBoxName, List<PropertyDeclaration>>, Ruleset) - Constructor for class org.openpdf.css.sheet.PageRule
- PageSize - Class in org.openpdf.css.parser.property
- PAGINATE - Static variable in class org.openpdf.css.constants.IdentValue
- paint(Rectangle, int, BorderPropertySet, RenderingContext, int) - Static method in class org.openpdf.render.BorderPainter
- paint(RenderingContext) - Method in class org.openpdf.layout.Layer
- paint(RenderingContext) - Method in class org.openpdf.render.InlineText
- paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.openpdf.pdf.BookmarkElement
- paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.openpdf.pdf.CheckboxFormField
- paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.openpdf.pdf.EmptyReplacedElement
- paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.openpdf.pdf.ITextImageElement
- paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in interface org.openpdf.pdf.ITextReplacedElement
- paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.openpdf.pdf.RadioButtonFormField
- paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.openpdf.pdf.TextFormField
- paint(RenderingContext, BlockBox) - Static method in class org.openpdf.render.ListItemPainter
- paintAsLayer(RenderingContext, BlockBox) - Method in class org.openpdf.layout.Layer
- paintBackground(RenderingContext) - Method in class org.openpdf.newtable.TableBox
- paintBackground(RenderingContext) - Method in class org.openpdf.newtable.TableCellBox
- paintBackground(RenderingContext) - Method in class org.openpdf.newtable.TableRowBox
- paintBackground(RenderingContext) - Method in class org.openpdf.newtable.TableSectionBox
- paintBackground(RenderingContext) - Method in class org.openpdf.render.Box
- paintBackground(RenderingContext, int, Layer.PagedMode) - Method in class org.openpdf.render.PageBox
- paintBackground(RenderingContext, CalculatedStyle, Rectangle, Rectangle, BorderPropertySet) - Method in interface org.openpdf.extend.OutputDevice
- paintBackground(RenderingContext, CalculatedStyle, Rectangle, Rectangle, BorderPropertySet) - Method in class org.openpdf.render.AbstractOutputDevice
- paintBackground(RenderingContext, Box) - Method in interface org.openpdf.extend.OutputDevice
- paintBackground(RenderingContext, Box) - Method in class org.openpdf.pdf.ITextOutputDevice
- paintBackground(RenderingContext, Box) - Method in class org.openpdf.render.AbstractOutputDevice
- paintBorder(RenderingContext) - Method in class org.openpdf.newtable.TableBox
- paintBorder(RenderingContext) - Method in class org.openpdf.newtable.TableCellBox
- paintBorder(RenderingContext) - Method in class org.openpdf.newtable.TableRowBox
- paintBorder(RenderingContext) - Method in class org.openpdf.newtable.TableSectionBox
- paintBorder(RenderingContext) - Method in class org.openpdf.render.Box
- paintBorder(RenderingContext, int, Layer.PagedMode) - Method in class org.openpdf.render.PageBox
- paintBorder(RenderingContext, CalculatedStyle, Rectangle, int) - Method in interface org.openpdf.extend.OutputDevice
- paintBorder(RenderingContext, CalculatedStyle, Rectangle, int) - Method in class org.openpdf.render.AbstractOutputDevice
- paintBorder(RenderingContext, Box) - Method in interface org.openpdf.extend.OutputDevice
- paintBorder(RenderingContext, Box) - Method in class org.openpdf.render.AbstractOutputDevice
- paintCollapsedBorder(RenderingContext, int) - Method in class org.openpdf.newtable.TableCellBox
- paintCollapsedBorder(RenderingContext, BorderPropertySet, Rectangle, int) - Method in interface org.openpdf.extend.OutputDevice
- paintCollapsedBorder(RenderingContext, BorderPropertySet, Rectangle, int) - Method in class org.openpdf.render.AbstractOutputDevice
- paintComponent(Graphics) - Method in class org.openpdf.swing.BasicPanel
- paintComponent(Graphics) - Method in class org.openpdf.swing.DOMInspector
- paintDebugOutline(RenderingContext) - Method in class org.openpdf.render.BlockBox
- paintDebugOutline(RenderingContext) - Method in class org.openpdf.render.InlineLayoutBox
- PaintingInfo - Class in org.openpdf.layout
-
A bean which every box uses to provide its aggregate bounds (which may be larger than the bounds of the box itself when there is overhanging content) and its outer margin corner (which is used to calculate the size of the canvas).
- PaintingInfo(Dimension, Rectangle) - Constructor for class org.openpdf.layout.PaintingInfo
- paintInline(RenderingContext) - Method in interface org.openpdf.layout.InlinePaintable
- paintInline(RenderingContext) - Method in class org.openpdf.render.BlockBox
- paintInline(RenderingContext) - Method in class org.openpdf.render.InlineLayoutBox
- paintInline(RenderingContext) - Method in class org.openpdf.render.LineBox
- paintListMarker(RenderingContext) - Method in class org.openpdf.render.BlockBox
- paintMarginAreas(RenderingContext, int, Layer.PagedMode) - Method in class org.openpdf.render.PageBox
- paintPage(Graphics2D, int) - Method in class org.openpdf.swing.BasicPanel
- paintReplacedElement(RenderingContext, BlockBox) - Method in interface org.openpdf.extend.OutputDevice
- paintReplacedElement(RenderingContext, BlockBox) - Method in class org.openpdf.pdf.ITextOutputDevice
- paintReplacedElement(RenderingContext, BlockBox) - Method in class org.openpdf.swing.Java2DOutputDevice
- paintRootElementBackground(RenderingContext) - Method in class org.openpdf.render.Box
- paintSelection(RenderingContext) - Method in class org.openpdf.render.InlineLayoutBox
- paintSelection(RenderingContext) - Method in class org.openpdf.render.InlineText
- parse(Reader, String, StylesheetInfo.Origin) - Method in class org.openpdf.context.StylesheetFactoryImpl
- parse(Reader, String, StylesheetInfo.Origin) - Method in interface org.openpdf.css.extend.StylesheetFactory
- parse(Reader, StylesheetInfo) - Method in class org.openpdf.context.StylesheetFactoryImpl
- parse(Reader, StylesheetInfo) - Method in interface org.openpdf.css.extend.StylesheetFactory
- parseCatalog(String) - Method in class org.openpdf.resource.FSCatalog
-
Parses an XML catalog file and returns a Map of public ids to local URIs read from the catalog.
- parseCatalog(InputSource) - Method in class org.openpdf.resource.FSCatalog
-
Parses an XML catalog file and returns a Map of public ids to local URIs read from the catalog.
- parseDeclaration(StylesheetInfo.Origin, String) - Method in class org.openpdf.css.parser.CSSParser
- parseIntRelaxed(String) - Static method in class org.openpdf.util.GeneralUtil
-
Parses an integer from a string using less restrictive rules about which characters we won't accept.
- parsePropertyValue(CSSName, StylesheetInfo.Origin, String) - Method in class org.openpdf.css.parser.CSSParser
- parseStyleDeclaration(StylesheetInfo.Origin, String) - Method in class org.openpdf.context.StylesheetFactoryImpl
- parseStyleDeclaration(StylesheetInfo.Origin, String) - Method in interface org.openpdf.css.extend.StylesheetFactory
- parseStylesheet(String, StylesheetInfo.Origin, Reader) - Method in class org.openpdf.css.parser.CSSParser
- PC - Enum constant in enum class org.openpdf.css.parser.Token.Type
- PDFAsImage - Class in org.openpdf.pdf
- PDFAsImage(URI, float, float) - Constructor for class org.openpdf.pdf.PDFAsImage
- PDFCreationListener - Interface in org.openpdf.pdf
-
Callback listener for PDF creation.
- PDFEncryption - Class in org.openpdf.pdf
- PDFEncryption(byte[], byte[]) - Constructor for class org.openpdf.pdf.PDFEncryption
- PDFEncryption(byte[], byte[], int) - Constructor for class org.openpdf.pdf.PDFEncryption
- PDFEncryption(byte[], byte[], int, int) - Constructor for class org.openpdf.pdf.PDFEncryption
- PERCENT - Enum constant in enum class org.openpdf.css.style.Length.LengthType
- PERCENTAGE - Enum constant in enum class org.openpdf.css.parser.Token.Type
- performFloatOperation(FloatManager.FloatOperation) - Method in class org.openpdf.layout.FloatManager
- PERIOD - Enum constant in enum class org.openpdf.css.parser.Token.Type
- PersistentBFC - Class in org.openpdf.layout
-
The portion of a
BlockFormattingContextwhich is saved with a box which defines a BFC. - PersistentBFC(BlockBox, LayoutContext) - Constructor for class org.openpdf.layout.PersistentBFC
- PLUS - Enum constant in enum class org.openpdf.css.parser.Token.Type
- POINTER - Static variable in class org.openpdf.css.constants.IdentValue
- popBFC() - Method in class org.openpdf.layout.LayoutContext
- popClipRegions(int) - Method in class org.openpdf.layout.BoxRangeHelper
- popLayer() - Method in class org.openpdf.layout.LayoutContext
- popMeasurements() - Method in class org.openpdf.layout.VerticalAlignContext
- PORTRAIT - Static variable in class org.openpdf.css.constants.IdentValue
- Position() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Position
- POSITION - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- positionAbsolute(CssContext, BlockBox.Position) - Method in class org.openpdf.render.BlockBox
- positionAbsoluteOnPage(LayoutContext) - Method in class org.openpdf.render.BlockBox
- positionChildren(LayoutContext) - Method in class org.openpdf.layout.Layer
- positionHorizontally(CssContext, Box, int) - Static method in class org.openpdf.layout.InlineBoxing
- positionRelative(CssContext) - Method in class org.openpdf.render.Box
- positionRelative(CssContext) - Method in class org.openpdf.render.InlineLayoutBox
- PRE - Static variable in class org.openpdf.css.constants.IdentValue
- PRE_LINE - Static variable in class org.openpdf.css.constants.IdentValue
- PRE_WRAP - Static variable in class org.openpdf.css.constants.IdentValue
- precedence() - Method in class org.openpdf.newtable.CollapsedBorderValue
- preceding(int) - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- PREFIXMATCH - Enum constant in enum class org.openpdf.css.parser.Token.Type
- preOpen(ITextRenderer) - Method in class org.openpdf.pdf.DefaultPDFCreationListener
- preOpen(ITextRenderer) - Method in interface org.openpdf.pdf.PDFCreationListener
-
Called immediately after the iText Document instance is created but before the call to
Document.open()is called. - previous() - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- preWrite(ITextRenderer, int) - Method in class org.openpdf.pdf.DefaultPDFCreationListener
- preWrite(ITextRenderer, int) - Method in interface org.openpdf.pdf.PDFCreationListener
-
Called immediately before the pages of the PDF file are about to be written out.
- PrimitivePropertyBuilders - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- PrimitivePropertyBuilders.BackgroundAttachment - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BackgroundColor - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BackgroundImage - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BackgroundPosition - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BackgroundRepeat - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BackgroundSize - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderBottomColor - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderBottomLeftRadius - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderBottomRightRadius - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderBottomStyle - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderBottomWidth - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderCollapse - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderLeftColor - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderLeftStyle - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderLeftWidth - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderRightColor - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderRightStyle - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderRightWidth - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderTopColor - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderTopLeftRadius - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderTopRightRadius - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderTopStyle - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BorderTopWidth - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Bottom - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.BoxSizing - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.CaptionSide - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Clear - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Color - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Cursor - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Display - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.EmptyCells - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Float - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FontFamily - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FontSize - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FontStyle - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FontVariant - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FontWeight - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSBorderSpacingHorizontal - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSBorderSpacingVertical - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSDynamicAutoWidth - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSFitImagesToWidth - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSFontMetricSrc - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSKeepWithInline - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSNamedDestination - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSPageHeight - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSPageOrientation - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSPageSequence - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSPageWidth - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSPDFFontEmbed - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSPDFFontEncoding - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSTableCellColspan - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSTableCellRowspan - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSTablePaginate - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.FSTextDecorationExtent - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Height - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Hyphens - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Left - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.LetterSpacing - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.LineHeight - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.ListStyleImage - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.ListStylePosition - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.ListStyleType - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.MarginBottom - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.MarginLeft - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.MarginRight - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.MarginTop - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.MaxHeight - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.MaxWidth - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.MinHeight - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.MinWidth - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Opacity - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Orphans - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Overflow - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.PaddingBottom - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.PaddingLeft - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.PaddingRight - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.PaddingTop - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Page - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.PageBreakAfter - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.PageBreakBefore - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.PageBreakInside - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Position - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Right - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Src - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.TableLayout - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.TabSize - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.TextAlign - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.TextDecoration - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.TextIndent - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.TextTransform - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Top - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.VerticalAlign - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Visibility - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.WhiteSpace - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Widows - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.Width - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.WordBreak - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.WordSpacing - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.WordWrap - Class in org.openpdf.css.parser.property
- PrimitivePropertyBuilders.ZIndex - Class in org.openpdf.css.parser.property
- print(Graphics, PageFormat, int) - Method in class org.openpdf.simple.XHTMLPrintable
-
The implementation of the print method from the @see java.awt.print.Printable interface.
- printTree() - Method in class org.openpdf.swing.BasicPanel
- processingInstruction(String, String) - Method in class org.openpdf.pdf.DocumentSplitter
- processingInstruction(String, String) - Method in class org.openpdf.pdf.SAXEventRecorder
- PROGRESS - Static variable in class org.openpdf.css.constants.IdentValue
- propagateExtraSpace(LayoutContext, ContentLimitContainer, ContentLimitContainer, int, int) - Method in class org.openpdf.render.BlockBox
- PropertyBuilder - Interface in org.openpdf.css.parser.property
- propertyByName(CSSName) - Method in class org.openpdf.css.newmatch.CascadedStyle
-
Returns a
PropertyDeclarationby CSS property name, e.g. - PropertyDeclaration - Class in org.openpdf.css.sheet
-
Represents a single property declared in a CSS rule set.
- PropertyDeclaration(CSSName, CSSPrimitiveValue, boolean, StylesheetInfo.Origin) - Constructor for class org.openpdf.css.sheet.PropertyDeclaration
-
Creates a new instance of PropertyDeclaration from an
CSSPrimitiveValueinstance. - propertyInherits(CSSName) - Static method in class org.openpdf.css.constants.CSSName
-
Returns true if the named property inherits by default, according to the CSS2 spec.
- PropertyValue - Class in org.openpdf.css.parser
- PropertyValue(short, float, String) - Constructor for class org.openpdf.css.parser.PropertyValue
- PropertyValue(short, float, String, Token) - Constructor for class org.openpdf.css.parser.PropertyValue
- PropertyValue(short, String, String) - Constructor for class org.openpdf.css.parser.PropertyValue
- PropertyValue(short, String, String, String[], Token) - Constructor for class org.openpdf.css.parser.PropertyValue
- PropertyValue(short, String, String, Token) - Constructor for class org.openpdf.css.parser.PropertyValue
- PropertyValue(List<?>) - Constructor for class org.openpdf.css.parser.PropertyValue
- PropertyValue(IdentValue) - Constructor for class org.openpdf.css.parser.PropertyValue
- PropertyValue(FSColor) - Constructor for class org.openpdf.css.parser.PropertyValue
- PropertyValue(FSColor, Token) - Constructor for class org.openpdf.css.parser.PropertyValue
- PropertyValue(FSFunction) - Constructor for class org.openpdf.css.parser.PropertyValue
- PropertyValue(FSFunction, Token) - Constructor for class org.openpdf.css.parser.PropertyValue
- PropertyValue.Type - Enum Class in org.openpdf.css.parser
- provideSiblingMarginToFloats(int) - Method in class org.openpdf.render.AnonymousBlockBox
- prunePending() - Method in class org.openpdf.render.InlineLayoutBox
- prunePendingInlineBoxes() - Method in class org.openpdf.render.LineBox
- PT - Enum constant in enum class org.openpdf.css.parser.Token.Type
- pushBFC(BlockFormattingContext) - Method in class org.openpdf.layout.LayoutContext
- pushClipRegion(RenderingContext, int) - Method in class org.openpdf.layout.BoxRangeHelper
- pushLayer(Layer) - Method in class org.openpdf.layout.LayoutContext
- pushLayer(Box) - Method in class org.openpdf.layout.LayoutContext
- pushMeasurements(InlineBoxMeasurements) - Method in class org.openpdf.layout.VerticalAlignContext
- putStylesheet(String, Stylesheet) - Method in class org.openpdf.context.StylesheetFactoryImpl
-
Adds a stylesheet to the factory cache.
- PX - Enum constant in enum class org.openpdf.css.parser.Token.Type
Q
- QUOTES - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- QuotesPropertyBuilder - Class in org.openpdf.css.parser.property
- QuotesPropertyBuilder() - Constructor for class org.openpdf.css.parser.property.QuotesPropertyBuilder
R
- RadioButtonFormField - Class in org.openpdf.pdf
- RadioButtonFormField(ITextReplacedElementFactory, LayoutContext, BlockBox, int, int) - Constructor for class org.openpdf.pdf.RadioButtonFormField
- RBRACE - Enum constant in enum class org.openpdf.css.parser.Token.Type
- RBRACKET - Enum constant in enum class org.openpdf.css.parser.Token.Type
- readBytes(InputStream) - Static method in class org.openpdf.util.IOUtil
- readBytes(String) - Static method in class org.openpdf.util.IOUtil
- readBytes(Path) - Static method in class org.openpdf.util.IOUtil
- readLinkElement(Element) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
- readStyleElement(Element) - Method in class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
- readTextContent(Element) - Static method in class org.openpdf.util.TextUtil
- readTextContentOrNull(Element) - Static method in class org.openpdf.util.TextUtil
- recalcCells(LayoutContext) - Method in class org.openpdf.newtable.TableSectionBox
- RectPropertySet - Class in org.openpdf.css.style.derived
-
Represents a set of CSS properties that together define some rectangular area, and per-side thickness.
- RectPropertySet(float, float, float, float) - Constructor for class org.openpdf.css.style.derived.RectPropertySet
- RED - Static variable in class org.openpdf.css.parser.FSRGBColor
- registerFunction(ContentFunction) - Method in class org.openpdf.context.ContentFunctionFactory
- reInit(boolean) - Method in class org.openpdf.layout.LayoutContext
- Related Documentation - Search tag in package org.openpdf.simple
- Section
- RELATIVE - Static variable in class org.openpdf.css.constants.IdentValue
- RELATIVE_FONT_SIZES - Static variable in class org.openpdf.css.parser.property.PrimitivePropertyBuilders
- relayout() - Method in class org.openpdf.swing.RootPanel
-
Lays out the current document again, and re-renders.
- reloadDocument(String) - Method in class org.openpdf.swing.BasicPanel
-
Reloads the document using the same base URL and namespace handler.
- reloadDocument(Document) - Method in class org.openpdf.swing.BasicPanel
-
Reloads the document using the same base URL and namespace handler.
- remove(String) - Method in class org.openpdf.pdf.ITextReplacedElementFactory
- remove(Element) - Method in interface org.openpdf.extend.ReplacedElementFactory
-
Removes any reference to
Elemente. - remove(Element) - Method in class org.openpdf.pdf.ITextReplacedElementFactory
- remove(Element) - Method in class org.openpdf.swing.SwingReplacedElementFactory
- removeAllChildren() - Method in class org.openpdf.render.Box
- removeBoxId(String) - Method in class org.openpdf.layout.LayoutContext
- removeBoxId(String) - Method in class org.openpdf.layout.SharedContext
- removeCachedStylesheet(String) - Method in class org.openpdf.context.StylesheetFactoryImpl
-
Removes a cached sheet by its key.
- removeChild(int) - Method in class org.openpdf.render.Box
- removeChild(int) - Method in class org.openpdf.render.InlineLayoutBox
- removeChild(Box) - Method in class org.openpdf.render.Box
- removeChild(Box) - Method in class org.openpdf.render.InlineLayoutBox
- removeDocumentListener(DocumentListener) - Method in class org.openpdf.swing.RootPanel
-
Removes the specified Document listener from receive Document events from this component.
- removeFloat(BlockBox) - Method in class org.openpdf.layout.FloatManager
- removeFloat(BlockBox) - Method in class org.openpdf.layout.Layer
- removeLast() - Method in class org.openpdf.layout.StyleTracker
- removeLastPage() - Method in class org.openpdf.layout.Layer
- removeListener(FSMouseListener) - Method in class org.openpdf.swing.MouseTracker
-
Removes the given listener, after which it will no longer receive callbacks on mouse events.
- removeMouseTrackingListener(FSMouseListener) - Method in class org.openpdf.swing.BasicPanel
- removeNotify() - Method in class org.openpdf.swing.RootPanel
-
Overrides the default implementation un-configure any
JScrollPaneparent. - removeRunningBlock(BlockBox) - Method in class org.openpdf.layout.Layer
- removeScaleChangeListener(ScaleChangeListener) - Method in class org.openpdf.swing.ScalableXHTMLPanel
- render(Graphics2D) - Method in class org.openpdf.simple.Graphics2DRenderer
-
Renders the document to the given canvas.
- render(String) - Static method in class org.openpdf.util.XRLog
- render(Level, String) - Static method in class org.openpdf.util.XRLog
- render(Level, String, Throwable) - Static method in class org.openpdf.util.XRLog
- RENDER - Enum constant in enum class org.openpdf.render.Box.Dump
- RENDER - Static variable in class org.openpdf.util.XRLog
- RenderingContext - Class in org.openpdf.render
-
Supplies information about the context in which rendering will take place
- RenderingContext(SharedContext, OutputDevice, FontContext, Layer, int) - Constructor for class org.openpdf.render.RenderingContext
-
needs a new instance every run
- renderToImage(File, String, int) - Static method in class org.openpdf.simple.ImageRenderer
-
Renders the XML file as an image file at the target location.
- renderToImage(String, int, int) - Static method in class org.openpdf.simple.Graphics2DRenderer
-
A static utility method to automatically create an image from a document; the image supports transparency.
- renderToImage(String, int, int, int) - Static method in class org.openpdf.simple.Graphics2DRenderer
-
A static utility method to automatically create an image from a document.
- renderToImage(String, String, int) - Static method in class org.openpdf.simple.ImageRenderer
-
Renders the XML file at the given URL as an image file at the target location.
- renderToImage(URL, String, int) - Static method in class org.openpdf.simple.ImageRenderer
- renderToImageAutoSize(String, int) - Static method in class org.openpdf.simple.Graphics2DRenderer
-
A static utility method to automatically create an image from a document, where height is determined based on document content.
- renderToImageAutoSize(String, int, int) - Static method in class org.openpdf.simple.Graphics2DRenderer
-
A static utility method to automatically create an image from a document, where height is determined based on document content.
- repaintListener - Variable in class org.openpdf.swing.SwingReplacedElementFactory
- RepaintListener - Interface in org.openpdf.swing
-
User: pdoubleya Date: Apr 20, 2009
- repaintRequested(boolean) - Method in interface org.openpdf.swing.RepaintListener
- repaintRequested(boolean) - Method in class org.openpdf.swing.RootPanel
- REPEAT - Static variable in class org.openpdf.css.constants.IdentValue
- REPEAT_X - Static variable in class org.openpdf.css.constants.IdentValue
- REPEAT_Y - Static variable in class org.openpdf.css.constants.IdentValue
- replace(String, String, String) - Static method in class org.openpdf.util.Util
- replaceChar(String, char, int) - Static method in class org.openpdf.layout.TextUtil
-
Replace character at the specified index by another.
- ReplacedElement - Interface in org.openpdf.extend
-
A replaced element is an XML element in the document being rendered whose visual output is delegated.
- ReplacedElementFactory - Interface in org.openpdf.extend
- replaceImage(UserAgentCallback, LayoutContext, Element, int, int) - Method in class org.openpdf.swing.SwingReplacedElementFactory
-
Handles replacement of image elements in the document.
- replay(ContentHandler) - Method in class org.openpdf.pdf.SAXEventRecorder
- requiresLayer() - Method in class org.openpdf.css.style.CalculatedStyle
- reset() - Method in interface org.openpdf.extend.ReplacedElementFactory
-
Instructs the
ReplacedElementFactoryto discard any cached data (typically because a new page is about to be loaded). - reset() - Method in class org.openpdf.layout.LineBreakContext
- reset() - Method in class org.openpdf.layout.SharedContext
- reset() - Method in class org.openpdf.pdf.ITextReplacedElementFactory
- reset() - Method in class org.openpdf.simple.extend.form.FormField
- reset() - Method in class org.openpdf.simple.extend.XhtmlForm
- reset() - Method in class org.openpdf.swing.DefaultFSMouseListener
- reset() - Method in interface org.openpdf.swing.FSMouseListener
-
Implementation-dependent.
- reset() - Method in class org.openpdf.swing.HoverListener
-
Resets the tracking information related to the currently hovered element.
- reset() - Method in class org.openpdf.swing.MouseTracker
-
Utility method; calls
FSMouseListener.reset()for all listeners currently being tracked. - reset() - Method in class org.openpdf.swing.SwingReplacedElementFactory
-
Clears out any references to elements or items created by this factory so far.
- reset(Reader) - Method in class org.openpdf.css.parser.CSSParser
- reset(LayoutContext) - Method in class org.openpdf.newtable.TableBox
- reset(LayoutContext) - Method in class org.openpdf.newtable.TableRowBox
- reset(LayoutContext) - Method in class org.openpdf.newtable.TableSectionBox
- reset(LayoutContext) - Method in class org.openpdf.render.BlockBox
- reset(LayoutContext) - Method in class org.openpdf.render.Box
- reset(LayoutContext) - Method in class org.openpdf.render.LineBox
- resetChildren(LayoutContext) - Method in class org.openpdf.render.Box
- resetChildren(LayoutContext) - Method in class org.openpdf.render.InlineLayoutBox
- resetChildren(LayoutContext, int, int) - Method in class org.openpdf.render.Box
- resetEnd() - Method in class org.openpdf.layout.LineBreakContext
- resetFontSize() - Method in class org.openpdf.simple.XHTMLPanel
-
Resets all rendered fonts on the current document to the font size specified in the document's styling instructions.
- resetMouseTracker() - Method in class org.openpdf.swing.BasicPanel
- resetNegativeValues() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- resetNegativeValues() - Method in class org.openpdf.css.style.derived.RectPropertySet
- resetScrollPosition() - Method in class org.openpdf.swing.RootPanel
- resetTopMargin(CssContext) - Method in class org.openpdf.render.Box
- resolve(String) - Method in class org.openpdf.swing.UriResolver
- resolveAbsoluteFontSize(IdentValue, String[]) - Static method in class org.openpdf.css.style.FontSizeHelper
- resolveAndOpenStream(String) - Method in class org.openpdf.swing.NaiveUserAgent
-
Gets a Reader for the resource identified
- resolveAndOpenStream(String) - Method in class org.openpdf.swing.DelegatingUserAgent
-
Gets a Reader for the resource identified
- resolveAutoMargins(LayoutContext, int, RectPropertySet, BorderPropertySet) - Method in class org.openpdf.newtable.TableBox
- resolveAutoMargins(LayoutContext, int, RectPropertySet, BorderPropertySet) - Method in class org.openpdf.render.BlockBox
- resolveCounters(CalculatedStyle) - Method in class org.openpdf.layout.LayoutContext
- resolveCounters(CalculatedStyle, Integer) - Method in class org.openpdf.layout.LayoutContext
- resolveEntity(String, String) - Method in class org.openpdf.resource.FSEntityResolver
- resolveEntity(String, String, String, String) - Method in class org.openpdf.resource.FSEntityResolver
- resolveFont(SharedContext, String[], float, IdentValue, IdentValue, IdentValue) - Method in class org.openpdf.context.AWTFontResolver
- resolveFont(SharedContext, String, float, IdentValue, IdentValue, IdentValue) - Method in class org.openpdf.context.AWTFontResolver
- resolveFont(SharedContext, FontSpecification) - Method in class org.openpdf.context.AWTFontResolver
- resolveFont(SharedContext, FontSpecification) - Method in interface org.openpdf.extend.FontResolver
- resolveFont(SharedContext, FontSpecification) - Method in class org.openpdf.pdf.ITextFontResolver
- resolveUri(String) - Method in class org.openpdf.swing.UriResolver
- resolveURI(String) - Method in interface org.openpdf.extend.UserAgentCallback
-
Used to find an uri that may be relative to the BaseURL.
- resolveURI(String) - Method in class org.openpdf.swing.DelegatingUserAgent
-
Resolves the URI; if absolute, leaves as is, if relative, returns an absolute URI based on the baseUrl for the agent.
- resolveURI(String) - Method in class org.openpdf.swing.NaiveUserAgent
-
Resolves the URI; if absolute, leaves as is, if relative, returns an absolute URI based on the baseUrl for the agent.
- Resource - Interface in org.openpdf.resource
- restoreLayoutState(LayoutState) - Method in class org.openpdf.layout.LayoutContext
- restorePreviousReferenceLine(LineBox) - Method in class org.openpdf.render.MarkerData
- restoreStateForRelayout(LayoutState) - Method in class org.openpdf.layout.LayoutContext
- restyle(LayoutContext) - Method in class org.openpdf.render.Box
- restyle(LayoutContext) - Method in class org.openpdf.render.InlineLayoutBox
- restyle(LayoutContext) - Method in class org.openpdf.render.LineBox
- restyleChildren(LayoutContext) - Method in class org.openpdf.render.Box
- restyleChildren(LayoutContext) - Method in class org.openpdf.render.InlineLayoutBox
- rgbToColor(RGBColor) - Static method in class org.openpdf.css.util.ConversionUtil
-
Copied from Josh M.'
- RIDGE - Static variable in class org.openpdf.css.constants.IdentValue
- right() - Method in record class org.openpdf.css.constants.CSSName.CSSSideProperties
-
Returns the value of the
rightrecord component. - right() - Method in class org.openpdf.css.style.BorderRadiusCorner
- right() - Method in class org.openpdf.css.style.derived.RectPropertySet
- Right() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Right
- RIGHT - Enum constant in enum class org.openpdf.css.style.CalculatedStyle.Edge
- RIGHT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- RIGHT - Static variable in class org.openpdf.css.constants.IdentValue
- RIGHT - Static variable in class org.openpdf.render.BorderPainter
- RIGHT_BOTTOM - Static variable in class org.openpdf.css.constants.MarginBoxName
- RIGHT_MIDDLE - Static variable in class org.openpdf.css.constants.MarginBoxName
- RIGHT_TOP - Static variable in class org.openpdf.css.constants.MarginBoxName
- rightColor() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- rightFloatDistance() - Method in interface org.openpdf.render.FloatDistances
- rightStyle() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- RootPanel - Class in org.openpdf.swing
- RootPanel(SharedContext) - Constructor for class org.openpdf.swing.RootPanel
- RowData - Class in org.openpdf.newtable
-
A row in the table grid.
- RowData() - Constructor for class org.openpdf.newtable.RowData
- RPAREN - Enum constant in enum class org.openpdf.css.parser.Token.Type
- Ruleset - Class in org.openpdf.css.sheet
- Ruleset(StylesheetInfo.Origin) - Constructor for class org.openpdf.css.sheet.Ruleset
- RulesetContainer - Interface in org.openpdf.css.sheet
- RUN_IN - Static variable in class org.openpdf.css.constants.IdentValue
S
- S - Enum constant in enum class org.openpdf.css.parser.Token.Type
- S_RESIZE - Static variable in class org.openpdf.css.constants.IdentValue
- sacPrimitiveTypeForString(String) - Static method in class org.openpdf.css.constants.ValueConstants
- saturation() - Method in record class org.openpdf.css.parser.HSBColor
-
Returns the value of the
saturationrecord component. - saveEnd() - Method in class org.openpdf.layout.LineBreakContext
- SAXEventRecorder - Class in org.openpdf.pdf
- SAXEventRecorder() - Constructor for class org.openpdf.pdf.SAXEventRecorder
- ScalableXHTMLPanel - Class in org.openpdf.swing
-
ScalableXHTMLPanel extends
XHTMLPanelto allow zoom on output. - ScalableXHTMLPanel(UserAgentCallback) - Constructor for class org.openpdf.swing.ScalableXHTMLPanel
-
Instantiates a panel with a custom
UserAgentCallbackimplementation. - scale(int, int) - Method in interface org.openpdf.extend.FSImage
- scale(int, int) - Method in class org.openpdf.pdf.ITextFSImage
- scale(int, int) - Method in class org.openpdf.pdf.PDFAsImage
- scale(int, int) - Method in class org.openpdf.swing.MutableFSImage
- SCALE_POLICY_FIT_HEIGHT - Static variable in class org.openpdf.swing.ScalableXHTMLPanel
- SCALE_POLICY_FIT_WHOLE - Static variable in class org.openpdf.swing.ScalableXHTMLPanel
- SCALE_POLICY_FIT_WIDTH - Static variable in class org.openpdf.swing.ScalableXHTMLPanel
- SCALE_POLICY_NONE - Static variable in class org.openpdf.swing.ScalableXHTMLPanel
- scaleChanged(ScaleChangeEvent) - Method in interface org.openpdf.swing.ScaleChangeListener
- ScaleChangeEvent - Class in org.openpdf.swing
-
ScaleChangeEvent is used to notify interested parties that XHTMLPanel's scale factor has changed.
- ScaleChangeEvent(XHTMLPanel, double) - Constructor for class org.openpdf.swing.ScaleChangeEvent
-
Constructs a new ScaleChangeEvent
- ScaleChangeListener - Interface in org.openpdf.swing
-
The listener that's notified when the scale in a XHTMLPanel has changed
- scaleHeight() - Method in class org.openpdf.pdf.PDFAsImage
- scaleWidth() - Method in class org.openpdf.pdf.PDFAsImage
- ScalingOptions - Class in org.openpdf.util
-
Encapsulates a set of parameters related to scaling quality and output.
- ScalingOptions(int, int, DownscaleQuality, Object) - Constructor for class org.openpdf.util.ScalingOptions
-
Constructor with all options.
- SCROLL - Static variable in class org.openpdf.css.constants.IdentValue
- scrollTo(Point) - Method in class org.openpdf.swing.BasicPanel
-
Scroll the panel to make the specified point be on screen.
- SE_RESIZE - Static variable in class org.openpdf.css.constants.IdentValue
- sectionAbove(TableSectionBox, boolean) - Method in class org.openpdf.newtable.TableBox
- sectionBelow(TableSectionBox, boolean) - Method in class org.openpdf.newtable.TableBox
- selectAll() - Method in class org.openpdf.render.Box
- selectAll() - Method in class org.openpdf.render.InlineLayoutBox
- selectAll() - Method in class org.openpdf.render.InlineText
- selectAll() - Method in class org.openpdf.render.LineBox
- Selector - Class in org.openpdf.css.newmatch
-
A Selector is really a chain of CSS selectors that all need to be valid for the selector to match.
- Selector() - Constructor for class org.openpdf.css.newmatch.Selector
- Selector.Axis - Enum Class in org.openpdf.css.newmatch
- SEMICOLON - Enum constant in enum class org.openpdf.css.parser.Token.Type
- SEPARATE - Static variable in class org.openpdf.css.constants.IdentValue
- setAbsX(int) - Method in class org.openpdf.render.Box
- setAbsY(int) - Method in class org.openpdf.render.Box
- setAxis(Selector.Axis) - Method in class org.openpdf.css.newmatch.Selector
- setBaseline(int) - Method in class org.openpdf.newtable.TableRowBox
- setBaseline(int) - Method in class org.openpdf.render.InlineLayoutBox
- setBaseline(int) - Method in class org.openpdf.render.LineBox
- setBaseline(int) - Method in class org.openpdf.render.StrutMetrics
- setBaseUri(String) - Method in class org.openpdf.swing.UriResolver
- setBaseURL(String) - Method in interface org.openpdf.extend.UserAgentCallback
-
Does not need to be a correct URL, only an identifier that the implementation can resolve.
- setBaseURL(String) - Method in class org.openpdf.layout.SharedContext
-
Sets the baseURL attribute of the RenderingContext object
- setBaseURL(String) - Method in class org.openpdf.swing.DelegatingUserAgent
-
URL relative to which URIs are resolved.
- setBaseURL(String) - Method in class org.openpdf.swing.NaiveUserAgent
-
URL relative to which URIs are resolved.
- setBottom(float) - Method in class org.openpdf.css.style.derived.RectPropertySet
- setBottom(int) - Method in class org.openpdf.render.ContentLimit
- setBottomMarginCalculated(boolean) - Method in class org.openpdf.render.BlockBox
- setBoxDimensions(BoxDimensions) - Method in class org.openpdf.render.Box
- setBreakAtLineContext(BreakAtLineContext) - Method in class org.openpdf.layout.LayoutContext
- setCallerNotified(boolean) - Method in exception class org.openpdf.css.parser.CSSParseException
- setCanvas(FSCanvas) - Method in class org.openpdf.layout.SharedContext
- setCapturedOriginalAbsY(boolean) - Method in class org.openpdf.newtable.TableSectionBox
- setCenteredPagedView(boolean) - Method in class org.openpdf.swing.BasicPanel
- setChainedSelector(Selector) - Method in class org.openpdf.css.newmatch.Selector
- setChildrenContentType(BlockBox.ContentType) - Method in class org.openpdf.render.BlockBox
- setChildrenHeight(int) - Method in class org.openpdf.render.BlockBox
- setClip(Shape) - Method in interface org.openpdf.extend.OutputDevice
- setClip(Shape) - Method in class org.openpdf.layout.BoxRangeData
- setClip(Shape) - Method in class org.openpdf.pdf.ITextOutputDevice
- setClip(Shape) - Method in class org.openpdf.swing.Java2DOutputDevice
- setCol(int) - Method in class org.openpdf.newtable.TableCellBox
- setColor(FSColor) - Method in interface org.openpdf.extend.OutputDevice
- setColor(FSColor) - Method in class org.openpdf.pdf.ITextOutputDevice
- setColor(FSColor) - Method in class org.openpdf.swing.Java2DOutputDevice
- setConfigLogger(Logger) - Static method in class org.openpdf.util.Configuration
-
Sets the logger which we use for Configuration-related logging.
- setContainingBlock(Box) - Method in class org.openpdf.render.Box
- setContainingLayer(Layer) - Method in class org.openpdf.render.Box
- setContainsBlockLevelContent(boolean) - Method in class org.openpdf.render.LineBox
- setContainsContent(boolean) - Method in class org.openpdf.render.LineBox
- setContainsDynamicFunction(boolean) - Method in class org.openpdf.render.LineBox
- setContentLimitContainer(ContentLimitContainer) - Method in class org.openpdf.newtable.TableRowBox
- setContentStart(int) - Method in class org.openpdf.render.LineBox
- setContentWidth(int) - Method in class org.openpdf.render.Box
- setCss(StyleReference) - Method in class org.openpdf.layout.SharedContext
- setCssText(String) - Method in class org.openpdf.css.parser.PropertyValue
- setCurrentMarkerData(MarkerData) - Method in class org.openpdf.layout.LayoutContext
- setDebug_draw_boxes(boolean) - Method in class org.openpdf.layout.SharedContext
- setDebug_draw_font_metrics(boolean) - Method in class org.openpdf.layout.SharedContext
- setDebug_draw_inline_boxes(boolean) - Method in class org.openpdf.layout.SharedContext
- setDebug_draw_line_boxes(boolean) - Method in class org.openpdf.layout.SharedContext
- setDefaultFontFromComponent(boolean) - Method in class org.openpdf.swing.RootPanel
- setDefaultValue(CSSName, FSDerivedValue) - Method in class org.openpdf.css.style.CalculatedStyle
- setDimensionsCalculated(boolean) - Method in class org.openpdf.render.BlockBox
- setDocument(File) - Method in class org.openpdf.simple.XHTMLPanel
-
Renders a Document read from an InputStream using a URL as a base URL for relative paths.
- setDocument(InputStream, String) - Method in class org.openpdf.simple.XHTMLPanel
-
Renders a Document read from an InputStream using a URL as a base URL for relative paths.
- setDocument(InputStream, String) - Method in class org.openpdf.swing.BasicPanel
- setDocument(InputStream, String) - Method in class org.openpdf.swing.ScalableXHTMLPanel
-
Renders a Document read from an InputStream using a URL as a base URL for relative paths.
- setDocument(InputStream, String, NamespaceHandler) - Method in class org.openpdf.swing.BasicPanel
- setDocument(String) - Method in class org.openpdf.simple.XHTMLPanel
-
Loads and renders a Document given an uri.
- setDocument(String) - Method in class org.openpdf.swing.BasicPanel
- setDocument(String, NamespaceHandler) - Method in class org.openpdf.swing.BasicPanel
- setDocument(Document) - Method in class org.openpdf.pdf.ITextRenderer
- setDocument(Document) - Method in class org.openpdf.simple.XHTMLPanel
-
Renders an XML Document instance.
- setDocument(Document, String) - Method in class org.openpdf.pdf.ITextRenderer
- setDocument(Document, String) - Method in class org.openpdf.simple.XHTMLPanel
-
Renders a Document using a URL as a base URL for relative paths.
- setDocument(Document, String) - Method in class org.openpdf.swing.ScalableXHTMLPanel
-
Renders a Document using a URL as a base URL for relative paths.
- setDocument(Document, String, NamespaceHandler) - Method in class org.openpdf.pdf.ITextRenderer
- setDocument(Document, String, NamespaceHandler) - Method in class org.openpdf.swing.RootPanel
- setDocument(Document, String) - Method in class org.openpdf.swing.BasicPanel
- setDocumentContext(SharedContext, NamespaceHandler, Document, UserInterface) - Method in class org.openpdf.context.StyleReference
-
Sets the documentContext attribute of the StyleReference object
- setDocumentFromString(String) - Method in class org.openpdf.pdf.ITextRenderer
- setDocumentFromString(String, String) - Method in class org.openpdf.pdf.ITextRenderer
- setDocumentFromString(String, String, NamespaceHandler) - Method in class org.openpdf.swing.BasicPanel
- setDocumentLocator(Locator) - Method in class org.openpdf.pdf.DocumentSplitter
- setDocumentLocator(Locator) - Method in class org.openpdf.pdf.SAXEventRecorder
- setDocumentRelative(String) - Method in class org.openpdf.swing.BasicPanel
-
Sets the new current document, where the new document is located relative, e.g. using a relative URL.
- setDotsPerPixel(int) - Method in class org.openpdf.layout.SharedContext
- setDPI(float) - Method in class org.openpdf.layout.SharedContext
-
Sets the effective DPI (Dots Per Inch) of the screen.
- setDrawingLayer(Layer) - Method in class org.openpdf.render.FloatedBoxData
- setElement(Element) - Method in interface org.openpdf.layout.Styleable
- setElement(Element) - Method in class org.openpdf.newtable.TableColumn
- setElement(Element) - Method in class org.openpdf.render.Box
- setElement(Element) - Method in class org.openpdf.render.InlineBox
- setEnclosingScrollPane(JScrollPane) - Method in class org.openpdf.swing.RootPanel
-
The method is invoked by
RootPanel.addNotify()andRootPanel.removeNotify()to ensure that any enclosingJScrollPaneworks correctly with this panel. - setEnd(int) - Method in class org.openpdf.layout.LineBreakContext
- setEnd(Box) - Method in class org.openpdf.layout.Layer
- setEndsHere(boolean) - Method in class org.openpdf.render.InlineBox
- setEndsHere(boolean) - Method in class org.openpdf.render.InlineLayoutBox
- setEndsOnNL(boolean) - Method in class org.openpdf.layout.LineBreakContext
- setEndsOnNL(boolean) - Method in class org.openpdf.render.LineBox
- setExtraSpaceBottom(int) - Method in class org.openpdf.layout.LayoutContext
- setExtraSpaceBottom(int) - Method in class org.openpdf.newtable.TableBox
- setExtraSpaceBottom(int) - Method in class org.openpdf.newtable.TableRowBox
- setExtraSpaceTop(int) - Method in class org.openpdf.layout.LayoutContext
- setExtraSpaceTop(int) - Method in class org.openpdf.newtable.TableBox
- setExtraSpaceTop(int) - Method in class org.openpdf.newtable.TableRowBox
- setFillColor(PdfTemplate, FSColor) - Method in class org.openpdf.pdf.AbstractFormField
- setFirstLetterStyle(CascadedStyle) - Method in class org.openpdf.render.BlockBox
- setFirstLineStyle(CascadedStyle) - Method in class org.openpdf.render.BlockBox
- setFixedBackground(boolean) - Method in class org.openpdf.layout.Layer
- setFloatDistances(FloatDistances) - Method in class org.openpdf.render.LineBox
- setFloatedBoxData(FloatedBoxData) - Method in class org.openpdf.render.BlockBox
- setFloatValue(short, float) - Method in class org.openpdf.css.parser.PropertyValue
- setFont(FSFont) - Method in interface org.openpdf.extend.OutputDevice
- setFont(FSFont) - Method in class org.openpdf.pdf.ITextOutputDevice
- setFont(FSFont) - Method in class org.openpdf.swing.Java2DOutputDevice
- setFontMapping(String, Font) - Method in class org.openpdf.context.AWTFontResolver
-
Sets the fontMapping attribute of the FontResolver object
- setFontMapping(String, Font) - Method in class org.openpdf.layout.SharedContext
-
Adds or overrides a font mapping, meaning you can associate a particular font with a particular string.
- setFontResolver(FontResolver) - Method in class org.openpdf.layout.SharedContext
-
Deprecated.pass textRenderer to a constructor instead of using setter
- setFontScale(float) - Method in interface org.openpdf.extend.TextRenderer
- setFontScale(float) - Method in class org.openpdf.pdf.ITextTextRenderer
- setFontScale(float) - Method in class org.openpdf.swing.Java2DTextRenderer
- setFontScalingFactor(float) - Method in class org.openpdf.simple.XHTMLPanel
-
Sets the scaling factor used by
XHTMLPanel.incrementFontSize()andXHTMLPanel.decrementFontSize()--both scale the font up or down by this scaling factor. - setFontSpecification(FontSpecification) - Method in class org.openpdf.render.AbstractOutputDevice
-
Sets the FontSpecification for this AbstractOutputDevice.
- setFooter(boolean) - Method in class org.openpdf.newtable.TableSectionBox
- setForDocument(Document, StyleReference) - Method in class org.openpdf.swing.DOMInspector
-
Sets the forDocument attribute of the DOMInspector object
- setFormSubmissionListener(FormSubmissionListener) - Method in interface org.openpdf.extend.ReplacedElementFactory
-
Identifies the FSL which will be used for callbacks when a form submit action is executed; you can use a
DefaultFormSubmissionListenerif you don't want any action to be taken. - setFormSubmissionListener(FormSubmissionListener) - Method in class org.openpdf.layout.SharedContext
- setFormSubmissionListener(FormSubmissionListener) - Method in class org.openpdf.pdf.ITextReplacedElementFactory
- setFormSubmissionListener(FormSubmissionListener) - Method in class org.openpdf.swing.BasicPanel
- setFormSubmissionListener(FormSubmissionListener) - Method in class org.openpdf.swing.SwingReplacedElementFactory
- setFromCaptionedTable(boolean) - Method in class org.openpdf.render.BlockBox
- setFunctionData(FunctionData) - Method in class org.openpdf.render.InlineText
- setHaveBaseline(boolean) - Method in class org.openpdf.newtable.TableRowBox
- setHeader(boolean) - Method in class org.openpdf.newtable.TableSectionBox
- setHeight(int) - Method in class org.openpdf.pdf.AbstractFormField
- setHeight(int) - Method in class org.openpdf.render.Box
- setHeightOverride(int) - Method in class org.openpdf.newtable.TableRowBox
- setHyphen(String) - Method in class org.openpdf.layout.breaker.BreakPoint
- setIdentValue(IdentValue) - Method in class org.openpdf.css.parser.PropertyValue
- setImage(String, BufferedImage, boolean) - Method in class org.openpdf.swing.MutableFSImage
- setImageResourceLoader(ImageResourceLoader) - Method in class org.openpdf.swing.DelegatingUserAgent
-
Deprecated.Pass loader right to the constructor (instead of using setter)
- setIndex(int) - Method in class org.openpdf.render.Box
- setInline(boolean) - Method in class org.openpdf.layout.Layer
- setInlineContent(List<Styleable>) - Method in class org.openpdf.render.BlockBox
- setInlineWidth(int) - Method in class org.openpdf.render.InlineLayoutBox
- setInteractive(boolean) - Method in class org.openpdf.layout.SharedContext
- setInteractive(boolean) - Method in class org.openpdf.swing.BasicPanel
- setLayer(Layer) - Method in class org.openpdf.render.Box
- setLayout(LayoutManager) - Method in class org.openpdf.swing.BasicPanel
-
Sets the layout attribute of the BasicPanel object Overrides the method to do nothing, since you shouldn't have a LayoutManager on an FS panel.
- setLayoutWidth(LayoutContext, int) - Method in class org.openpdf.newtable.TableCellBox
- setLeft(float) - Method in class org.openpdf.css.style.derived.RectPropertySet
- setLeftMBP(int) - Method in class org.openpdf.render.Box
- setLevel(String, Level) - Method in class org.openpdf.util.JDKXRLogger
- setLevel(String, Level) - Static method in class org.openpdf.util.XRLog
- setLevel(String, Level) - Method in interface org.openpdf.util.XRLogger
- setLine(int) - Method in exception class org.openpdf.css.parser.CSSParseException
- setLineBreakingStrategy(LineBreakingStrategy) - Method in class org.openpdf.layout.SharedContext
- setListCounter(int) - Method in class org.openpdf.render.BlockBox
- setListener(PDFCreationListener) - Method in class org.openpdf.pdf.ITextRenderer
- setLocation(int, int) - Method in interface org.openpdf.extend.ReplacedElement
-
Assigns the new locations where the element will be rendered.
- setLocation(int, int) - Method in class org.openpdf.pdf.AbstractFormField
- setLocation(int, int) - Method in class org.openpdf.pdf.BookmarkElement
- setLocation(int, int) - Method in class org.openpdf.pdf.EmptyReplacedElement
- setLocation(int, int) - Method in class org.openpdf.pdf.ITextImageElement
- setLocation(int, int) - Method in class org.openpdf.swing.DeferredImageReplacedElement
- setLocation(int, int) - Method in class org.openpdf.swing.EmptyReplacedElement
- setLocation(int, int) - Method in class org.openpdf.swing.ImageReplacedElement
- setLocation(int, int) - Method in class org.openpdf.swing.SwingReplacedElement
- setLoggerImpl(XRLogger) - Static method in class org.openpdf.util.XRLog
- setLoggingEnabled(boolean) - Static method in class org.openpdf.util.XRLog
-
Turns logging on or off, without affecting logging configuration.
- setManager(FloatManager) - Method in class org.openpdf.render.FloatedBoxData
- setMarginAreaRoot(boolean) - Method in class org.openpdf.newtable.TableBox
- setMarginBottom(CssContext, int) - Method in class org.openpdf.render.Box
- setMarginFromSibling(int) - Method in class org.openpdf.render.FloatedBoxData
- setMarginLeft(CssContext, int) - Method in class org.openpdf.render.Box
- setMarginRight(CssContext, int) - Method in class org.openpdf.render.Box
- setMarginTop(CssContext, int) - Method in class org.openpdf.render.Box
- setMarkerData(MarkerData) - Method in class org.openpdf.render.LineBox
- setMaster(String) - Method in class org.openpdf.layout.LineBreakContext
- setMaxFontScale(float) - Method in class org.openpdf.simple.XHTMLPanel
-
Sets the maximum font scaling that may be applied, e.g. 3 times assigned font size.
- setMaxWidth(int) - Method in class org.openpdf.render.BlockBox
- setMayCheckKeepTogether(boolean) - Method in class org.openpdf.layout.LayoutContext
- setMedia(String) - Method in class org.openpdf.layout.SharedContext
-
Set the current media type.
- setMetadata(String, String) - Method in class org.openpdf.pdf.ITextOutputDevice
-
Replaces all copies of the named metadata with a single value.
- setMinFontScale(float) - Method in class org.openpdf.simple.XHTMLPanel
-
Sets the minimum font scaling that may be applied, e.g. 3 times assigned font size.
- setMinMaxCalculated(boolean) - Method in class org.openpdf.render.BlockBox
- setMinWidth(int) - Method in class org.openpdf.render.BlockBox
- setName(String) - Method in class org.openpdf.css.newmatch.Selector
- setNamespaceHandler(NamespaceHandler) - Method in class org.openpdf.layout.SharedContext
- setNamespaceURI(String) - Method in class org.openpdf.css.newmatch.Selector
- setNeedPageClear(boolean) - Method in class org.openpdf.render.BlockBox
- setNeedRelayout(boolean) - Method in class org.openpdf.swing.RootPanel
- setNeedShrinkToFitCalculation(boolean) - Method in class org.openpdf.render.BlockBox
- setNeedsNewLine(boolean) - Method in class org.openpdf.layout.LineBreakContext
- setNonSpaceCount(int) - Method in class org.openpdf.render.CharCounts
- setNoPageBreak(int) - Method in class org.openpdf.layout.LayoutContext
- setOffset(int) - Method in class org.openpdf.render.TextDecoration
- setOpacity(float) - Method in interface org.openpdf.extend.OutputDevice
- setOpacity(float) - Method in class org.openpdf.pdf.ITextOutputDevice
- setOpacity(float) - Method in class org.openpdf.swing.Java2DOutputDevice
- setOpaque(boolean) - Method in class org.openpdf.swing.BasicPanel
-
Specifies whether the background of this
BasicPanelwill be painted when it is rendered. - setOriginalAbsY(int) - Method in class org.openpdf.newtable.TableSectionBox
- setPage(int, PageBox) - Method in class org.openpdf.render.RenderingContext
- setPage(PageBox) - Method in class org.openpdf.layout.LayoutContext
- setPageClearance(int) - Method in class org.openpdf.newtable.TableBox
- setPageCount(int) - Method in class org.openpdf.render.RenderingContext
- setPageName(String) - Method in class org.openpdf.layout.LayoutContext
- setPaintingBottom(int) - Method in class org.openpdf.render.PageBox
- setPaintingHeight(int) - Method in class org.openpdf.render.LineBox
- setPaintingTop(int) - Method in class org.openpdf.render.LineBox
- setPaintingTop(int) - Method in class org.openpdf.render.PageBox
- setParent(Ruleset) - Method in class org.openpdf.css.newmatch.Selector
- setParent(TableColumn) - Method in class org.openpdf.newtable.TableColumn
- setParent(Box) - Method in class org.openpdf.render.Box
- setParent(ContentLimitContainer) - Method in class org.openpdf.render.ContentLimitContainer
- setParent(InlineLayoutBox) - Method in class org.openpdf.render.InlineText
- setPDFEncryption(PDFEncryption) - Method in class org.openpdf.pdf.ITextRenderer
- setPdfPageEvent(PdfPageEvent) - Method in class org.openpdf.pdf.ITextRenderer
- setPDFVersion(char) - Method in class org.openpdf.pdf.ITextRenderer
- setPDFXConformance(int) - Method in class org.openpdf.pdf.ITextRenderer
- setPending(boolean) - Method in class org.openpdf.render.InlineLayoutBox
- setPendingPageName(String) - Method in class org.openpdf.layout.LayoutContext
- setPersistentBFC(PersistentBFC) - Method in class org.openpdf.render.BlockBox
- setPos(int) - Method in class org.openpdf.css.newmatch.Selector
- setPos(int) - Method in class org.openpdf.css.sheet.PageRule
- setPosition(int) - Method in class org.openpdf.layout.breaker.BreakPoint
- setPrint(boolean) - Method in class org.openpdf.layout.SharedContext
- setPseudoClass(int) - Method in class org.openpdf.css.newmatch.Selector
-
set which pseudo-classes must apply for this selector
- setPseudoElement(String) - Method in class org.openpdf.css.newmatch.Selector
-
check if selector queries for dynamic properties
- setPseudoElementOrClass(String) - Method in class org.openpdf.render.Box
- setReferenceLine(LineBox) - Method in class org.openpdf.render.MarkerData
- setRemovableWhitespace(boolean) - Method in class org.openpdf.render.InlineBox
- setRenderingHint(RenderingHints.Key, Object) - Method in interface org.openpdf.extend.OutputDevice
- setRenderingHint(RenderingHints.Key, Object) - Method in class org.openpdf.pdf.ITextOutputDevice
- setRenderingHint(RenderingHints.Key, Object) - Method in class org.openpdf.swing.Java2DOutputDevice
- setRenderingHints(Object) - Method in class org.openpdf.swing.Java2DTextRenderer
-
If anti-alias text is enabled, the value from RenderingHints to use for AA smoothing in Java2D.
- setRepaintListener(RepaintListener) - Method in class org.openpdf.swing.DelegatingUserAgent
- setReplacedElement(ReplacedElement) - Method in class org.openpdf.render.BlockBox
- setReplacedElementFactory(ReplacedElementFactory) - Method in class org.openpdf.layout.SharedContext
- setRequiresLayout(boolean) - Method in class org.openpdf.layout.Layer
- setRight(float) - Method in class org.openpdf.css.style.derived.RectPropertySet
- setRightMBP(int) - Method in class org.openpdf.render.Box
- setRoot(Box) - Method in class org.openpdf.pdf.ITextOutputDevice
- setRootBox(Box) - Method in class org.openpdf.swing.RootPanel
- setRootDocumentLayer(Layer) - Method in class org.openpdf.layout.LayoutContext
- setRow(int) - Method in class org.openpdf.newtable.TableCellBox
- setScale(double) - Method in class org.openpdf.swing.ScalableXHTMLPanel
-
Force scale to use
- setScalePolicy(int) - Method in class org.openpdf.swing.ScalableXHTMLPanel
- setScaleToFit(boolean) - Method in class org.openpdf.pdf.ITextRenderer
- setSelectionEnd(short) - Method in class org.openpdf.render.InlineText
- setSelectionStart(short) - Method in class org.openpdf.render.InlineText
- setSharedContext(SharedContext) - Method in class org.openpdf.pdf.ITextOutputDevice
- setSiblingSelector(Selector) - Method in class org.openpdf.css.newmatch.Selector
- setSize(Dimension) - Method in class org.openpdf.swing.BasicPanel
- setSmoothingThreshold(float) - Method in interface org.openpdf.extend.TextRenderer
-
Set the smoothing threshold.
- setSmoothingThreshold(float) - Method in class org.openpdf.pdf.ITextTextRenderer
- setSmoothingThreshold(float) - Method in class org.openpdf.swing.Java2DTextRenderer
- setSpaceCount(int) - Method in class org.openpdf.render.CharCounts
- setSpan(int) - Method in class org.openpdf.newtable.ColumnData
- setSpecificityB(int) - Method in class org.openpdf.css.newmatch.Selector
- setSpecificityC(int) - Method in class org.openpdf.css.newmatch.Selector
- setSpecificityD(int) - Method in class org.openpdf.css.newmatch.Selector
- setStart(int) - Method in class org.openpdf.layout.LineBreakContext
- setStartPageNo(int) - Method in class org.openpdf.pdf.ITextOutputDevice
- setStartsHere(boolean) - Method in class org.openpdf.render.InlineBox
- setStartsHere(boolean) - Method in class org.openpdf.render.InlineLayoutBox
- setState(Box.State) - Method in class org.openpdf.render.Box
- setStaticEquivalent(Box) - Method in class org.openpdf.render.BlockBox
- setStringValue(short, String) - Method in class org.openpdf.css.parser.PropertyValue
- setStroke(Stroke) - Method in interface org.openpdf.extend.OutputDevice
- setStroke(Stroke) - Method in class org.openpdf.pdf.ITextOutputDevice
- setStroke(Stroke) - Method in class org.openpdf.swing.Java2DOutputDevice
- setStrokeColor(PdfTemplate, FSColor) - Method in class org.openpdf.pdf.AbstractFormField
- setStyle(CalculatedStyle) - Method in interface org.openpdf.layout.Styleable
- setStyle(CalculatedStyle) - Method in class org.openpdf.newtable.TableColumn
- setStyle(CalculatedStyle) - Method in class org.openpdf.render.Box
- setStyle(CalculatedStyle) - Method in class org.openpdf.render.InlineBox
- setStyle(CalculatedStyle) - Method in class org.openpdf.newtable.TableBox
- setSupportCMYKColors(boolean) - Method in class org.openpdf.context.StyleReference
- setSupportCMYKColors(boolean) - Method in class org.openpdf.css.parser.CSSParser
- setTemporaryCanvas(Rectangle) - Method in class org.openpdf.layout.SharedContext
- setText(String) - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- setText(String) - Method in class org.openpdf.render.InlineBox
- setText(CharacterIterator) - Method in class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- setTextDecorations(List<TextDecoration>) - Method in class org.openpdf.render.InlineLayoutBox
- setTextDecorations(List<TextDecoration>) - Method in class org.openpdf.render.LineBox
- setTextRenderer(TextRenderer) - Method in class org.openpdf.layout.SharedContext
-
Deprecated.pass textRenderer to a constructor instead of using setter
- setThickness(int) - Method in class org.openpdf.render.TextDecoration
- setTop(float) - Method in class org.openpdf.css.style.derived.RectPropertySet
- setTop(int) - Method in class org.openpdf.render.ContentLimit
- setTopMarginCalculated(boolean) - Method in class org.openpdf.render.BlockBox
- setTrimmedLeadingSpace(boolean) - Method in class org.openpdf.render.InlineText
- setTx(int) - Method in class org.openpdf.render.Box
- setTy(int) - Method in class org.openpdf.render.Box
- setUnbreakable(boolean) - Method in class org.openpdf.layout.LineBreakContext
- setup(FontContext) - Method in interface org.openpdf.extend.TextRenderer
- setup(FontContext) - Method in class org.openpdf.pdf.ITextTextRenderer
- setup(FontContext) - Method in class org.openpdf.swing.Java2DTextRenderer
- setUserAgentCallback(UserAgentCallback) - Method in class org.openpdf.context.StyleReference
- setUserAgentCallback(UserAgentCallback) - Method in class org.openpdf.layout.SharedContext
- setViewportView(Component) - Method in class org.openpdf.simple.FSScrollPane
- setWidth(int) - Method in class org.openpdf.layout.LineBreakContext
- setWidth(int) - Method in class org.openpdf.pdf.AbstractFormField
- setWidth(int) - Method in class org.openpdf.render.InlineText
- setWriter(PdfWriter) - Method in class org.openpdf.pdf.ITextOutputDevice
- setX(int) - Method in class org.openpdf.pdf.AbstractFormField
- setX(int) - Method in class org.openpdf.render.Box
- setX(int) - Method in class org.openpdf.render.InlineText
- setY(int) - Method in class org.openpdf.pdf.AbstractFormField
- setY(int) - Method in class org.openpdf.render.Box
- sharedContext - Variable in class org.openpdf.render.RenderingContext
- SharedContext - Class in org.openpdf.layout
-
The SharedContext is that which is kept between successive layout and render runs.
- SharedContext() - Constructor for class org.openpdf.layout.SharedContext
- SharedContext(UserAgentCallback) - Constructor for class org.openpdf.layout.SharedContext
- SharedContext(UserAgentCallback, float, int) - Constructor for class org.openpdf.layout.SharedContext
- SharedContext(UserAgentCallback, FontResolver, ReplacedElementFactory, TextRenderer, float) - Constructor for class org.openpdf.layout.SharedContext
- SharedContext(UserAgentCallback, FontResolver, ReplacedElementFactory, TextRenderer, float, int) - Constructor for class org.openpdf.layout.SharedContext
- SHOW - Static variable in class org.openpdf.css.constants.IdentValue
- shrink() - Method in class org.openpdf.swing.ImageResourceLoader
- shrinkImageCache() - Method in class org.openpdf.swing.DelegatingUserAgent
-
If the image cache has more items than the limit specified for this class, the least-recently used will be dropped from cache until it reaches the desired size.
- shrinkImageCache() - Method in class org.openpdf.swing.NaiveUserAgent
-
If the image cache has more items than the limit specified for this class, the least-recently used will be dropped from cache until it reaches the desired size.
- size - Variable in class org.openpdf.css.value.FontSpecification
- SIZE_SHORTHAND - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- sizeMatches(int, int) - Method in class org.openpdf.util.ScalingOptions
-
Returns true if the target size specified by these options matches the size provided (e.g. image is already at target size).
- SizePropertyBuilder - Class in org.openpdf.css.parser.property
- SizePropertyBuilder() - Constructor for class org.openpdf.css.parser.property.SizePropertyBuilder
- skippedEntity(String) - Method in class org.openpdf.pdf.DocumentSplitter
- skippedEntity(String) - Method in class org.openpdf.pdf.SAXEventRecorder
- SMALL - Static variable in class org.openpdf.css.constants.IdentValue
- SMALL_CAPS - Static variable in class org.openpdf.css.constants.IdentValue
- SMALLER - Static variable in class org.openpdf.css.constants.IdentValue
- SOLID - Static variable in class org.openpdf.css.constants.IdentValue
- SPACE - Static variable in class org.openpdf.layout.WhitespaceStripper
- space_before_linefeed_collapse - Static variable in class org.openpdf.layout.WhitespaceStripper
- space_collapse - Static variable in class org.openpdf.layout.WhitespaceStripper
- spaceAdjust() - Method in record class org.openpdf.render.JustificationInfo
-
Returns the value of the
spaceAdjustrecord component. - spaces(int) - Method in class org.openpdf.pdf.AbstractFormField
- SPANNING_CELL - Static variable in class org.openpdf.newtable.TableCellBox
- spanOfEffCol(int) - Method in class org.openpdf.newtable.TableBox
- splitColumn(int) - Method in class org.openpdf.newtable.RowData
- splitColumn(int) - Method in class org.openpdf.newtable.TableSectionBox
- splitColumn(int, int) - Method in class org.openpdf.newtable.TableBox
- SQUARE - Static variable in class org.openpdf.css.constants.IdentValue
- Src() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Src
- SRC - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- StandardAttributeResolver - Class in org.openpdf.context
-
An instance which works together with a w3c DOM tree
- StandardAttributeResolver(NamespaceHandler, UserAgentCallback, UserInterface) - Constructor for class org.openpdf.context.StandardAttributeResolver
- start(Document) - Method in class org.openpdf.pdf.ITextOutputDevice
- START - Enum constant in enum class org.openpdf.css.constants.PageElementPosition
- START - Static variable in class org.openpdf.css.constants.IdentValue
- startDocument() - Method in class org.openpdf.pdf.DocumentSplitter
- startDocument() - Method in class org.openpdf.pdf.SAXEventRecorder
- startElement(String, String, String, Attributes) - Method in class org.openpdf.pdf.DocumentSplitter
- startElement(String, String, String, Attributes) - Method in class org.openpdf.pdf.SAXEventRecorder
- startPrefixMapping(String, String) - Method in class org.openpdf.pdf.DocumentSplitter
- startPrefixMapping(String, String) - Method in class org.openpdf.pdf.SAXEventRecorder
- STATIC - Static variable in class org.openpdf.css.constants.IdentValue
- stopLoading() - Method in class org.openpdf.swing.ImageResourceLoader
- storeImageReplacedElement(Element, ReplacedElement, String, int, int) - Method in class org.openpdf.swing.SwingReplacedElementFactory
-
Adds a ReplacedElement containing an image to a cache of images for quick lookup.
- STRING - Enum constant in enum class org.openpdf.css.parser.Token.Type
- string_to_file(String, File) - Static method in class org.openpdf.test.DocumentDiffTest
- stringForSACPrimitiveType(short) - Static method in class org.openpdf.css.constants.ValueConstants
- StringValue - Class in org.openpdf.css.style.derived
- StringValue(CSSName, PropertyValue) - Constructor for class org.openpdf.css.style.derived.StringValue
- stripInlineContent(List<Styleable>) - Static method in class org.openpdf.layout.WhitespaceStripper
-
Strips whitespace early in inline content generation.
- StrutMetrics - Class in org.openpdf.render
- StrutMetrics(float, int, float) - Constructor for class org.openpdf.render.StrutMetrics
- style() - Method in class org.openpdf.newtable.CollapsedBorderValue
- Styleable - Interface in org.openpdf.layout
-
All objects appearing the layout tree must implement this interface.
- StyleReference - Class in org.openpdf.context
- StyleReference(UserAgentCallback) - Constructor for class org.openpdf.context.StyleReference
- Stylesheet - Class in org.openpdf.css.sheet
-
A representation of a CSS style sheet.
- Stylesheet(String, StylesheetInfo.Origin) - Constructor for class org.openpdf.css.sheet.Stylesheet
-
Creates a new instance of Stylesheet
- StylesheetFactory - Interface in org.openpdf.css.extend
-
A Factory class for Cascading Style Sheets.
- StylesheetFactoryImpl - Class in org.openpdf.context
-
A Factory class for Cascading Style Sheets.
- StylesheetFactoryImpl(UserAgentCallback) - Constructor for class org.openpdf.context.StylesheetFactoryImpl
- StylesheetInfo - Class in org.openpdf.css.sheet
-
A reference to a stylesheet.
- StylesheetInfo(StylesheetInfo.Origin, String, List<String>, String) - Constructor for class org.openpdf.css.sheet.StylesheetInfo
- StylesheetInfo.Origin - Enum Class in org.openpdf.css.sheet
-
Origin of stylesheet
- styleText(LayoutContext) - Method in class org.openpdf.render.AnonymousBlockBox
- styleText(LayoutContext) - Method in class org.openpdf.render.BlockBox
- styleText(LayoutContext, CalculatedStyle) - Method in class org.openpdf.render.BlockBox
- StyleTracker - Class in org.openpdf.layout
-
A managed list of
CalculatedStyleobjects. - StyleTracker() - Constructor for class org.openpdf.layout.StyleTracker
- SUB - Static variable in class org.openpdf.css.constants.IdentValue
- submit(String) - Method in class org.openpdf.simple.extend.DefaultFormSubmissionListener
- submit(String) - Method in interface org.openpdf.simple.extend.FormSubmissionListener
-
Called by XhtmlForm when a form is submitted.
- submit(String) - Method in class org.openpdf.swing.BasicPanel
- submit(JComponent) - Method in class org.openpdf.simple.extend.XhtmlForm
- SUBSTRINGMATCH - Enum constant in enum class org.openpdf.css.parser.Token.Type
- SUFFIXMATCH - Enum constant in enum class org.openpdf.css.parser.Token.Type
- SUPER - Static variable in class org.openpdf.css.constants.IdentValue
- SupportedEmbeddedFontTypes - Enum Class in org.openpdf.util
- SW_RESIZE - Static variable in class org.openpdf.css.constants.IdentValue
- SwingReplacedElement - Class in org.openpdf.swing
- SwingReplacedElement(JComponent, Dimension) - Constructor for class org.openpdf.swing.SwingReplacedElement
- SwingReplacedElementFactory - Class in org.openpdf.swing
-
A ReplacedElementFactory where Elements are replaced by Swing components.
- SwingReplacedElementFactory() - Constructor for class org.openpdf.swing.SwingReplacedElementFactory
- SwingReplacedElementFactory(RepaintListener) - Constructor for class org.openpdf.swing.SwingReplacedElementFactory
- SwingReplacedElementFactory(RepaintListener, ImageResourceLoader) - Constructor for class org.openpdf.swing.SwingReplacedElementFactory
T
- TAB_SIZE - Static variable in class org.openpdf.css.constants.CSSName
-
Used for controlling tab size in pre tags.
- tab_to_space - Static variable in class org.openpdf.layout.WhitespaceStripper
- TABLE - Static variable in class org.openpdf.css.constants.IdentValue
- TABLE_CAPTION - Static variable in class org.openpdf.css.constants.IdentValue
- TABLE_CELL - Static variable in class org.openpdf.css.constants.IdentValue
- TABLE_COLUMN - Static variable in class org.openpdf.css.constants.IdentValue
- TABLE_COLUMN_GROUP - Static variable in class org.openpdf.css.constants.IdentValue
- TABLE_FOOTER_GROUP - Static variable in class org.openpdf.css.constants.IdentValue
- TABLE_HEADER_GROUP - Static variable in class org.openpdf.css.constants.IdentValue
- TABLE_LAYOUT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- TABLE_ROW - Static variable in class org.openpdf.css.constants.IdentValue
- TABLE_ROW_GROUP - Static variable in class org.openpdf.css.constants.IdentValue
- TableBox - Class in org.openpdf.newtable
- TableBox(Element, CalculatedStyle, boolean) - Constructor for class org.openpdf.newtable.TableBox
- TableCellBox - Class in org.openpdf.newtable
- TableCellBox(Element, CalculatedStyle, boolean) - Constructor for class org.openpdf.newtable.TableCellBox
- TableColumn - Class in org.openpdf.newtable
-
An object representing an element with
display: table-columnordisplay: table-column-group. - TableColumn() - Constructor for class org.openpdf.newtable.TableColumn
- TableColumn(Element, CalculatedStyle) - Constructor for class org.openpdf.newtable.TableColumn
- TableLayout() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TableLayout
- TableRowBox - Class in org.openpdf.newtable
- TableRowBox(Element, CalculatedStyle, boolean) - Constructor for class org.openpdf.newtable.TableRowBox
- TableSectionBox - Class in org.openpdf.newtable
- TableSectionBox(Element, CalculatedStyle, boolean) - Constructor for class org.openpdf.newtable.TableSectionBox
- TabSize() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TabSize
- TEXT - Static variable in class org.openpdf.css.constants.IdentValue
- TEXT_ALIGN - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- TEXT_BOTTOM - Static variable in class org.openpdf.css.constants.IdentValue
- TEXT_DECORATION - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- TEXT_INDENT - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- TEXT_TOP - Static variable in class org.openpdf.css.constants.IdentValue
- TEXT_TRANSFORM - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- TextAlign() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TextAlign
- TextDecoration - Class in org.openpdf.render
- TextDecoration() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TextDecoration
- TextDecoration(IdentValue) - Constructor for class org.openpdf.render.TextDecoration
- TextFormField - Class in org.openpdf.pdf
- TextFormField(LayoutContext, BlockBox, int, int) - Constructor for class org.openpdf.pdf.TextFormField
- TextIndent() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TextIndent
- TextMarker(String, int) - Constructor for class org.openpdf.render.MarkerData.TextMarker
- TextRenderer - Interface in org.openpdf.extend
- TextTransform() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.TextTransform
- TextUtil - Class in org.openpdf.layout
- TextUtil - Class in org.openpdf.util
- TextUtil() - Constructor for class org.openpdf.layout.TextUtil
- TextUtil() - Constructor for class org.openpdf.util.TextUtil
- THICK - Static variable in class org.openpdf.css.constants.IdentValue
- THIN - Static variable in class org.openpdf.css.constants.IdentValue
- TIME - Enum constant in enum class org.openpdf.css.parser.Token.Type
- TK_ANGLE - Static variable in class org.openpdf.css.parser.Token
- TK_ASTERISK - Static variable in class org.openpdf.css.parser.Token
- TK_AT_RULE - Static variable in class org.openpdf.css.parser.Token
- TK_CDC - Static variable in class org.openpdf.css.parser.Token
- TK_CDO - Static variable in class org.openpdf.css.parser.Token
- TK_CHARSET_SYM - Static variable in class org.openpdf.css.parser.Token
- TK_CM - Static variable in class org.openpdf.css.parser.Token
- TK_COLON - Static variable in class org.openpdf.css.parser.Token
- TK_COMMA - Static variable in class org.openpdf.css.parser.Token
- TK_DASHMATCH - Static variable in class org.openpdf.css.parser.Token
- TK_DIMENSION - Static variable in class org.openpdf.css.parser.Token
- TK_EMS - Static variable in class org.openpdf.css.parser.Token
- TK_EOF - Static variable in class org.openpdf.css.parser.Token
- TK_EQUALS - Static variable in class org.openpdf.css.parser.Token
- TK_EXS - Static variable in class org.openpdf.css.parser.Token
- TK_FONT_FACE_SYM - Static variable in class org.openpdf.css.parser.Token
- TK_FREQ - Static variable in class org.openpdf.css.parser.Token
- TK_FUNCTION - Static variable in class org.openpdf.css.parser.Token
- TK_GREATER - Static variable in class org.openpdf.css.parser.Token
- TK_HASH - Static variable in class org.openpdf.css.parser.Token
- TK_IDENT - Static variable in class org.openpdf.css.parser.Token
- TK_IMPORT_SYM - Static variable in class org.openpdf.css.parser.Token
- TK_IMPORTANT_SYM - Static variable in class org.openpdf.css.parser.Token
- TK_IN - Static variable in class org.openpdf.css.parser.Token
- TK_INCLUDES - Static variable in class org.openpdf.css.parser.Token
- TK_INVALID - Static variable in class org.openpdf.css.parser.Token
- TK_LBRACE - Static variable in class org.openpdf.css.parser.Token
- TK_LBRACKET - Static variable in class org.openpdf.css.parser.Token
- TK_MEDIA_SYM - Static variable in class org.openpdf.css.parser.Token
- TK_MINUS - Static variable in class org.openpdf.css.parser.Token
- TK_MM - Static variable in class org.openpdf.css.parser.Token
- TK_NAMESPACE_SYM - Static variable in class org.openpdf.css.parser.Token
- TK_NUMBER - Static variable in class org.openpdf.css.parser.Token
- TK_OTHER - Static variable in class org.openpdf.css.parser.Token
- TK_PAGE_SYM - Static variable in class org.openpdf.css.parser.Token
- TK_PC - Static variable in class org.openpdf.css.parser.Token
- TK_PERCENTAGE - Static variable in class org.openpdf.css.parser.Token
- TK_PERIOD - Static variable in class org.openpdf.css.parser.Token
- TK_PLUS - Static variable in class org.openpdf.css.parser.Token
- TK_PREFIXMATCH - Static variable in class org.openpdf.css.parser.Token
- TK_PT - Static variable in class org.openpdf.css.parser.Token
- TK_PX - Static variable in class org.openpdf.css.parser.Token
- TK_RBRACE - Static variable in class org.openpdf.css.parser.Token
- TK_RBRACKET - Static variable in class org.openpdf.css.parser.Token
- TK_RPAREN - Static variable in class org.openpdf.css.parser.Token
- TK_S - Static variable in class org.openpdf.css.parser.Token
- TK_SEMICOLON - Static variable in class org.openpdf.css.parser.Token
- TK_STRING - Static variable in class org.openpdf.css.parser.Token
- TK_SUBSTRINGMATCH - Static variable in class org.openpdf.css.parser.Token
- TK_SUFFIXMATCH - Static variable in class org.openpdf.css.parser.Token
- TK_TIME - Static variable in class org.openpdf.css.parser.Token
- TK_URI - Static variable in class org.openpdf.css.parser.Token
- TK_VERTICAL_BAR - Static variable in class org.openpdf.css.parser.Token
- TK_VIRGULE - Static variable in class org.openpdf.css.parser.Token
- Token - Class in org.openpdf.css.parser
- Token.Type - Enum Class in org.openpdf.css.parser
- top() - Method in record class org.openpdf.css.constants.CSSName.CSSSideProperties
-
Returns the value of the
toprecord component. - top() - Method in class org.openpdf.css.style.derived.RectPropertySet
- Top() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Top
- TOP - Enum constant in enum class org.openpdf.css.style.CalculatedStyle.Edge
- TOP - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- TOP - Static variable in class org.openpdf.css.constants.IdentValue
- TOP - Static variable in class org.openpdf.render.BorderPainter
- TOP_CENTER - Static variable in class org.openpdf.css.constants.MarginBoxName
- TOP_LEFT - Static variable in class org.openpdf.css.constants.MarginBoxName
- TOP_LEFT_CORNER - Static variable in class org.openpdf.css.constants.MarginBoxName
- TOP_RIGHT - Static variable in class org.openpdf.css.constants.MarginBoxName
- TOP_RIGHT_CORNER - Static variable in class org.openpdf.css.constants.MarginBoxName
- topColor() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- ToPDF - Class in org.openpdf.pdf
- ToPDF() - Constructor for class org.openpdf.pdf.ToPDF
- topStyle() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- toRGB() - Method in record class org.openpdf.css.parser.HSBColor
- toString() - Method in record class org.openpdf.css.constants.CSSName.CSSSideProperties
-
Returns a string representation of this record class.
- toString() - Method in class org.openpdf.css.constants.CSSName
-
Returns a string representation of the object, in this case, always the full CSS property name in lowercase.
- toString() - Method in class org.openpdf.css.constants.IdentValue
-
Returns a string representation of the object, in this case, the ident as a string (as it appears in the CSS spec).
- toString() - Method in class org.openpdf.css.constants.MarginBoxName
- toString() - Method in enum class org.openpdf.css.constants.PageElementPosition
- toString() - Method in class org.openpdf.css.newmatch.Selector
- toString() - Method in class org.openpdf.css.parser.FSCMYKColor
- toString() - Method in class org.openpdf.css.parser.FSFunction
- toString() - Method in class org.openpdf.css.parser.FSRGBColor
- toString() - Method in record class org.openpdf.css.parser.HSBColor
-
Returns a string representation of this record class.
- toString() - Method in class org.openpdf.css.parser.PropertyValue
- toString() - Method in class org.openpdf.css.parser.Token
- toString() - Method in class org.openpdf.css.sheet.PropertyDeclaration
-
Converts to a String representation of the object.
- toString() - Method in class org.openpdf.css.sheet.Ruleset
- toString() - Method in class org.openpdf.css.sheet.StylesheetInfo
- toString() - Method in class org.openpdf.css.style.CalculatedStyle
- toString() - Method in class org.openpdf.css.style.derived.BorderPropertySet
- toString() - Method in class org.openpdf.css.style.derived.FSLinearGradient.StopValue
- toString() - Method in class org.openpdf.css.style.derived.FSLinearGradient
- toString() - Method in class org.openpdf.css.style.derived.RectPropertySet
- toString() - Method in class org.openpdf.css.style.derived.StringValue
- toString() - Method in class org.openpdf.css.style.Length
- toString() - Method in class org.openpdf.css.value.FontSpecification
- toString() - Method in class org.openpdf.layout.BlockFormattingContext
- toString() - Method in class org.openpdf.layout.BoxRange
- toString() - Method in class org.openpdf.layout.BoxRangeData
- toString() - Method in class org.openpdf.layout.breaker.BreakPoint
- toString() - Method in record class org.openpdf.pdf.FontDescription.Decorations
-
Returns a string representation of this record class.
- toString() - Method in class org.openpdf.pdf.FontDescription
- toString() - Method in class org.openpdf.pdf.ITextFSFont
- toString() - Method in class org.openpdf.render.BlockBox
- toString() - Method in class org.openpdf.render.Box
- toString() - Method in class org.openpdf.render.BoxDimensions
- toString() - Method in class org.openpdf.render.ContentLimit
- toString() - Method in class org.openpdf.render.ContentLimitContainer
- toString() - Method in class org.openpdf.render.InlineBox
- toString() - Method in class org.openpdf.render.InlineLayoutBox
- toString() - Method in class org.openpdf.render.InlineText
- toString() - Method in record class org.openpdf.render.JustificationInfo
-
Returns a string representation of this record class.
- transformFirstLetterText(String, CalculatedStyle) - Static method in class org.openpdf.layout.TextUtil
- transformText(String, CalculatedStyle) - Static method in class org.openpdf.layout.TextUtil
- translate(double, double) - Method in interface org.openpdf.extend.OutputDevice
- translate(double, double) - Method in class org.openpdf.pdf.ITextOutputDevice
- translate(double, double) - Method in class org.openpdf.swing.Java2DOutputDevice
- translate(int, int) - Method in class org.openpdf.layout.BlockFormattingContext
- translate(int, int) - Method in class org.openpdf.layout.LayoutContext
- translate(int, int) - Method in class org.openpdf.layout.PaintingInfo
- TRANSPARENT - Static variable in class org.openpdf.css.constants.IdentValue
- TRANSPARENT - Static variable in class org.openpdf.css.parser.FSRGBColor
- TreeResolver - Interface in org.openpdf.css.extend
-
Gives the css matcher access to the information it needs about the tree structure.
- trimEmptyPages(int) - Method in class org.openpdf.layout.Layer
- trimPageCount(int) - Method in class org.openpdf.layout.Layer
- trimTrailingSpace(LayoutContext) - Method in class org.openpdf.render.InlineText
- trimTrailingSpace(LayoutContext) - Method in class org.openpdf.render.LineBox
- TrueTypeUtil - Class in org.openpdf.pdf
-
Uses code from iText's DefaultFontMapper and TrueTypeFont classes.
- TrueTypeUtil() - Constructor for class org.openpdf.pdf.TrueTypeUtil
- truncateText() - Method in class org.openpdf.render.InlineBox
- TTF - Enum constant in enum class org.openpdf.util.SupportedEmbeddedFontTypes
- type() - Method in class org.openpdf.css.style.Length
- typeString - Variable in enum class org.openpdf.util.SupportedEmbeddedFontTypes
U
- UNDEFINED - Static variable in class org.openpdf.css.style.BorderRadiusCorner
- UNDEFINED - Static variable in class org.openpdf.render.ContentLimit
- UNDERLINE - Static variable in class org.openpdf.css.constants.IdentValue
- underlinePosition() - Method in record class org.openpdf.pdf.FontDescription.Decorations
-
Returns the value of the
underlinePositionrecord component. - underlineThickness() - Method in record class org.openpdf.pdf.FontDescription.Decorations
-
Returns the value of the
underlineThicknessrecord component. - UNICODE_BIDI - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- UNKNOWN - Enum constant in enum class org.openpdf.render.BlockBox.ContentType
- unmarkPending(LayoutContext) - Method in class org.openpdf.render.InlineLayoutBox
- updateBottom(int) - Method in class org.openpdf.render.ContentLimit
- updateBottom(LayoutContext, int) - Method in class org.openpdf.render.ContentLimitContainer
- updateDynamicValue(RenderingContext) - Method in class org.openpdf.render.InlineText
- updateHeaderFooterPosition(RenderingContext) - Method in class org.openpdf.newtable.TableBox
- updateInlineBottom(int) - Method in class org.openpdf.layout.VerticalAlignContext
- updateInlineTop(int) - Method in class org.openpdf.layout.VerticalAlignContext
- updatePaintingBottom(int) - Method in class org.openpdf.layout.VerticalAlignContext
- updatePaintingTop(int) - Method in class org.openpdf.layout.VerticalAlignContext
- updateSelection(RenderingContext, Rectangle) - Method in class org.openpdf.render.InlineText
- updateTop(int) - Method in class org.openpdf.render.ContentLimit
- updateTop(LayoutContext, int) - Method in class org.openpdf.render.ContentLimitContainer
- UPPER_ALPHA - Static variable in class org.openpdf.css.constants.IdentValue
- UPPER_LATIN - Static variable in class org.openpdf.css.constants.IdentValue
- UPPER_ROMAN - Static variable in class org.openpdf.css.constants.IdentValue
- UPPERCASE - Static variable in class org.openpdf.css.constants.IdentValue
- URI - Enum constant in enum class org.openpdf.css.parser.Token.Type
- UriResolver - Class in org.openpdf.swing
- UriResolver() - Constructor for class org.openpdf.swing.UriResolver
- UrlAwareLineBreakIterator - Class in org.openpdf.layout.breaker
-
BreakIterator implementation that improves line breaking for URLs.
- UrlAwareLineBreakIterator(String) - Constructor for class org.openpdf.layout.breaker.UrlAwareLineBreakIterator
- URLUTF8Encoder - Class in org.openpdf.simple.extend
-
Provides a method to encode any string into a URL-safe form.
- URLUTF8Encoder() - Constructor for class org.openpdf.simple.extend.URLUTF8Encoder
- Usage - Search tag in class org.openpdf.pdf.util.XHtmlMetaToPdfInfoAdapter
- Section
- USER - Enum constant in enum class org.openpdf.css.sheet.StylesheetInfo.Origin
- USER_AGENT - Enum constant in enum class org.openpdf.css.sheet.StylesheetInfo.Origin
- UserAgentCallback - Interface in org.openpdf.extend
-
To be implemented by any user agent using the panel.
- UserInterface - Interface in org.openpdf.extend
- Util - Class in org.openpdf.util
- Util() - Constructor for class org.openpdf.util.Util
- Uu - Class in org.openpdf.util
- Uu() - Constructor for class org.openpdf.util.Uu
V
- validate() - Method in class org.openpdf.swing.RootPanel
- value() - Method in class org.openpdf.css.style.Length
- VALUE_TYPE_COLOR - Enum constant in enum class org.openpdf.css.parser.PropertyValue.Type
- VALUE_TYPE_FUNCTION - Enum constant in enum class org.openpdf.css.parser.PropertyValue.Type
- VALUE_TYPE_IDENT - Enum constant in enum class org.openpdf.css.parser.PropertyValue.Type
- VALUE_TYPE_LENGTH - Enum constant in enum class org.openpdf.css.parser.PropertyValue.Type
- VALUE_TYPE_LIST - Enum constant in enum class org.openpdf.css.parser.PropertyValue.Type
- VALUE_TYPE_NUMBER - Enum constant in enum class org.openpdf.css.parser.PropertyValue.Type
- VALUE_TYPE_STRING - Enum constant in enum class org.openpdf.css.parser.PropertyValue.Type
- valueAsByte(String, byte) - Static method in class org.openpdf.util.Configuration
-
Returns the value for key in the Configuration as a byte, or the default provided value if not found or if the value is not a valid byte.
- valueAsChar(String, char) - Static method in class org.openpdf.util.Configuration
-
Returns the value for key in the Configuration as a character, or a default value if not found.
- valueAsDouble(String, double) - Static method in class org.openpdf.util.Configuration
-
Returns the value for key in the Configuration as a double, or the default provided value if not found or if the value is not a valid double.
- valueAsFloat(String, float) - Static method in class org.openpdf.util.Configuration
-
Returns the value for key in the Configuration as a float, or the default provided value if not found or if the value is not a valid float.
- valueAsInt(String, int) - Static method in class org.openpdf.util.Configuration
-
Returns the value for key in the Configuration as an integer, or a default value if not found or if the value is not a valid integer.
- valueAsLong(String, long) - Static method in class org.openpdf.util.Configuration
-
Returns the value for key in the Configurations a long, or the default provided value if not found or if the value is not a valid long.
- valueAsShort(String, short) - Static method in class org.openpdf.util.Configuration
-
Returns the value for key in the Configuration as a short, or the default provided value if not found or if the value is not a valid short.
- valueByName(CSSName) - Method in class org.openpdf.css.style.CalculatedStyle
-
Returns a
FSDerivedValueby name. - ValueConstants - Class in org.openpdf.css.constants
-
Utility class for working with
CSSValueinstances. - ValueConstants() - Constructor for class org.openpdf.css.constants.ValueConstants
- valueFor(String) - Static method in class org.openpdf.util.Configuration
-
Returns the value for key in the Configuration.
- valueFor(String, String) - Static method in class org.openpdf.util.Configuration
-
Returns the value for key in the Configuration, or the default provided value if not found.
- valueFromClassConstant(String, Object) - Static method in class org.openpdf.util.Configuration
-
Given a property, resolves the value to a public constant field on some class, where the field is of type Object.
- valueOf(String) - Static method in class org.openpdf.css.constants.IdentValue
- valueOf(String) - Static method in class org.openpdf.css.constants.MarginBoxName
- valueOf(String) - Static method in enum class org.openpdf.css.constants.PageElementPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.css.newmatch.Selector.Axis
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.css.parser.PropertyValue.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.css.parser.Token.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.css.sheet.StylesheetInfo.Origin
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.css.style.CalculatedStyle.Edge
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.css.style.Length.LengthType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.layout.BoxBuilder.MarginDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.layout.Layer.PagedMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.render.BlockBox.ContentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.render.BlockBox.Position
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.render.Box.Dump
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.render.Box.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openpdf.util.SupportedEmbeddedFontTypes
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.openpdf.css.constants.PageElementPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.css.newmatch.Selector.Axis
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.css.parser.PropertyValue.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.css.parser.Token.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.css.sheet.StylesheetInfo.Origin
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.css.style.CalculatedStyle.Edge
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.css.style.Length.LengthType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.layout.BoxBuilder.MarginDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.layout.Layer.PagedMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.render.BlockBox.ContentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.render.BlockBox.Position
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.render.Box.Dump
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.render.Box.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openpdf.util.SupportedEmbeddedFontTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VARIABLE - Enum constant in enum class org.openpdf.css.style.Length.LengthType
- variant - Variable in class org.openpdf.css.value.FontSpecification
- VERTICAL - Enum constant in enum class org.openpdf.layout.BoxBuilder.MarginDirection
- VERTICAL_ALIGN - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- VERTICAL_BAR - Enum constant in enum class org.openpdf.css.parser.Token.Type
- VerticalAlign() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.VerticalAlign
- VerticalAlignContext - Class in org.openpdf.layout
-
This class performs the real work of vertically positioning inline boxes within a line (i.e. implementing the vertical-align property).
- VerticalAlignContext(InlineBoxMeasurements) - Constructor for class org.openpdf.layout.VerticalAlignContext
- VerticalAlignContext(VerticalAlignContext) - Constructor for class org.openpdf.layout.VerticalAlignContext
- VERTICALLY - Enum constant in enum class org.openpdf.render.BlockBox.Position
- ViewportBox - Class in org.openpdf.render
-
A dummy box representing the viewport
- ViewportBox(Rectangle) - Constructor for class org.openpdf.render.ViewportBox
- VIRGULE - Enum constant in enum class org.openpdf.css.parser.Token.Type
- Visibility() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Visibility
- VISIBILITY - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- VISIBLE - Static variable in class org.openpdf.css.constants.IdentValue
- VISITED_PSEUDOCLASS - Static variable in class org.openpdf.css.newmatch.Selector
W
- W_RESIZE - Static variable in class org.openpdf.css.constants.IdentValue
- WAIT - Static variable in class org.openpdf.css.constants.IdentValue
- weight() - Method in record class org.openpdf.pdf.FontDescription.Decorations
-
Returns the value of the
weightrecord component. - WHITE_SPACE - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- WhiteSpace() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WhiteSpace
- WhitespaceStripper - Class in org.openpdf.layout
- WhitespaceStripper() - Constructor for class org.openpdf.layout.WhitespaceStripper
- Widows() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Widows
- WIDOWS - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- width() - Method in class org.openpdf.css.style.derived.RectPropertySet
- width() - Method in class org.openpdf.newtable.CollapsedBorderValue
- width(int) - Method in class org.openpdf.css.style.Length
- Width() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.Width
- WIDTH - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- withGraphics(Graphics, Consumer<Graphics>) - Static method in class org.openpdf.util.ImageUtil
- withGraphics(BufferedImage, Consumer<Graphics2D>) - Static method in class org.openpdf.util.ImageUtil
- withTarget(int, int) - Method in class org.openpdf.util.ScalingOptions
- withWidth(int) - Method in class org.openpdf.newtable.CollapsedBorderValue
- WORD_BREAK - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS3 property.
- WORD_SPACING - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- WORD_WRAP - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS3 property.
- WordBreak() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WordBreak
- WordSpacing() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WordSpacing
- WordWrap() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.WordWrap
- write(BufferedImage, OutputStream) - Method in class org.openpdf.util.FSImageWriter
-
Writes the image out to the target file, creating the file if necessary, or overwriting if it already exists.
- write(BufferedImage, String) - Method in class org.openpdf.util.FSImageWriter
-
Writes the image out to the target file, creating the file if necessary, or overwriting if it already exists.
- writeNextDocument() - Method in class org.openpdf.pdf.ITextRenderer
- writeNextDocument(int) - Method in class org.openpdf.pdf.ITextRenderer
X
- X_LARGE - Static variable in class org.openpdf.css.constants.IdentValue
- X_SMALL - Static variable in class org.openpdf.css.constants.IdentValue
- XhtmlCssOnlyNamespaceHandler - Class in org.openpdf.simple.extend
-
Handles xhtml but only css styling is honored, no presentational html attributes (see css 2.1 spec, 6.4.4)
- XhtmlCssOnlyNamespaceHandler() - Constructor for class org.openpdf.simple.extend.XhtmlCssOnlyNamespaceHandler
- XhtmlForm - Class in org.openpdf.simple.extend
-
Represents a form object
- XhtmlForm(UserAgentCallback, Element, FormSubmissionListener) - Constructor for class org.openpdf.simple.extend.XhtmlForm
- XhtmlForm(UserAgentCallback, Element) - Constructor for class org.openpdf.simple.extend.XhtmlForm
- XHtmlMetaToPdfInfoAdapter - Class in org.openpdf.pdf.util
-
Description
- XHtmlMetaToPdfInfoAdapter(Document) - Constructor for class org.openpdf.pdf.util.XHtmlMetaToPdfInfoAdapter
-
Creates a new adapter from the given XHTML document.
- XhtmlNamespaceHandler - Class in org.openpdf.simple.extend
-
Handles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4).
- XhtmlNamespaceHandler() - Constructor for class org.openpdf.simple.extend.XhtmlNamespaceHandler
- XHTMLPanel - Class in org.openpdf.simple
-
XHTMLPanel is a simple Swing component that renders valid XHTML content in a Java program.
- XHTMLPanel() - Constructor for class org.openpdf.simple.XHTMLPanel
-
Instantiates an XHTMLPanel with no
Documentloaded by default. - XHTMLPanel(UserAgentCallback) - Constructor for class org.openpdf.simple.XHTMLPanel
-
Instantiates a panel with a custom
UserAgentCallbackimplementation. - XHTMLPrintable - Class in org.openpdf.simple
-
XHTMLPrintable allows you to print XHTML content to a printer instead of rendering it to screen.
- XHTMLPrintable(XHTMLPanel) - Constructor for class org.openpdf.simple.XHTMLPrintable
-
Creates a new XHTMLPrintable that will print the current contents of the passed in XHTMLPanel.
- xhtmlToDiff(String, int, int) - Static method in class org.openpdf.test.DocumentDiffTest
- XML_ENTITIES - Static variable in class org.openpdf.util.XRLog
- xmlEntities(String) - Static method in class org.openpdf.util.XRLog
- xmlEntities(Level, String) - Static method in class org.openpdf.util.XRLog
- xmlEntities(Level, String, Throwable) - Static method in class org.openpdf.util.XRLog
- XMLResource - Class in org.openpdf.resource
- XMLUtil - Class in org.openpdf.util
-
Utility class for XML processing using DOM
- XMLUtil() - Constructor for class org.openpdf.util.XMLUtil
- XRLog - Class in org.openpdf.util
-
Utility class for using the java.util.logging package.
- XRLog() - Constructor for class org.openpdf.util.XRLog
- XRLogger - Interface in org.openpdf.util
-
An interface whose implementations log Flying Saucer log messages.
- XRRuntimeException - Exception Class in org.openpdf.util
-
General runtime exception used in XHTMLRenderer.
- XRRuntimeException(String) - Constructor for exception class org.openpdf.util.XRRuntimeException
-
Instantiates a new Exception with a "reason" message.
- XRRuntimeException(String, Throwable) - Constructor for exception class org.openpdf.util.XRRuntimeException
-
Instantiates a new Exception with a "reason" message.
- XRSimpleLogFormatter - Class in org.openpdf.util
-
A java.util.logging.Formatter class that writes a bare-bones log messages, with no origin class name and no date/time.
- XRSimpleLogFormatter() - Constructor for class org.openpdf.util.XRSimpleLogFormatter
- XX_LARGE - Static variable in class org.openpdf.css.constants.IdentValue
- XX_SMALL - Static variable in class org.openpdf.css.constants.IdentValue
Y
- yStrikeoutPosition() - Method in record class org.openpdf.pdf.FontDescription.Decorations
-
Returns the value of the
yStrikeoutPositionrecord component. - yStrikeoutSize() - Method in record class org.openpdf.pdf.FontDescription.Decorations
-
Returns the value of the
yStrikeoutSizerecord component.
Z
- Z_INDEX - Static variable in class org.openpdf.css.constants.CSSName
-
Unique CSSName instance for CSS2 property.
- ZERO - Static variable in class org.openpdf.css.style.Length
- ZIndex() - Constructor for class org.openpdf.css.parser.property.PrimitivePropertyBuilders.ZIndex
_
- _image - Variable in class org.openpdf.swing.ImageReplacedElement
- _imageCache - Variable in class org.openpdf.swing.NaiveUserAgent
-
a (simple) LRU cache
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form