|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FObj | |
---|---|
org.foray.fotree | Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. |
org.foray.fotree.axsl | Namespace and Factory classes for objects in the axsl: namespace. |
org.foray.fotree.axsl.obj | Classes representing non-standard objects in the FO Tree that are sanctioned by aXSL. |
org.foray.fotree.axsl.prop | Classes representing properties in the axsl namespace. |
org.foray.fotree.fo | Namespace and Factory classes for objects in the fo: (XSL Formatting Objects) namespace. |
org.foray.fotree.fo.obj | Classes representing the various Formatting Objects in the fo: namespace. |
org.foray.fotree.fo.prop | Classes representing XSL-FO properties (See Section 7 of the XSL-FO 1.0 Standard). |
org.foray.fotree.foray | Namespace and Factory classes for objects in the foray: (custom) namespace. |
org.foray.fotree.math | Namespace and Factory classes for objects in the m: (MathML) namespace. |
org.foray.fotree.math.obj | Classes representing objects in the m: (MathML) namespace. |
org.foray.fotree.parse | Classes related to the parsing of XSL-FO content, especially property values. |
org.foray.fotree.svg | Namespace and Factory classes for objects in the svg: (Scalable Vector Graphics) namespace. |
org.foray.fotree.svg.obj | Classes representing objects in the svg: (Scalable Vector Graphics) namespace. |
org.foray.fotree.value | Classes representing the various ways that property values can be specified in XSL-FO, including Datatypes, Functions, and Expressions (See Section 5.11 of the XSL 1.0 Standard). |
org.foray.fotree.xml | Namespace and Factory classes for objects in the xml: (Generic XML) namespace. |
org.foray.fotree.xml.prop | Classes representing generic XML properties. |
Uses of FObj in org.foray.fotree |
---|
Subclasses of FObj in org.foray.fotree | |
---|---|
class |
FObjMixed
Abstract superclass for mixed content formatting objects. |
class |
FObjScaled
Abstract base class for inline FOs that are scaleable. |
class |
ForeignXML
Abstract base class for the root node of XML documents or document fragments that are wrapped inside of an fo:instream-foreign-object. |
Fields in org.foray.fotree with type parameters of type FObj | |
---|---|
protected static List<FObj> |
FObj.EMPTY_CHILD_LIST
A static empty and immutable list of children, suitable for return by objects that have no children. |
Methods in org.foray.fotree that return FObj | |
---|---|
FObj |
FObj.ancestorGeneratingRA(org.axsl.fo.FoContext context)
Returns the nearest ancestor FObj that generates reference areas. |
FObj |
FObj.ancestorListRelatedObject(org.axsl.fo.FoContext context)
|
FObj |
FObj.effectiveParent(org.axsl.fo.FoContext context)
Return this node's effective parent, cast as an FObj. |
FObj |
ForeignXML.getChildAt(int index)
|
abstract FObj |
FObj.getParent()
|
FObj |
FObj.getParsedParent()
Returns the parent that was parsed from the FO document. |
FObj |
FObj.nearestGeneratingRA(org.axsl.fo.FoContext context)
Returns self or the nearest ancestor FObj that generates reference areas. |
FObj |
DescendantIterator.next()
|
FObj |
Namespace.parseElement(String localName,
FObj currentFObj,
PropertyList list,
Locator locator,
FOTreeBuilder builder)
Parse an element in this namespace. |
protected abstract FObj |
Namespace.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
The namespace-specific logic for paring an element. |
Methods in org.foray.fotree that return types with arguments of type FObj | |
---|---|
List<FObj> |
ForeignXML.getChildren()
|
abstract List<? extends FObj> |
FObj.getChildren()
|
List<? extends FObj> |
FObj.getSiblings()
|
Methods in org.foray.fotree with parameters of type FObj | |
---|---|
void |
ForeignXML.addChild(FObj child)
|
void |
FObjMixed.addChild(FObj child)
|
abstract void |
FObj.addChild(FObj child)
Add a child to this object. |
void |
FObj.addChildToEmptyContentModel(FObj child)
Throws a standard exception when an attempt is made to add content to an object that has an empty content model. |
abstract void |
FObjMixed.addNonTextNode(FObj nonTextNode)
Add a non-text node to the children of this object. |
void |
PropertyList.addProperty(FObj fobj,
Property property)
Adds a property to this PropertyList. |
protected int |
Property.convertValueToLength(PropertyValue value,
FObj fobj,
org.axsl.fo.FoContext context)
Converts a property value to its computed length. |
int |
PropertyList.getAbsoluteMargin(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.AbsoluteCompass absoluteDirection)
Common logic for retrieving margin values. |
int |
PropertyList.getAbsoluteOffset(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.AbsoluteCompass absoluteDirection)
Returns the absolute offset for a specified direction. |
Color |
PropertyList.getBackgroundColor(FObj fobj,
org.axsl.fo.FoContext context)
Returns the background-color property. |
org.axsl.graphic.Graphic |
PropertyList.getBackgroundImage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the background-image property. |
FoValue |
PropertyList.getBackgroundRepeat(FObj fobj,
org.axsl.fo.FoContext context)
Returns the background-repeat property. |
FoValue |
PropertyList.getBlankOrNotBlank(FObj fobj)
Returns the blank-or-not-blank property. |
boolean |
PropertyList.getBlink(FObj fobj,
org.axsl.fo.FoContext context)
See XSL-FO 1.0, Section 5.5.6. |
int |
PropertyList.getBorderAfterPrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-after-precedence property. |
int |
PropertyList.getBorderBeforePrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-before-precedence property. |
FoValue |
PropertyList.getBorderCollapse(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-collapse property. |
Color |
PropertyList.getBorderColor(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeCompass direction)
Returns the border-color property for a specific direction. |
int |
PropertyList.getBorderEndPrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-end-precedence property. |
int |
PropertyList.getBorderSeparationBPD(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-separation (BPD) property. |
int |
PropertyList.getBorderSeparationIPD(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-separation (IPD) property. |
int |
PropertyList.getBorderStartPrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-start-precedence property. |
org.axsl.common.value.BorderStyle |
PropertyList.getBorderStyle(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.Compass direction)
Returns the border-style property for a specific direction. |
int |
PropertyList.getBorderWidth(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeCompass direction)
Returns the border width. |
int |
PropertyList.getBottom(FObj fobj,
org.axsl.fo.FoContext context)
Returns the bottom property. |
org.axsl.common.value.AbsoluteAxis |
PropertyList.getBPAxis(FObj fobj,
org.axsl.fo.FoContext context)
Tells which axis (horizontal or vertical) is the block-progression axis. |
FoValue |
PropertyList.getBreakAfter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the break-after property. |
FoValue |
PropertyList.getBreakBefore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the break-before property. |
Color |
PropertyList.getColor(FObj fobj,
org.axsl.fo.FoContext context)
Returns the color property. |
int |
PropertyList.getColumnCount(FObj fobj,
org.axsl.fo.FoContext context)
Returns the column-count property. |
int |
PropertyList.getColumnGap(FObj fobj,
org.axsl.fo.FoContext context)
Returns the column-gap property. |
int |
PropertyList.getColumnNumber(FObj fobj,
org.axsl.fo.FoContext context)
Returns the column-number property. |
int |
PropertyList.getColumnWidth(FObj fobj,
org.axsl.fo.FoContext context)
Returns the nominal em-width. |
float |
PropertyList.getContentHeight(FObj fobj,
org.axsl.fo.FoContext context,
FObjScaled fobjScaled)
Returns the scaling factor for the height. |
float |
PropertyList.getContentWidth(FObj fobj,
org.axsl.fo.FoContext context,
FObjScaled fobjScaled)
Returns the scaling factor for the width. |
org.axsl.common.i18n.Country |
PropertyList.getCountry(FObj fobj,
org.axsl.fo.FoContext context)
Returns the country property. |
FoValue |
PropertyList.getDisplayAlign(FObj fobj,
org.axsl.fo.FoContext context)
Returns the display-align property. |
int |
PropertyList.getExtent(FObj fobj)
Returns the extent property. |
List<String> |
PropertyList.getFontFamily(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-family property. |
int |
PropertyList.getFontSize(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-size property. |
org.axsl.font.Font.Stretch |
PropertyList.getFontStretch(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-stretch property. |
org.axsl.font.Font.Style |
PropertyList.getFontStyle(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-style property. |
org.axsl.font.Font.Variant |
PropertyList.getFontVariant(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-variant property. |
org.axsl.font.Font.Weight |
PropertyList.getFontWeight(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-weight property. |
FoValue |
PropertyList.getForcePageCount(FObj fobj,
org.axsl.fo.FoContext context)
Returns the force-page-count property. |
boolean |
PropertyList.getHyphenate(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenate property. |
int |
PropertyList.getHyphenationCharacter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenation-character property. |
int |
PropertyList.getHyphenationPushCharacterCount(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenation-push-character-count property. |
int |
PropertyList.getHyphenationRemainCharacterCount(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenation-remain-character-count property. |
int |
PropertyList.getIndent(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeCompass direction)
Returns the start-indent or end-indent value. |
int |
PropertyList.getInitialPageNumber(FObj fobj,
int lastPageNumberUsed)
Returns the initial-page-number property. |
org.axsl.common.value.AbsoluteAxis |
PropertyList.getIPAxis(FObj fobj,
org.axsl.fo.FoContext context)
Tells which axis (horizontal or vertical) is the inline-progression axis. |
int |
PropertyList.getKeepTogether(FObj fobj,
org.axsl.fo.FoContext context,
AbstractKeep.Type subProperty)
Returns the keep-together property. |
int |
PropertyList.getKeepWithNext(FObj fobj,
org.axsl.fo.FoContext context,
AbstractKeep.Type subProperty)
Returns the keep-with-next property. |
int |
PropertyList.getKeepWithPrevious(FObj fobj,
org.axsl.fo.FoContext context,
AbstractKeep.Type subProperty)
Returns the keep-with-previous property. |
String |
PropertyList.getLanguage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the language property. |
FoValue |
PropertyList.getLeaderAlignment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-alignment property. |
int |
PropertyList.getLeaderLengthMaximum(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-length.maximum property. |
int |
PropertyList.getLeaderLengthMinimum(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-length.minimum property. |
int |
PropertyList.getLeaderLengthOptimum(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-length.optimum property. |
FoValue |
PropertyList.getLeaderPattern(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-pattern property. |
int |
PropertyList.getLeaderPatternWidth(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader pattern width. |
int |
PropertyList.getLeft(FObj fobj,
org.axsl.fo.FoContext context)
Returns the left property. |
int |
PropertyList.getLineHeight(FObj fobj,
org.axsl.fo.FoContext context,
LengthRange rangeID)
Returns the line-height. |
org.axsl.common.value.Conditionality |
PropertyList.getLineHeightConditionality(FObj fobj,
org.axsl.fo.FoContext context)
Returns the line-height.conditionality property. |
float |
PropertyList.getLineHeightMultiplier(FObj fobj,
org.axsl.fo.FoContext context)
This method is used to get the raw line height multiplier. |
int |
PropertyList.getLineHeightPrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the line-height.precedence property. |
int |
PropertyList.getMarginBottom(FObj fobj,
org.axsl.fo.FoContext context)
Returns the bottom margin property. |
int |
PropertyList.getMarginLeft(FObj fobj,
org.axsl.fo.FoContext context)
Returns the left margin property. |
int |
PropertyList.getMarginRight(FObj fobj,
org.axsl.fo.FoContext context)
Returns the right margin property. |
int |
PropertyList.getMarginTop(FObj fobj,
org.axsl.fo.FoContext context)
Returns the top margin property. |
int |
PropertyList.getMaximumRepeats(FObj fobj)
Returns the maximum-repeats property. |
FoValue |
PropertyList.getOverflow(FObj fobj,
org.axsl.fo.FoContext context)
Returns the overflow property. |
boolean |
PropertyList.getOverlineScore(FObj fobj,
org.axsl.fo.FoContext context)
See XSL-FO 1.0, Section 5.5.6. |
int |
PropertyList.getPadding(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeCompass relativeDirection)
Returns the padding width. |
int |
PropertyList.getPageHeight(FObj fobj)
Returns the height of the page. |
int |
PropertyList.getPageWidth(FObj fobj)
Returns the width of the page. |
FoValue |
PropertyList.getPosition(FObj fobj,
org.axsl.fo.FoContext context)
Returns the position property. |
boolean |
PropertyList.getPrecedence(FObj fobj)
Returns the precedence property. |
int |
PropertyList.getProvisionalDistanceBetweenStarts(FObj fobj,
org.axsl.fo.FoContext context)
Returns the provisional-distance-between-starts property. |
int |
PropertyList.getProvisionalLabelSeparation(FObj fobj,
org.axsl.fo.FoContext context)
Returns the provisional-label-separation property. |
FoValue |
PropertyList.getRawInitialPageNumber(FObj fobj)
Returns the raw initial-page-number property. |
String |
PropertyList.getRefId(FObj fobj,
org.axsl.fo.FoContext context)
Returns the ref-id property. |
String |
PropertyList.getRegionName(FObj fobj)
Returns the region-name property. |
FoValue |
PropertyList.getRelativeAlign(FObj fobj,
org.axsl.fo.FoContext context)
Returns the relative-align property. |
int |
PropertyList.getRight(FObj fobj,
org.axsl.fo.FoContext context)
Returns the right property. |
String |
PropertyList.getRole(FObj fobj,
org.axsl.fo.FoContext context)
Returns the role property. |
FoValue |
PropertyList.getRuleStyle(FObj fobj,
org.axsl.fo.FoContext context)
Returns the rule-style property. |
int |
PropertyList.getRuleThickness(FObj fobj,
org.axsl.fo.FoContext context)
Returns the rule-thickness property. |
FoValue |
PropertyList.getScaling(FObj fobj,
org.axsl.fo.FoContext context)
Returns the scaling property. |
String[] |
PropertyList.getSourceDocument(FObj fobj,
org.axsl.fo.FoContext context)
Returns the source-document property. |
FoValue |
PropertyList.getSpan(FObj fobj,
org.axsl.fo.FoContext context)
Returns the span property. |
String |
PropertyList.getSrc(FObj fobj,
org.axsl.fo.FoContext context)
Returns the src property. |
boolean |
PropertyList.getTableOmitFooterAtBreak(FObj fobj,
org.axsl.fo.FoContext context)
Returns the table-omit-footer-at-break property. |
boolean |
PropertyList.getTableOmitHeaderAtBreak(FObj fobj,
org.axsl.fo.FoContext context)
Returns the table-omit-header-at-break property. |
FoValue |
PropertyList.getTextAlign(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-align property. |
FoValue |
PropertyList.getTextAlignLast(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-align-last property. |
DtTextDeco |
PropertyList.getTextDecoration(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text decoration property. |
int |
PropertyList.getTextIndent(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-indent property. |
boolean |
PropertyList.getThroughScore(FObj fobj,
org.axsl.fo.FoContext context)
See XSL-FO 1.0, Section 5.5.6. |
int |
PropertyList.getTop(FObj fobj,
org.axsl.fo.FoContext context)
Returns the top property. |
boolean |
PropertyList.getUnderlineScore(FObj fobj,
org.axsl.fo.FoContext context)
See XSL-FO 1.0, Section 5.5.6. |
String[] |
PropertyList.getVoiceFamily(FObj fobj,
org.axsl.fo.FoContext context)
Returns the voice-family property. |
boolean |
PropertyList.getWhiteSpaceCollapse(FObj fobj,
org.axsl.fo.FoContext context)
Returns the whitespace-collapse property. |
FoValue |
PropertyList.getWrapOption(FObj fobj,
org.axsl.fo.FoContext context)
Returns the wrap-option property. |
DtWritingMode |
PropertyList.getWritingMode(FObj fobj,
org.axsl.fo.FoContext context)
Returns the writing-mode property. |
boolean |
PropertyList.isContentHeightDependent(FObj fobj,
org.axsl.fo.FoContext context)
Indicates whether the content-height is a known value or is dependent on the viewport dimensions. |
boolean |
PropertyList.isContentWidthDependent(FObj fobj,
org.axsl.fo.FoContext context)
Indicates whether the content-width is a known value or is dependent on the viewport dimensions. |
boolean |
PropertyList.isIpdAuto(FObj fobj)
Indicates whether this object's inline-progression-dimension is "auto". |
protected void |
Namespace.makeList(PropertyList propertyList,
Attributes attributes,
FObj parentFO,
int[] attributeSort,
Locator locator,
FOTreeBuilder builder)
Parses the attributes for an object in a pre-specified order, building the PropertyList from them. |
Property |
Namespace.parseAttribute(Attributes attributes,
String attributeName,
String attributeValue,
FObj fobj,
Locator locator,
FOTreeBuilder builder)
Parses one attribute. |
abstract Property |
Namespace.parseAttributeForNS(Attributes attributes,
String attributeName,
String attributeValue,
FObj fobj,
Locator locator)
Parses one attribute in this namespace. |
abstract void |
Namespace.parseAttributes(PropertyList list,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
Parse the attributes for an element in this namespace. |
FObj |
Namespace.parseElement(String localName,
FObj currentFObj,
PropertyList list,
Locator locator,
FOTreeBuilder builder)
Parse an element in this namespace. |
protected abstract FObj |
Namespace.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
The namespace-specific logic for paring an element. |
FoValue |
PropertyList.traitAbsolutePosition(FObj fobj,
org.axsl.fo.FoContext context)
Returns the absolute-position property. |
FoValue |
PropertyList.traitActiveState(FObj fobj,
org.axsl.fo.FoContext context)
Returns the active-state property. |
int |
PropertyList.traitAlignmentAdjust(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.fo.FoInlineContext inlineContext)
Returns the alignment-adjust amount. |
org.axsl.common.value.AlignmentBaseline |
PropertyList.traitAlignmentBaseline(FObj fobj,
org.axsl.fo.FoContext context)
Returns the alignment-baseline property. |
float[] |
PropertyList.traitAllowedHeightScale(FObj fobj)
Returns the allowed-height-scale property. |
float[] |
PropertyList.traitAllowedWidthScale(FObj fobj)
Returns the allowed-width-scale property. |
boolean |
PropertyList.traitAutoRestore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the auto-restore property. |
float |
PropertyList.traitAzimuth(FObj fobj,
org.axsl.fo.FoContext context)
Returns the azimuth property. |
FoValue |
PropertyList.traitBackgroundAttachment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the background-attachment property. |
int |
PropertyList.traitBackgroundPositionHorizontal(FObj fobj,
org.axsl.fo.FoContext context,
int paddingRectangleWidth,
int backgroundImageWidth)
Returns the background-position-horizontal property. |
int |
PropertyList.traitBackgroundPositionVertical(FObj fobj,
org.axsl.fo.FoContext context,
int paddingRectangleHeight,
int backgroundImageHeight)
Returns the background-position-vertical property. |
int |
PropertyList.traitBaselineShift(FObj fobj,
org.axsl.fo.FoContext context)
Returns the baseline-shift property. |
int |
PropertyList.traitBPDimensionMax(FObj fobj,
org.axsl.fo.FoContext context)
Returns the block-progression-dimension.maximum property. |
int |
PropertyList.traitBPDimensionMin(FObj fobj,
org.axsl.fo.FoContext context)
Returns the block-progression-dimension.minimum property. |
int |
PropertyList.traitBPDimensionOpt(FObj fobj,
org.axsl.fo.FoContext context)
Returns the block-progression-dimension.optimum property. |
org.axsl.common.value.AbsoluteDirection |
PropertyList.traitBPDirection(FObj fobj,
org.axsl.fo.FoContext context)
Returns the block progression direction. |
FoValue |
PropertyList.traitCaptionSide(FObj fobj,
org.axsl.fo.FoContext context)
Returns the caption-side property. |
String |
PropertyList.traitCaseName(FObj fobj,
org.axsl.fo.FoContext context)
Returns the case-name property. |
FoValue |
PropertyList.traitClear(FObj fobj,
org.axsl.fo.FoContext context)
Returns the clear property. |
Shape |
PropertyList.traitClip(FObj fobj,
org.axsl.fo.FoContext context,
Shape containerShape)
Returns the clip property. |
boolean |
PropertyList.traitClipIsAuto(FObj fobj,
org.axsl.fo.FoContext context)
Indicates whether "clip" is "auto". |
String |
PropertyList.traitColorProfileName(FObj fobj,
org.axsl.fo.FoContext context)
Returns the color-profile-name property. |
String |
PropertyList.traitContentType(FObj fobj)
Returns the content-type property. |
String |
PropertyList.traitCueAfter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the cue-after property. |
String |
PropertyList.traitCueBefore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the cue-before property. |
int |
PropertyList.traitDestinationPlacementOffset(FObj fobj,
org.axsl.fo.FoContext context)
Returns the destination-placement-offset property. |
FoValue |
PropertyList.traitDirection(FObj fobj,
org.axsl.fo.FoContext context)
Returns the direction property. |
org.axsl.common.value.Baseline |
PropertyList.traitDominantBaseline(FObj fobj,
org.axsl.fo.FoContext context)
Returns the dominant-baseline property. |
float |
PropertyList.traitElevation(FObj fobj,
org.axsl.fo.FoContext context)
Returns the elevation property. |
FoValue |
PropertyList.traitEmptyCells(FObj fobj,
org.axsl.fo.FoContext context)
Returns the empty-cells property. |
boolean |
PropertyList.traitEndsRow(FObj fobj,
org.axsl.fo.FoContext context)
Returns the ends-row property. |
FoValue |
PropertyList.traitFloat(FObj fobj,
org.axsl.fo.FoContext context)
Returns the float property. |
FoValue |
PropertyList.traitFontSelectionStrategy(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-selection-strategy property. |
double |
PropertyList.traitFontSizeAdjust(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-size-adjust property. |
short |
PropertyList.traitGlyphOrientationHorizontal(FObj fobj,
org.axsl.fo.FoContext context)
Returns the glyph-orientation-horizontal property. |
short |
PropertyList.traitGlyphOrientationVertical(FObj fobj,
org.axsl.fo.FoContext context)
Returns the glyph-orientation-vertical property. |
org.axsl.common.value.Conditionality |
PropertyList.traitHalfLeadingConditionality(FObj fobj,
org.axsl.fo.FoContext context)
Returns the half-leading.conditionality property. |
int |
PropertyList.traitHalfLeadingMax(FObj fobj,
org.axsl.fo.FoContext context)
Returns the half-leading.maximum property. |
int |
PropertyList.traitHalfLeadingMin(FObj fobj,
org.axsl.fo.FoContext context)
Returns the half-leading.minimum property. |
int |
PropertyList.traitHalfLeadingOpt(FObj fobj,
org.axsl.fo.FoContext context)
Returns the half-leading.optimum property. |
int |
PropertyList.traitHalfLeadingPrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the half-leading.precedence property. |
FoValue |
PropertyList.traitHyphenationKeep(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenation-keep property. |
int |
PropertyList.traitHyphLadderCount(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenation-ladder-count property. |
boolean |
PropertyList.traitIndicateDestination(FObj fobj,
org.axsl.fo.FoContext context)
Returns the indicate-destination property. |
int |
PropertyList.traitIPDimensionMax(FObj fobj,
org.axsl.fo.FoContext context)
Returns the inline-progression-dimension.maximum property. |
int |
PropertyList.traitIPDimensionMin(FObj fobj,
org.axsl.fo.FoContext context)
Returns the inline-progression-dimension.minimum property. |
int |
PropertyList.traitIPDimensionOpt(FObj fobj,
org.axsl.fo.FoContext context)
Returns the inline-progression-dimension.optimum property. |
org.axsl.common.value.AbsoluteDirection |
PropertyList.traitIPDirectionEven(FObj fobj,
org.axsl.fo.FoContext context)
Returns the inline progression direction for even-numbered lines. |
org.axsl.common.value.AbsoluteDirection |
PropertyList.traitIPDirectionOdd(FObj fobj,
org.axsl.fo.FoContext context)
Returns the inline progression direction for odd-numbered lines. |
int |
PropertyList.traitKeepTogetherWithinColumn(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-together.within-column property. |
int |
PropertyList.traitKeepTogetherWithinLine(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-together.within-line property. |
int |
PropertyList.traitKeepTogetherWithinPage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-together.within-page property. |
int |
PropertyList.traitKeepWithNextWithinColumn(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-next.within-column property. |
int |
PropertyList.traitKeepWithNextWithinLine(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-next.within-line property. |
int |
PropertyList.traitKeepWithNextWithinPage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-next.within-page property. |
int |
PropertyList.traitKeepWithPreviousWithinColumn(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-previous.within-column property. |
int |
PropertyList.traitKeepWithPreviousWithinLine(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-previous.within-line property. |
int |
PropertyList.traitKeepWithPreviousWithinPage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-previous.within-page property. |
int |
PropertyList.traitLastLineEndIndent(FObj fobj,
org.axsl.fo.FoContext context)
Returns the last-line-end-indent property. |
int |
PropertyList.traitLetterSpacingMax(FObj fobj,
org.axsl.fo.FoContext context)
Returns the letter-spacing.maximum property. |
int |
PropertyList.traitLetterSpacingMin(FObj fobj,
org.axsl.fo.FoContext context)
Returns the letter-spacing.minimum property. |
int |
PropertyList.traitLetterSpacingOpt(FObj fobj,
org.axsl.fo.FoContext context)
Returns the letter-spacing.optimum property. |
FoValue |
PropertyList.traitLinefeedTreatment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the linefeed-treatment property. |
FoValue |
PropertyList.traitLineHeightShiftAdjustment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the line-height-shift-adjustment property. |
FoValue |
PropertyList.traitLineStackingStrategy(FObj fobj,
org.axsl.fo.FoContext context)
Returns the line-stacking-strategy property. |
FoValue |
PropertyList.traitMediaUsage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the media-usage property. |
int |
PropertyList.traitOrphans(FObj fobj,
org.axsl.fo.FoContext context)
Returns the orphans property. |
FoValue |
PropertyList.traitPageBreakAfter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the page-break-after property. |
FoValue |
PropertyList.traitPageBreakBefore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the page-break-before property. |
FoValue |
PropertyList.traitPageBreakInside(FObj fobj,
org.axsl.fo.FoContext context)
Returns the page-break-inside property. |
double |
PropertyList.traitPauseAfter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the pause-after property. |
double |
PropertyList.traitPauseBefore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the pause-before property. |
double |
PropertyList.traitPitch(FObj fobj,
org.axsl.fo.FoContext context)
Returns the pitch property. |
double |
PropertyList.traitPitchRange(FObj fobj,
org.axsl.fo.FoContext context)
Returns the pitch-range property. |
String |
PropertyList.traitPlayDuring(FObj fobj,
org.axsl.fo.FoContext context)
Returns the play-during property. |
FoValue |
PropertyList.traitReferenceOrientation(FObj fobj,
org.axsl.fo.FoContext context)
Returns the reference-orientation property. |
FoValue |
PropertyList.traitRelativePosition(FObj fobj,
org.axsl.fo.FoContext context)
Returns the relative-position property. |
FoValue |
PropertyList.traitRenderingIntent(FObj fobj,
org.axsl.fo.FoContext context)
Returns the rendering-intent property. |
double |
PropertyList.traitRichness(FObj fobj,
org.axsl.fo.FoContext context)
Returns the richness property. |
FoValue |
PropertyList.traitScalingMethod(FObj fobj,
org.axsl.fo.FoContext context)
Returns the scaling-method property. |
boolean |
PropertyList.traitScoreSpaces(FObj fobj,
org.axsl.fo.FoContext context)
Returns the score-spaces property. |
String |
PropertyList.traitScript(FObj fobj,
org.axsl.fo.FoContext context)
Returns the script property. |
org.axsl.common.value.AbsoluteDirection |
PropertyList.traitShiftDirectionEven(FObj fobj,
org.axsl.fo.FoContext context)
Returns the shift direction for even-numbered lines. |
org.axsl.common.value.AbsoluteDirection |
PropertyList.traitShiftDirectionOdd(FObj fobj,
org.axsl.fo.FoContext context)
Returns the shift direction for odd-numbered lines. |
FoValue |
PropertyList.traitShowDestination(FObj fobj,
org.axsl.fo.FoContext context)
Returns the show-destination property. |
org.axsl.common.value.Conditionality |
PropertyList.traitSpaceAfterConditionality(FObj fobj,
org.axsl.fo.FoContext context)
Returns the space-after.conditionality property. |
int |
PropertyList.traitSpaceAfterLength(FObj fobj,
org.axsl.fo.FoContext context,
LengthRange subProperty)
Returns the space-after.length property. |
org.axsl.common.value.Conditionality |
PropertyList.traitSpaceBeforeConditionality(FObj fobj,
org.axsl.fo.FoContext context)
Returns the space-before.conditionality property. |
int |
PropertyList.traitSpaceBeforeLength(FObj fobj,
org.axsl.fo.FoContext context,
LengthRange subProperty)
Returns the space-before.length property. |
int |
PropertyList.traitSpaceEndLength(FObj fobj,
org.axsl.fo.FoContext context,
LengthRange subProperty)
Returns the space-end.length property. |
int |
PropertyList.traitSpaceStartLength(FObj fobj,
org.axsl.fo.FoContext context,
LengthRange subProperty)
Returns the space-start.length property. |
FoValue |
PropertyList.traitSpeak(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak property. |
FoValue |
PropertyList.traitSpeakHeader(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak-header property. |
FoValue |
PropertyList.traitSpeakNumeral(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak-numeral property. |
FoValue |
PropertyList.traitSpeakPunctuation(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak-punctuation property. |
double |
PropertyList.traitSpeechRate(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speech-rate property. |
FoValue |
PropertyList.traitStartingState(FObj fobj,
org.axsl.fo.FoContext context)
Returns the starting-state property. |
boolean |
PropertyList.traitStartsRow(FObj fobj,
org.axsl.fo.FoContext context)
Returns the starts-row property. |
double |
PropertyList.traitStress(FObj fobj,
org.axsl.fo.FoContext context)
Returns the stress property. |
FoValue |
PropertyList.traitSuppressAtLineBreak(FObj fobj,
org.axsl.fo.FoContext context)
Returns the suppress-at-line-break property. |
String |
PropertyList.traitTargetPresentationContext(FObj fobj)
Returns the target-presentation-context property. |
int |
PropertyList.traitTextAltitude(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-altitude property. |
int |
PropertyList.traitTextDepth(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-depth property. |
org.axsl.common.value.ShadowEffect[] |
PropertyList.traitTextShadow(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-shadow property. |
FoValue |
PropertyList.traitTextTransform(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-transform property. |
boolean |
PropertyList.traitTreatAsWordSpace(FObj fobj,
org.axsl.fo.FoContext context,
char character)
Returns the treat-as-word-space property. |
FoValue |
PropertyList.traitUnicodeBidi(FObj fobj,
org.axsl.fo.FoContext context)
Returns the unicode-bidi property. |
FoValue |
PropertyList.traitVisibility(FObj fobj,
org.axsl.fo.FoContext context)
Returns the visibility property. |
double |
PropertyList.traitVolume(FObj fobj,
org.axsl.fo.FoContext context)
Returns the volume property. |
FoValue |
PropertyList.traitWhiteSpace(FObj fobj,
org.axsl.fo.FoContext context)
Returns the white-space property. |
FoValue |
PropertyList.traitWhiteSpaceTreatment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the white-space-treatment property. |
int |
PropertyList.traitWidows(FObj fobj,
org.axsl.fo.FoContext context)
Returns the widows property. |
int |
PropertyList.traitWordSpacingMax(FObj fobj,
org.axsl.fo.FoContext context)
Returns the word-spacing.maximum property. |
int |
PropertyList.traitWordSpacingMin(FObj fobj,
org.axsl.fo.FoContext context)
Returns the word-spacing.minimum property. |
int |
PropertyList.traitWordSpacingOpt(FObj fobj,
org.axsl.fo.FoContext context)
Returns the word-spacing.optimum property. |
int |
PropertyList.traitZIndex(FObj fobj,
org.axsl.fo.FoContext context)
Returns the z-index property. |
boolean |
PropertyList.traitZIndexIsAuto(FObj fobj,
org.axsl.fo.FoContext context)
Indicates whether the z-index property value is auto. |
protected PropertyException |
Property.unexpectedValue(String value,
FObj fobj)
Convenience method which returns an exception indicating that the value of this property does not meet the properties requirements. |
protected PropertyException |
Property.unexpectedValue(String value,
FObj fobj,
String reason)
Returns an exception indicating that the value of this property does not meet the property's requirements. |
Constructors in org.foray.fotree with parameters of type FObj | |
---|---|
DescendantIterator(FObj fobj)
Constructor. |
|
FObj(FObj parent)
Constructor. |
|
FObjMixed(FObj parent,
PropertyList propertyList)
Constructor. |
|
FObjScaled(FObj parent,
PropertyList propertyList)
Constructor. |
Uses of FObj in org.foray.fotree.axsl |
---|
Methods in org.foray.fotree.axsl that return FObj | |
---|---|
static FObj |
ObjectMakerAxsl.makeObject(String objectName,
FObj parent,
PropertyList propertyList,
Locator locator)
Converts an unparsed extension element into an FObj instance that can be added to the FO Tree. |
FObj |
NamespaceAxsl.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Methods in org.foray.fotree.axsl with parameters of type FObj | |
---|---|
static FObj |
ObjectMakerAxsl.makeObject(String objectName,
FObj parent,
PropertyList propertyList,
Locator locator)
Converts an unparsed extension element into an FObj instance that can be added to the FO Tree. |
static Property |
PropertyMakerAxsl.makeProperty(String propertyFullName,
String attributeValue,
FObj fobj)
Makes a property in this namespace. |
Property |
NamespaceAxsl.parseAttributeForNS(Attributes attributes,
String attributeName,
String attributeValue,
FObj fobj,
Locator locator)
|
void |
NamespaceAxsl.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
NamespaceAxsl.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
protected PropertyValue |
AbstractAxslProperty.standardParse(FObj fobj,
String rawPropertyValue)
Handles the standard parsing of a property value. |
Uses of FObj in org.foray.fotree.axsl.obj |
---|
Subclasses of FObj in org.foray.fotree.axsl.obj | |
---|---|
class |
Metadata
Implements the axsl:metadata element. |
Methods in org.foray.fotree.axsl.obj that return FObj | |
---|---|
FObj |
Metadata.getChildAt(int index)
|
FObj |
Metadata.getParent()
|
Methods in org.foray.fotree.axsl.obj with parameters of type FObj | |
---|---|
void |
Metadata.addNonTextNode(FObj fobj)
|
Constructors in org.foray.fotree.axsl.obj with parameters of type FObj | |
---|---|
Metadata(FObj parent,
PropertyList propertyList)
Constructor. |
Uses of FObj in org.foray.fotree.axsl.prop |
---|
Methods in org.foray.fotree.axsl.prop with parameters of type FObj | |
---|---|
AxslValue |
AxslEnumerated.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
static AxslValue |
AxslEnumerated.getValueNoInstance(org.axsl.fo.FoContext context,
AxslProperty propertyType,
FObj fobj)
Returns the default (initial) value for this property. |
Constructors in org.foray.fotree.axsl.prop with parameters of type FObj | |
---|---|
AxslEnumerated(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
MetadataKey(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
Uses of FObj in org.foray.fotree.fo |
---|
Methods in org.foray.fotree.fo that return FObj | |
---|---|
static FObj |
ObjectMakerFO.makeObject(String objectName,
FObj parent,
PropertyList propertyList,
Locator locator)
Converts an unparsed XSL-FO element into an FObj instance that can be added to the FO Tree. |
FObj |
NamespaceFO.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Methods in org.foray.fotree.fo with parameters of type FObj | |
---|---|
static FObj |
ObjectMakerFO.makeObject(String objectName,
FObj parent,
PropertyList propertyList,
Locator locator)
Converts an unparsed XSL-FO element into an FObj instance that can be added to the FO Tree. |
static Property |
PropertyMakerFO.makeProperty(String propertyFullName,
String attributeValue,
FObj fobj)
Makes a property in this namespace. |
Property |
NamespaceFO.parseAttributeForNS(Attributes attributes,
String attributeName,
String attributeValue,
FObj fobj,
Locator locator)
|
void |
NamespaceFO.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
NamespaceFO.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
protected PropertyValue |
AbstractFoProperty.standardParse(FObj fobj,
String rawPropertyValue)
Handles the standard parsing of a property value. |
protected PropertyValue |
AbstractFoProperty.standardParse(FObj fobj,
String rawPropertyValue,
FoValue[] validKeywords)
Overloaded version of AbstractFoProperty.standardParse(FObj, String) that allows
subclasses to provide a different set of valid keywords for the case
of compound properties. |
Uses of FObj in org.foray.fotree.fo.obj |
---|
Subclasses of FObj in org.foray.fotree.fo.obj | |
---|---|
class |
AbstractCharacterSequence
Abstract superclass for representations of characters. |
class |
AbstractFlow
Abstract superclass for "flow", and "static-content" objects in XSL-FO. |
class |
AbstractFolioDescriptor
Abstract superclass for "folio-prefix" and "folio-suffix" FOs. |
class |
AbstractIndexFormatting
Abstract superclass for "index-page-number-prefix", "index-page-number-suffix", "index-page-citation-list-separator", and "index-page-citation-range-separator" FOs. |
class |
AbstractPageMaster
Abstract superclass for all page master classes. |
class |
AbstractPageReference
Abstract superclass for page-number, page-number-citation, and page-number-citation-last. |
class |
AbstractTablePart
Abstract superclass for table-body, table-header, and table-footer objects in XSL-FO. |
class |
BasicLink
A "basic-link" object in XSL-FO. |
class |
BidiOverride
A "bidi-override" object in XSL-FO. |
class |
Block
A "block" object in XSL-FO. |
class |
BlockContainer
A "block-container" object in XSL-FO. |
class |
Bookmark
A "bookmark" object in XSL-FO. |
class |
BookmarkTitle
A "bookmark-title" object in XSL-FO. |
class |
BookmarkTree
A "bookmark-tree" object in XSL-FO. |
class |
ChangeBarBegin
A "change-bar-begin" object in XSL-FO. |
class |
ChangeBarEnd
A "change-bar-end" object in XSL-FO. |
class |
Character
A "character" object in XSL-FO. |
class |
CharacterSequence4a
A text node in the formatting object tree. |
class |
ColorProfile
A "color-profile" object in XSL-FO. |
class |
ConditionalPageMasterReference
A "conditional-page-master-reference" object in XSL-FO. |
class |
Declarations
A "declarations" object in XSL-FO. |
class |
ExternalGraphic
An "external-graphic" object in XSL-FO. |
class |
Float
A "float" object in XSL-FO. |
class |
Flow
A "flow" object in XSL-FO. |
class |
FlowAssignment
A "flow-assignment" object in XSL-FO. |
class |
FlowMap
A "flow-map" object in XSL-FO. |
class |
FlowNameSpecifier
A "flow-name-specifier" object in XSL-FO. |
class |
FlowSourceList
A "flow-source-list" object in XSL-FO. |
class |
FlowTargetList
A "flow-target-list" object in XSL-FO. |
class |
FolioPrefix
A "folio-prefix" object in XSL-FO. |
class |
FolioSuffix
A "folio-suffix" object in XSL-FO. |
class |
Footnote
A "footnote" object in XSL-FO. |
class |
FootnoteBody
A "footnote-body" object in XSL-FO. |
class |
FoWordSequence
Text in an FO document that is already broken into words. |
class |
IndexKeyReference
An "index-key-reference" object in XSL-FO. |
class |
IndexPageCitationList
An "index-page-citation-list" object in XSL-FO. |
class |
IndexPageCitationListSeparator
An "index-page-citation-list-separator" object in XSL-FO. |
class |
IndexPageCitationRangeSeparator
An "index-page-citation-range-separator" object in XSL-FO. |
class |
IndexPageNumberPrefix
An "index-page-number-prefix" object in XSL-FO. |
class |
IndexPageNumberSuffix
An "index-page-number-suffix" object in XSL-FO. |
class |
IndexRangeBegin
An "index-range-begin" object in XSL-FO. |
class |
IndexRangeEnd
An "index-range-end" object in XSL-FO. |
class |
InitialPropertySet
An "initial-property-set" object in XSL-FO. |
class |
Inline
An "inline" object in XSL-FO. |
class |
InlineContainer
An "inline-container" object in XSL-FO. |
class |
InstreamForeignObject
An "instream-foreign-object" object in XSL-FO. |
class |
LayoutMasterSet
A "layout-master-set" object in XSL-FO. |
class |
Leader
A "leader" object in XSL-FO. |
class |
ListBlock
A "list-block" object in XSL-FO. |
class |
ListItem
A "list-item" object in XSL-FO. |
class |
ListItemBody
A "list-item-body" object in XSL-FO. |
class |
ListItemLabel
A "list-item-label" object in XSL-FO. |
class |
Marker
A "marker" object in XSL-FO. |
class |
MultiCase
A "multi-case" object in XSL-FO. |
class |
MultiProperties
A "multi-properties" object in XSL-FO. |
class |
MultiPropertySet
A "multi-property-set" object in XSL-FO. |
class |
MultiSwitch
A "multi-switch" object in XSL-FO. |
class |
MultiToggle
A "multi-toggle" object in XSL-FO. |
class |
PageNumber
A "page-number" object in XSL-FO. |
class |
PageNumberCitation
A "page-number-citation" object in XSL-FO. |
class |
PageNumberCitationLast
A "page-number-citation-last" object in XSL-FO. |
class |
PageSequence
A "page-sequence" object in XSL-FO. |
class |
PageSequenceMaster
A "page-sequence-master" object in XSL-FO. |
class |
PageSequenceWrapper
A "page-sequence-wrapper" object in XSL-FO. |
class |
Region
Abstract base class for pagination regions in XSL-FO. |
class |
RegionAfter
A "region-after" object in XSL-FO. |
class |
RegionBefore
A "region-before" object in XSL-FO. |
class |
RegionBody
A "region-body" object in XSL-FO. |
class |
RegionEnd
A "region-end" object in XSL-FO. |
class |
RegionNameSpecifier
A "region-name-specifier" object in XSL-FO. |
class |
RegionStart
A "region-start" object in XSL-FO. |
class |
RepeatablePMAlternatives
A "repeatable-page-master-alternatives" object in XSL-FO. |
class |
RepeatablePMReference
A "repeatable-page-master-reference" object in XSL-FO. |
class |
RetrieveMarker
A "retrieve-marker" object in XSL-FO. |
class |
RetrieveTableMarker
A "retrieve-table-marker" object in XSL-FO. |
class |
Root
A "root" object in XSL-FO. |
class |
ScalingValueCitation
A "scaling-value-citation" object in XSL-FO. |
class |
SimplePageMaster
A "simple-page-master" object in XSL-FO. |
class |
SinglePageMasterReference
A "single-page-master-reference" object in XSl-FO. |
class |
StaticContent
A "static-content" object in XSL-FO. |
class |
SubSequenceSpecifier
Abstract superclass for the formatting objects that can be used to specify a sub-sequence of pages to be used in a page-sequence-master. |
class |
Table
A "table" object in XSL-FO. |
class |
TableAndCaption
A "table-and-caption" object in XSL-FO. |
class |
TableBody
A "table-body" object in XSL-FO. |
class |
TableCaption
A "table-caption" object in XSL-FO. |
class |
TableCell
A "table-cell" object in XSL-FO. |
class |
TableColumn
A "table-column" object in XSL-FO. |
class |
TableFooter
A "table-footer" object in XSL-FO. |
class |
TableHeader
A "table-header" object in XSL-FO. |
class |
TableRow
A "table-row" object in XSL-FO. |
class |
Title
A "title" object in XSL-FO. |
class |
Wrapper
A "wrapper" object in XSl-FO. |
Methods in org.foray.fotree.fo.obj that return FObj | |
---|---|
FObj |
Root.ancestorGeneratingRA(org.axsl.fo.FoContext context)
Returns the nearest ancestor FObj that generates reference areas. |
FObj |
Root.ancestorListRelatedObject(org.axsl.fo.FoContext context)
Overrides the FObj method, because Root has no parent. |
FObj |
ListItemLabel.ancestorListRelatedObject(org.axsl.fo.FoContext context)
Overrides the FObj method, because this is the object that is being sought. |
FObj |
ListItemBody.ancestorListRelatedObject(org.axsl.fo.FoContext context)
Overrides the FObj method, because this is the object that is being sought. |
FObj |
Wrapper.getChildAt(int index)
|
FObj |
Title.getChildAt(int index)
|
FObj |
TableRow.getChildAt(int index)
|
FObj |
TableColumn.getChildAt(int index)
|
FObj |
TableCell.getChildAt(int index)
|
FObj |
TableCaption.getChildAt(int index)
|
FObj |
TableAndCaption.getChildAt(int index)
|
FObj |
Table.getChildAt(int index)
|
FObj |
SinglePageMasterReference.getChildAt(int index)
|
FObj |
Root.getChildAt(int index)
|
FObj |
RetrieveTableMarker.getChildAt(int index)
|
FObj |
RetrieveMarker.getChildAt(int index)
|
FObj |
RepeatablePMReference.getChildAt(int index)
|
FObj |
RegionNameSpecifier.getChildAt(int index)
|
FObj |
Region.getChildAt(int index)
|
FObj |
PageSequenceWrapper.getChildAt(int index)
|
FObj |
PageSequence.getChildAt(int index)
|
FObj |
MultiToggle.getChildAt(int index)
|
FObj |
MultiSwitch.getChildAt(int index)
|
FObj |
MultiPropertySet.getChildAt(int index)
|
FObj |
MultiProperties.getChildAt(int index)
|
FObj |
MultiCase.getChildAt(int index)
|
FObj |
Marker.getChildAt(int index)
|
FObj |
ListItemLabel.getChildAt(int index)
|
FObj |
ListItemBody.getChildAt(int index)
|
FObj |
ListItem.getChildAt(int index)
|
FObj |
ListBlock.getChildAt(int index)
|
FObj |
Leader.getChildAt(int index)
|
FObj |
LayoutMasterSet.getChildAt(int index)
|
FObj |
InstreamForeignObject.getChildAt(int index)
|
FObj |
InlineContainer.getChildAt(int index)
|
FObj |
Inline.getChildAt(int index)
|
FObj |
InitialPropertySet.getChildAt(int index)
|
FObj |
IndexRangeEnd.getChildAt(int index)
|
FObj |
IndexRangeBegin.getChildAt(int index)
|
FObj |
IndexPageCitationList.getChildAt(int index)
|
FObj |
IndexKeyReference.getChildAt(int index)
|
FObj |
FootnoteBody.getChildAt(int index)
|
FObj |
Footnote.getChildAt(int index)
|
FObj |
FlowNameSpecifier.getChildAt(int index)
|
FObj |
FlowAssignment.getChildAt(int index)
|
FObj |
Float.getChildAt(int index)
|
FObj |
ExternalGraphic.getChildAt(int index)
|
FObj |
Declarations.getChildAt(int index)
|
FObj |
ConditionalPageMasterReference.getChildAt(int index)
|
FObj |
ColorProfile.getChildAt(int index)
|
FObj |
Character.getChildAt(int index)
|
FObj |
ChangeBarEnd.getChildAt(int index)
|
FObj |
ChangeBarBegin.getChildAt(int index)
|
FObj |
BookmarkTree.getChildAt(int index)
|
FObj |
Bookmark.getChildAt(int index)
|
FObj |
BlockContainer.getChildAt(int index)
|
FObj |
Block.getChildAt(int index)
|
FObj |
BidiOverride.getChildAt(int index)
|
FObj |
BasicLink.getChildAt(int index)
|
FObj |
AbstractPageReference.getChildAt(int index)
|
FObj |
AbstractPageMaster.getChildAt(int index)
|
FObj |
AbstractIndexFormatting.getChildAt(int index)
|
FObj |
AbstractFolioDescriptor.getChildAt(int index)
|
FObj |
AbstractFlow.getChildAt(int index)
|
FObj |
AbstractCharacterSequence.getChildAt(int index)
|
FObj |
Wrapper.getNonWrapperAncestor(org.axsl.fo.FoContext context)
Finds and returns the closest ancestor that is not an fo:wrapper. |
FObj |
Wrapper.getParent()
|
FObj |
Title.getParent()
|
FObj |
TableRow.getParent()
|
FObj |
TableColumn.getParent()
|
FObj |
TableCell.getParent()
|
FObj |
TableCaption.getParent()
|
FObj |
TableAndCaption.getParent()
|
FObj |
Table.getParent()
|
FObj |
SubSequenceSpecifier.getParent()
|
FObj |
ScalingValueCitation.getParent()
|
FObj |
Root.getParent()
|
FObj |
RetrieveTableMarker.getParent()
|
FObj |
RetrieveMarker.getParent()
|
FObj |
Region.getParent()
|
FObj |
PageSequenceWrapper.getParent()
|
FObj |
PageSequenceMaster.getParent()
|
FObj |
PageNumberCitationLast.getParent()
|
FObj |
PageNumberCitation.getParent()
|
FObj |
PageNumber.getParent()
|
FObj |
MultiToggle.getParent()
|
FObj |
MultiSwitch.getParent()
|
FObj |
MultiPropertySet.getParent()
|
FObj |
MultiProperties.getParent()
|
FObj |
MultiCase.getParent()
|
FObj |
Marker.getParent()
|
FObj |
ListItemLabel.getParent()
|
FObj |
ListItemBody.getParent()
|
FObj |
ListItem.getParent()
|
FObj |
ListBlock.getParent()
|
FObj |
Leader.getParent()
|
FObj |
InstreamForeignObject.getParent()
|
FObj |
InlineContainer.getParent()
|
FObj |
Inline.getParent()
|
FObj |
InitialPropertySet.getParent()
|
FObj |
IndexRangeEnd.getParent()
|
FObj |
IndexRangeBegin.getParent()
|
FObj |
IndexPageCitationList.getParent()
|
FObj |
IndexKeyReference.getParent()
|
FObj |
FootnoteBody.getParent()
|
FObj |
Footnote.getParent()
|
FObj |
Float.getParent()
|
FObj |
ExternalGraphic.getParent()
|
FObj |
Declarations.getParent()
|
FObj |
ConditionalPageMasterReference.getParent()
|
FObj |
ColorProfile.getParent()
|
FObj |
Character.getParent()
|
FObj |
ChangeBarEnd.getParent()
|
FObj |
ChangeBarBegin.getParent()
|
FObj |
BookmarkTree.getParent()
|
FObj |
BookmarkTitle.getParent()
|
FObj |
Bookmark.getParent()
|
FObj |
BlockContainer.getParent()
|
FObj |
Block.getParent()
|
FObj |
BidiOverride.getParent()
|
FObj |
BasicLink.getParent()
|
FObj |
AbstractTablePart.getParent()
|
FObj |
AbstractIndexFormatting.getParent()
|
FObj |
AbstractFolioDescriptor.getParent()
|
FObj |
AbstractCharacterSequence.getParent()
|
FObj |
TableCell.getParsedParent()
Returns the parent that was parsed from the FO document. |
FObj |
Root.retrieveId(String id)
|
Methods in org.foray.fotree.fo.obj that return types with arguments of type FObj | |
---|---|
List<FObj> |
Wrapper.getChildren()
|
List<FObj> |
Title.getChildren()
|
List<FObj> |
TableRow.getChildren()
|
List<FObj> |
TableColumn.getChildren()
|
List<FObj> |
TableCell.getChildren()
|
List<FObj> |
TableCaption.getChildren()
|
List<FObj> |
TableAndCaption.getChildren()
|
List<FObj> |
Table.getChildren()
|
List<FObj> |
SinglePageMasterReference.getChildren()
|
List<FObj> |
Root.getChildren()
|
List<FObj> |
RetrieveTableMarker.getChildren()
|
List<FObj> |
RetrieveMarker.getChildren()
|
List<FObj> |
RepeatablePMReference.getChildren()
|
List<FObj> |
RegionNameSpecifier.getChildren()
|
List<FObj> |
Region.getChildren()
|
List<FObj> |
PageSequenceWrapper.getChildren()
|
List<FObj> |
PageSequence.getChildren()
|
List<FObj> |
MultiToggle.getChildren()
|
List<FObj> |
MultiSwitch.getChildren()
|
List<FObj> |
MultiPropertySet.getChildren()
|
List<FObj> |
MultiProperties.getChildren()
|
List<FObj> |
MultiCase.getChildren()
|
List<FObj> |
Marker.getChildren()
|
List<FObj> |
ListItemLabel.getChildren()
|
List<FObj> |
ListItemBody.getChildren()
|
List<FObj> |
ListItem.getChildren()
|
List<FObj> |
ListBlock.getChildren()
|
List<FObj> |
Leader.getChildren()
|
List<FObj> |
LayoutMasterSet.getChildren()
|
List<FObj> |
InlineContainer.getChildren()
|
List<FObj> |
Inline.getChildren()
|
List<FObj> |
InitialPropertySet.getChildren()
|
List<FObj> |
IndexRangeEnd.getChildren()
|
List<FObj> |
IndexRangeBegin.getChildren()
|
List<FObj> |
IndexPageCitationList.getChildren()
|
List<FObj> |
IndexKeyReference.getChildren()
|
List<FObj> |
FootnoteBody.getChildren()
|
List<FObj> |
Footnote.getChildren()
|
List<FObj> |
FlowNameSpecifier.getChildren()
|
List<FObj> |
FlowAssignment.getChildren()
|
List<FObj> |
Float.getChildren()
|
List<FObj> |
ExternalGraphic.getChildren()
|
List<FObj> |
Declarations.getChildren()
|
List<FObj> |
ConditionalPageMasterReference.getChildren()
|
List<FObj> |
ColorProfile.getChildren()
|
List<FObj> |
Character.getChildren()
|
List<FObj> |
ChangeBarEnd.getChildren()
|
List<FObj> |
ChangeBarBegin.getChildren()
|
List<FObj> |
BookmarkTree.getChildren()
|
List<FObj> |
Bookmark.getChildren()
|
List<FObj> |
BlockContainer.getChildren()
|
List<FObj> |
Block.getChildren()
|
List<FObj> |
BidiOverride.getChildren()
|
List<FObj> |
BasicLink.getChildren()
|
List<FObj> |
AbstractPageReference.getChildren()
|
List<FObj> |
AbstractPageMaster.getChildren()
|
List<FObj> |
AbstractIndexFormatting.getChildren()
|
List<FObj> |
AbstractFolioDescriptor.getChildren()
|
List<FObj> |
AbstractFlow.getChildren()
|
List<FObj> |
AbstractCharacterSequence.getChildren()
|
Methods in org.foray.fotree.fo.obj with parameters of type FObj | |
---|---|
void |
TableRow.addChild(FObj child)
|
void |
TableColumn.addChild(FObj child)
|
void |
TableCell.addChild(FObj child)
|
void |
TableCaption.addChild(FObj child)
|
void |
TableAndCaption.addChild(FObj child)
|
void |
Table.addChild(FObj child)
|
void |
SinglePageMasterReference.addChild(FObj child)
|
void |
Root.addChild(FObj child)
|
void |
RetrieveTableMarker.addChild(FObj child)
|
void |
RetrieveMarker.addChild(FObj child)
|
void |
RepeatablePMReference.addChild(FObj child)
|
void |
RepeatablePMAlternatives.addChild(FObj child)
|
void |
RegionNameSpecifier.addChild(FObj child)
|
void |
Region.addChild(FObj child)
|
void |
PageSequenceWrapper.addChild(FObj child)
|
void |
PageSequenceMaster.addChild(FObj child)
|
void |
PageSequence.addChild(FObj child)
|
void |
MultiToggle.addChild(FObj child)
|
void |
MultiSwitch.addChild(FObj child)
|
void |
MultiPropertySet.addChild(FObj child)
|
void |
MultiProperties.addChild(FObj child)
|
void |
MultiCase.addChild(FObj child)
|
void |
ListItemLabel.addChild(FObj child)
|
void |
ListItemBody.addChild(FObj child)
|
void |
ListItem.addChild(FObj child)
|
void |
ListBlock.addChild(FObj child)
|
void |
LayoutMasterSet.addChild(FObj child)
|
void |
InstreamForeignObject.addChild(FObj child)
|
void |
InlineContainer.addChild(FObj child)
|
void |
InitialPropertySet.addChild(FObj child)
|
void |
IndexRangeEnd.addChild(FObj child)
|
void |
IndexRangeBegin.addChild(FObj child)
|
void |
IndexPageCitationList.addChild(FObj child)
|
void |
IndexKeyReference.addChild(FObj child)
|
void |
FootnoteBody.addChild(FObj child)
|
void |
Footnote.addChild(FObj child)
|
void |
FlowTargetList.addChild(FObj child)
|
void |
FlowSourceList.addChild(FObj child)
|
void |
FlowNameSpecifier.addChild(FObj child)
|
void |
FlowMap.addChild(FObj child)
|
void |
FlowAssignment.addChild(FObj child)
|
void |
Float.addChild(FObj child)
|
void |
ExternalGraphic.addChild(FObj child)
|
void |
Declarations.addChild(FObj child)
|
void |
ConditionalPageMasterReference.addChild(FObj child)
|
void |
ColorProfile.addChild(FObj child)
|
void |
Character.addChild(FObj child)
|
void |
ChangeBarEnd.addChild(FObj child)
|
void |
ChangeBarBegin.addChild(FObj child)
|
void |
BookmarkTree.addChild(FObj child)
|
void |
Bookmark.addChild(FObj child)
|
void |
BlockContainer.addChild(FObj child)
|
void |
AbstractTablePart.addChild(FObj child)
|
void |
AbstractPageReference.addChild(FObj child)
|
void |
AbstractPageMaster.addChild(FObj child)
|
void |
AbstractFlow.addChild(FObj child)
|
void |
AbstractCharacterSequence.addChild(FObj node)
|
void |
Root.addId(FObj fobj)
If fobj has a valid "id" property, map the "id" back to fobj so that fobj can be retrieved quickly later. |
void |
Wrapper.addNonTextNode(FObj nonTextNode)
|
void |
Title.addNonTextNode(FObj nonTextNode)
|
void |
Marker.addNonTextNode(FObj nonTextNode)
|
void |
Leader.addNonTextNode(FObj nonTextNode)
|
void |
Inline.addNonTextNode(FObj nonTextNode)
|
void |
BookmarkTitle.addNonTextNode(FObj nonTextNode)
|
void |
Block.addNonTextNode(FObj nonTextNode)
|
void |
BidiOverride.addNonTextNode(FObj nonTextNode)
|
void |
BasicLink.addNonTextNode(FObj nonTextNode)
|
void |
AbstractIndexFormatting.addNonTextNode(FObj nonTextNode)
|
void |
AbstractFolioDescriptor.addNonTextNode(FObj nonTextNode)
|
void |
Root.checkUnmatchedReference(FObj fobj)
For a given object that references an id, checks whether that id has already been registered and, if not, adds the object to a list of objects whose references have not yet been found. |
Constructors in org.foray.fotree.fo.obj with parameters of type FObj | |
---|---|
AbstractCharacterSequence(FObj parent)
Constructor. |
|
AbstractFolioDescriptor(FObj parent,
PropertyList propertyList)
Constructor. |
|
AbstractIndexFormatting(FObj parent,
PropertyList propertyList)
Constructor. |
|
AbstractPageReference(FObj parent,
PropertyList propertyList)
Constructor. |
|
BasicLink(FObj parent,
PropertyList propertyList)
Constructor. |
|
BidiOverride(FObj parent,
PropertyList propertyList)
Constructor. |
|
Block(FObj parent,
PropertyList propertyList)
Constructor. |
|
BlockContainer(FObj parent,
PropertyList propertyList)
Constructor. |
|
Bookmark(FObj parent,
PropertyList propertyList)
Constructor. |
|
BookmarkTitle(FObj parent,
PropertyList propertyList)
Constructor. |
|
BookmarkTree(FObj parent,
PropertyList propertyList)
Constructor. |
|
ChangeBarBegin(FObj parent,
PropertyList propertyList)
Constructor. |
|
ChangeBarEnd(FObj parent,
PropertyList propertyList)
Constructor. |
|
Character(FObj parent,
PropertyList propertyList)
Constructor. |
|
CharacterSequence4a(FObj parent,
char[] chars)
Constructor. |
|
ColorProfile(FObj parent,
PropertyList propertyList)
Constructor. |
|
ConditionalPageMasterReference(FObj parent,
PropertyList propertyList)
Constructor. |
|
Declarations(FObj parent,
PropertyList propertyList)
Constructor. |
|
ExternalGraphic(FObj parent,
PropertyList propertyList)
Constructor. |
|
Float(FObj parent,
PropertyList propertyList)
Constructor. |
|
FolioPrefix(FObj parent,
PropertyList propertyList)
Constructor. |
|
FolioSuffix(FObj parent,
PropertyList propertyList)
Constructor. |
|
Footnote(FObj parent,
PropertyList propertyList)
Constructor. |
|
FootnoteBody(FObj parent,
PropertyList propertyList)
Constructor. |
|
FoWordSequence(FObj parent,
CharSequence content)
Constructor. |
|
IndexKeyReference(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexPageCitationList(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexPageCitationListSeparator(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexPageCitationRangeSeparator(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexPageNumberPrefix(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexPageNumberSuffix(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexRangeBegin(FObj parent,
PropertyList propertyList)
Constructor. |
|
IndexRangeEnd(FObj parent,
PropertyList propertyList)
Constructor. |
|
InitialPropertySet(FObj parent,
PropertyList propertyList)
Constructor. |
|
Inline(FObj parent,
PropertyList propertyList)
Constructor. |
|
InlineContainer(FObj parent,
PropertyList propertyList)
Constructor. |
|
InstreamForeignObject(FObj parent,
PropertyList propertyList)
Constructor. |
|
Leader(FObj parent,
PropertyList propertyList)
Constructor. |
|
ListBlock(FObj parent,
PropertyList propertyList)
Constructor. |
|
ListItem(FObj parent,
PropertyList propertyList)
Constructor. |
|
ListItemBody(FObj parent,
PropertyList propertyList)
Constructor. |
|
ListItemLabel(FObj parent,
PropertyList propertyList)
Constructor. |
|
Marker(FObj parent,
PropertyList propertyList)
Constructor. |
|
MultiCase(FObj parent,
PropertyList propertyList)
Constructor. |
|
MultiProperties(FObj parent,
PropertyList propertyList)
Constructor. |
|
MultiPropertySet(FObj parent,
PropertyList propertyList)
Constructor. |
|
MultiSwitch(FObj parent,
PropertyList propertyList)
Constructor. |
|
MultiToggle(FObj parent,
PropertyList propertyList)
Constructor. |
|
PageNumber(FObj parent,
PropertyList propertyList)
Constructor. |
|
PageNumberCitation(FObj parent,
PropertyList propertyList)
Constructor. |
|
PageNumberCitationLast(FObj parent,
PropertyList propertyList)
Constructor. |
|
PageSequenceMaster(FObj parent,
PropertyList propertyList)
Constructor. |
|
PageSequenceWrapper(FObj parent,
PropertyList propertyList)
Constructor. |
|
RepeatablePMAlternatives(FObj parent,
PropertyList propertyList)
Constructor. |
|
RepeatablePMReference(FObj parent,
PropertyList propertyList)
Constructor. |
|
RetrieveMarker(FObj parent,
PropertyList propertyList)
Constructor. |
|
RetrieveTableMarker(FObj parent,
PropertyList propertyList)
Constructor. |
|
ScalingValueCitation(FObj parent,
PropertyList propertyList)
Constructor. |
|
SinglePageMasterReference(FObj parent,
PropertyList propertyList)
Constructor. |
|
SubSequenceSpecifier(FObj parent,
PropertyList propertyList)
Constructor. |
|
Table(FObj parent,
PropertyList propertyList)
Constructor. |
|
TableAndCaption(FObj parent,
PropertyList propertyList)
Constructor. |
|
TableCaption(FObj parent,
PropertyList propertyList)
Constructor. |
|
TableColumn(FObj parent,
PropertyList propertyList)
Constructor. |
|
TableRow(FObj parent,
PropertyList propertyList,
boolean isPseudoRow)
Constructor. |
|
Title(FObj parent,
PropertyList propertyList)
Constructor. |
|
Wrapper(FObj parent,
PropertyList propertyList)
Constructor. |
Uses of FObj in org.foray.fotree.fo.prop |
---|
Methods in org.foray.fotree.fo.prop with parameters of type FObj | |
---|---|
boolean |
PdWordSpacing.addComponent(FObj fobj,
String propertyFullName,
String attributeValue)
Adds a component value to the compound value. |
boolean |
PdLineHeight.addComponent(FObj fobj,
String propertyFullName,
String attributeValue)
Add a component to this compound property. |
boolean |
PdLetterSpacing.addComponent(FObj fobj,
String propertyFullName,
String attributeValue)
Adds a component value to the compound value. |
boolean |
PdLeaderLength.addComponent(FObj fobj,
String propertyFullName,
String attributeValue)
Adds a component value to the compound value. |
boolean |
PdBorderSeparation.addComponent(FObj fobj,
String propertyFullName,
String attributeValue)
Adds a component value to the compound value. |
boolean |
AbstractRelativeSpace.addComponent(FObj fobj,
String propertyFullName,
String attributeValue)
Adds a component value to the compound value. |
boolean |
AbstractRelativeDimension.addComponent(FObj fobj,
String propertyFullName,
String attributeValue)
Adds a component value to the compound value. |
boolean |
AbstractKeep.addComponent(FObj fobj,
String propertyFullName,
String attributeValue)
Adds a component value to the compound value. |
protected PropertyValue |
PdBorderColor.createPropertyValue(FObj fobj,
FoProperty enumeration,
String value)
Converts the unparsed property value into its parsed, storable value. |
protected PropertyValue |
AbstractBorderColor.createPropertyValue(FObj fobj,
FoProperty enumeration,
String value)
Converts the unparsed property value into its parsed, storable value. |
protected PropertyValue |
PdColor.createPropertyValue(FObj fobj,
String value)
Converts the unparsed property value into its parsed, storable value. |
protected PropertyValue |
PdChangeBarColor.createPropertyValue(FObj fobj,
String value)
Converts the unparsed property value into its parsed, storable value. |
protected PropertyValue |
PdBackgroundColor.createPropertyValue(FObj fobj,
String value)
Converts the unparsed property value into its parsed, storable value. |
boolean |
AbstractContentDimension.dependsOnPd(FObj fobj,
org.axsl.fo.FoContext context)
Indicates whether the computation of the scaling factor is dependent on the progression dimension (either IPD or BPD). |
static int |
PdAlignmentAdjust.evalPercentage(float percent,
FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.fo.FoInlineContext inlineContext)
Computes the value for a percentage. |
int |
PdVerticalAlign.getAlignmentAdjust(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.fo.FoInlineContext inlineContext)
Returns the alignment-adjust component of this shorthand property. |
int |
PdVerticalAlign.getBaselineShift(FObj fobj,
org.axsl.fo.FoContext context)
Returns the baseline-shift component of this shorthand property. |
org.axsl.common.value.Conditionality |
PdLineHeight.getConditionality(org.axsl.fo.FoContext context,
FObj fobj)
Returns the conditionality component of this property. |
static org.axsl.common.value.Conditionality |
PdLineHeight.getConditionalityNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for the conditionality component of this property. |
org.axsl.common.value.Baseline |
PdVerticalAlign.getDominantBaseline(FObj fobj,
org.axsl.fo.FoContext context)
Returns the dominant-baseline component of this shorthand property. |
Color |
AbstractBorderColor.getInheritedValue(FObj fobj,
org.axsl.fo.FoContext context)
Returns the inherited value of this property. |
protected float |
PdContentWidth.getInheritedValue(org.axsl.fo.FoContext context,
FObjScaled fobjScaled,
FObj parent)
|
protected float |
PdContentHeight.getInheritedValue(org.axsl.fo.FoContext context,
FObjScaled fobjScaled,
FObj parent)
|
protected abstract float |
AbstractContentDimension.getInheritedValue(org.axsl.fo.FoContext context,
FObjScaled fobjScaled,
FObj parent)
Returns the inherited value for this property. |
Color |
PdBorderTopColor.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
int |
PdBorderStartPrecedence.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
Color |
PdBorderStartColor.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
Color |
PdBorderRightColor.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
Color |
PdBorderLeftColor.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
int |
PdBorderEndPrecedence.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
Color |
PdBorderEndColor.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
Color |
PdBorderBottomColor.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
int |
PdBorderBeforePrecedence.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
Color |
PdBorderBeforeColor.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
int |
PdBorderAfterPrecedence.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
Color |
PdBorderAfterColor.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
|
abstract int |
AbstractBorderPrecedence.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
Returns the value of this's parent's property. |
abstract Color |
AbstractBorderColor.getParentValue(FObj parent,
org.axsl.fo.FoContext context)
Returns the parent's value for this property. |
int |
PdLineHeight.getPrecedence(org.axsl.fo.FoContext context,
FObj fobj)
Returns the precedence component of this property. |
static int |
PdLineHeight.getPrecedenceNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for the precedence component of this property. |
FoValue |
PdInitialPageNumber.getRawValue(FObj fobj)
Returns the raw value for this property. |
protected org.axsl.common.value.RelativeCompass |
PdPaddingTop.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdPaddingStart.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdPaddingRight.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdPaddingLeft.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdPaddingEnd.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdPaddingBottom.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdPaddingBefore.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdPaddingAfter.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdBorderTopWidth.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdBorderStartWidth.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdBorderRightWidth.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdBorderLeftWidth.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdBorderEndWidth.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdBorderBottomWidth.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdBorderBeforeWidth.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected org.axsl.common.value.RelativeCompass |
PdBorderAfterWidth.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
|
protected abstract org.axsl.common.value.RelativeCompass |
AbstractPadding.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
Return the relative compass direction for this property. |
protected abstract org.axsl.common.value.RelativeCompass |
AbstractBorderWidth.getRelativeCompass(org.axsl.fo.FoContext context,
FObj fobj)
Return the relative compass direction for this property. |
int |
PdBackgroundPosition.getShorthandValue(org.axsl.fo.FoContext context,
FObj fobj,
org.axsl.common.value.AbsoluteAxis axis,
int paddingRectangleDimension,
int backgroundImageDimension)
Returns the value of this property for the case that this property is a shorthand. |
double |
AbstractPause.getShorthandValue(org.axsl.fo.FoContext context,
FObj fobj,
FoProperty propertyType)
Returns the value of this property for the case where it is a shorthand. |
String |
AbstractCue.getShorthandValue(org.axsl.fo.FoContext context,
FObj fobj,
FoProperty propertyType)
Returns the value of this property for the case that this property is a shorthand. |
Color |
AbstractBorderColor.getValue(org.axsl.common.value.Compass direction,
FObj fobj,
org.axsl.fo.FoContext context)
Returns the value of this property. |
String |
PdTargetPresentationContext.getValue(FObj fobj)
Returns the value of this property. |
int |
PdMaximumRepeats.getValue(FObj fobj)
Returns the value of this property. |
org.axsl.font.Font.Stretch |
PdFontStretch.getValue(FObj fobj)
Returns the value of this property. |
int |
PdExtent.getValue(FObj fobj)
Returns the value of this property. |
String |
PdContentType.getValue(FObj fobj)
Returns the value of this property. |
int |
AbstractPageDimension.getValue(FObj fobj)
Returns the value of this property. |
int |
PdPadding.getValue(org.axsl.fo.FoContext context,
org.axsl.common.value.AbsoluteCompass direction,
FObj fobj)
Returns the value of this property. |
int |
PdMargin.getValue(org.axsl.fo.FoContext context,
org.axsl.common.value.AbsoluteCompass direction,
FObj fobj)
Returns the value of this property. |
int |
AbstractKeep.getValue(org.axsl.fo.FoContext context,
AbstractKeep.Type subProperty,
FObj fobj)
Returns the value of this property. |
org.axsl.common.value.BorderStyle |
PdBorderStyle.getValue(org.axsl.fo.FoContext context,
org.axsl.common.value.Compass direction,
FObj fobj)
Returns the value of this property. |
org.axsl.common.value.BorderStyle |
AbstractBorderStyle.getValue(org.axsl.fo.FoContext context,
org.axsl.common.value.Compass direction,
FObj fobj)
Returns the value of this property. |
int |
PdZIndex.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdWrapOption.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdWidows.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdWhiteSpaceTreatment.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
boolean |
PdWhiteSpaceCollapse.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdWhiteSpace.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
double |
PdVolume.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
String[] |
PdVoiceFamily.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdVisibility.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdUnicodeBidi.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdTextTransform.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
org.axsl.common.value.ShadowEffect[] |
PdTextShadow.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdTextIndent.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdTextDepth.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
DtTextDeco |
PdTextDecoration.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdTextAltitude.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdTextAlignLast.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdTextAlign.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
boolean |
PdTableOmitHeaderAtBreak.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
boolean |
PdTableOmitFooterAtBreak.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSuppressAtLineBreak.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
boolean |
PdStartsRow.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdStartingState.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
double |
PdSpeechRate.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSpeakPunctuation.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSpeakNumeral.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSpeakHeader.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSpeak.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSpan.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
String[] |
PdSourceDocument.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdShowDestination.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
String |
PdScript.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
boolean |
PdScoreSpaces.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdScalingMethod.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdScaling.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdRuleThickness.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdRuleStyle.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
String |
PdRole.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdRenderingIntent.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdRelativePosition.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdRelativeAlign.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
String |
PdRefId.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdReferenceOrientation.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
boolean |
PdPrecedence.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdPosition.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
String |
PdPlayDuring.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
double |
PdPitch.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdPageBreakInside.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdPageBreakBefore.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdPageBreakAfter.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdOverflow.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdOrphans.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdMediaUsage.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdLineStackingStrategy.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdLineHeightShiftAdjustment.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdLinefeedTreatment.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdLeaderPatternWidth.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdLeaderPattern.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdLeaderAlignment.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdLastLineEndIndent.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
String |
PdLanguage.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
boolean |
PdIndicateDestination.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdHyphenationLadderCount.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdHyphenationKeep.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdHyphenationCharacter.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
boolean |
PdHyphenate.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
short |
PdGlyphOrientationVertical.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
short |
PdGlyphOrientationHorizontal.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdForcePageCount.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
org.axsl.font.Font.Weight |
PdFontWeight.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
org.axsl.font.Font.Variant |
PdFontVariant.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
org.axsl.font.Font.Style |
PdFontStyle.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
double |
PdFontSizeAdjust.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdFontSize.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdFontSelectionStrategy.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
List<String> |
PdFontFamily.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdFloat.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
boolean |
PdEndsRow.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdEmptyCells.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
float |
PdElevation.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdDirection.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdDestinationPlacementOffset.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
org.axsl.common.i18n.Country |
PdCountry.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdColumnWidth.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdColumnGap.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdColumnCount.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
Color |
PdColor.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdClear.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdChangeBarWidth.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdChangeBarOffset.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
Color |
PdChangeBarColor.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdCaptionSide.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBreakBefore.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBreakAfter.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBorderCollapse.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBlankOrNotBlank.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBackgroundRepeat.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
org.axsl.graphic.Graphic |
PdBackgroundImage.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
Color |
PdBackgroundColor.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBackgroundAttachment.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
float |
PdAzimuth.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
boolean |
PdAutoRestore.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdActiveState.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdAbsolutePosition.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
AbstractPadding.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
String |
AbstractName.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
AbstractMergeIndex.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
AbstractMargin.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
AbstractIndent.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
AbstractBorderWidth.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
AbstractBorderPrecedence.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
double |
AbstractAudioDial.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
AbstractAbsoluteOffset.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
AbstractAbsoluteDimension.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdSize.getValue(org.axsl.fo.FoContext context,
FObj fobj,
org.axsl.common.value.AbsoluteAxis axis)
Returns the value of this property. |
int |
PdBackgroundPosition.getValue(org.axsl.fo.FoContext context,
FObj fobj,
org.axsl.common.value.AbsoluteAxis axis,
int paddingRectangleDimension,
int backgroundImageDimension)
Returns the value of this property. |
boolean |
PdTreatAsWordSpace.getValue(org.axsl.fo.FoContext context,
FObj fobj,
char character)
Returns the value of this property. |
float |
AbstractContentDimension.getValue(org.axsl.fo.FoContext context,
FObj fobj,
FObjScaled fobjScaled)
Returns the implied or stated scaling factor. |
double |
AbstractPause.getValue(org.axsl.fo.FoContext context,
FObj fobj,
FoProperty propertyType)
Returns the value of this property. |
String |
AbstractCue.getValue(org.axsl.fo.FoContext context,
FObj fobj,
FoProperty propertyType)
Returns the value of this property. |
int |
PdInitialPageNumber.getValue(org.axsl.fo.FoContext context,
FObj fobj,
int lastPageNumberUsed)
Returns the value of this property. |
int |
AbstractBackgroundPosition.getValue(org.axsl.fo.FoContext context,
FObj fobj,
int paddingRectangleDimension,
int backgroundImageDimension)
Returns the value of this property. |
Shape |
PdClip.getValue(org.axsl.fo.FoContext context,
FObj fobj,
Shape containerShape)
Returns the value of this property. |
int |
PdWordSpacing.getValue(org.axsl.fo.FoContext context,
LengthRange subProperty,
FObj fobj)
Returns the value of the numeric component of this property. |
int |
PdLineHeight.getValue(org.axsl.fo.FoContext context,
LengthRange rangeID,
FObj fobj)
Returns the value for this property. |
int |
PdLetterSpacing.getValue(org.axsl.fo.FoContext context,
LengthRange subProperty,
FObj fobj)
Returns the value of this property. |
int |
PdLeaderLength.getValue(org.axsl.fo.FoContext context,
LengthRange subProperty,
FObj fobj)
Returns the value of this property. |
int |
AbstractRelativeSpace.getValue(org.axsl.fo.FoContext context,
LengthRange subProperty,
FObj fobj)
Returns the value of this property. |
int |
AbstractRelativeDimension.getValue(org.axsl.fo.FoContext context,
LengthRange subProperty,
FObj fobj)
Returns the value of this property. |
int |
PdBorderSeparation.getValue(org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeAxis axis,
FObj fobj)
Returns the value of this property. |
int |
PdBorderWidth.getValue(org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeCompass direction,
FObj fobj)
Returns the value of this property. |
Color |
PdBorderColor.getValue(org.axsl.common.value.RelativeCompass direction,
FObj fobj,
org.axsl.fo.FoContext context)
Returns the value of this property. |
static int |
PdLeaderPatternWidth.getValueFromFontMetrics(FObj fobj)
Returns the "use-font-metrics" value. |
boolean |
PdZIndex.getValueIsAuto(org.axsl.fo.FoContext context,
FObj fobj)
Indicates whether the value of this property is "auto". |
float |
PdLineHeight.getValueMultiplier(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value multiplier specified by this property. |
static float |
PdLineHeight.getValueMultiplierNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for the multiplier component of this property. |
static String |
PdTargetPresentationContext.getValueNoInstance(FObj fobj)
Returns the default (initial) value for this property. |
static int |
AbstractBorderPrecedence.getValueNoInstance(FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdTextDepth.getValueNoInstance(FObj fobj,
org.axsl.fo.FoContext context)
Returns the default (initial) value for this property. |
static int |
PdTextAltitude.getValueNoInstance(FObj fobj,
org.axsl.fo.FoContext context)
Returns the default (initial) value for this property. |
static DtWritingMode |
PdWritingMode.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdWrapOption.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdWidows.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdWhiteSpaceTreatment.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static boolean |
PdWhiteSpaceCollapse.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdWhiteSpace.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static double |
PdVolume.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static String[] |
PdVoiceFamily.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdVisibility.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdTextTransform.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdTextIndent.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static DtTextDeco |
PdTextDecoration.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdTextAlignLast.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdTextAlign.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static double |
PdSpeechRate.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdSpeakPunctuation.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdSpeakNumeral.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdSpeakHeader.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdSpeak.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static String |
PdScript.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static boolean |
PdScoreSpaces.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdRuleThickness.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdRuleStyle.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdRelativeAlign.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdReferenceOrientation.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static double |
PdPitch.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdPageBreakInside.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdOrphans.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdLineStackingStrategy.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdLineHeightShiftAdjustment.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdLineHeight.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the initial (default) value for this property. |
static FoValue |
PdLinefeedTreatment.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdLeaderPatternWidth.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdLeaderPattern.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdLeaderAlignment.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdLastLineEndIndent.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static String |
PdLanguage.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdHyphenationLadderCount.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdHyphenationKeep.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdHyphenationCharacter.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value for properties that can be inherited, that is, hyphenation-character. |
static boolean |
PdHyphenate.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static short |
PdGlyphOrientationVertical.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static short |
PdGlyphOrientationHorizontal.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static org.axsl.font.Font.Weight |
PdFontWeight.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static org.axsl.font.Font.Variant |
PdFontVariant.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static org.axsl.font.Font.Style |
PdFontStyle.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static org.axsl.font.Font.Stretch |
PdFontStretch.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static double |
PdFontSizeAdjust.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdFontSize.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdFontSelectionStrategy.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static List<String> |
PdFontFamily.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdEmptyCells.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static float |
PdElevation.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdDirection.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static org.axsl.common.i18n.Country |
PdCountry.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdColumnNumber.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static Color |
PdColor.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdChangeBarOffset.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property when there is no property instance. |
static Color |
PdChangeBarColor.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdCaptionSide.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdBorderCollapse.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static Color |
PdBackgroundColor.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static float |
PdAzimuth.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static boolean |
PdAutoRestore.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static Color |
AbstractBorderColor.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static double |
AbstractAudioDial.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj,
FoProperty propertyType)
Returns the default (initial) value for this property. |
static int |
AbstractIndent.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj,
org.axsl.common.value.RelativeCompass direction)
Returns the default (initial) value for this property. |
static int |
AbstractKeep.getValueNoInstance(org.axsl.fo.FoContext context,
FoProperty propertyType,
AbstractKeep.Type subProperty,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdWordSpacing.getValueNoInstance(org.axsl.fo.FoContext context,
LengthRange subProperty,
FObj fobj)
Returns the default (initial) value for the numeric component of this property. |
static int |
PdLetterSpacing.getValueNoInstance(org.axsl.fo.FoContext context,
LengthRange subProperty,
FObj fobj)
Returns the default (initial) value for the numeric component of this property. |
static int |
PdBorderSeparation.getValueNoInstance(org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeAxis axis,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdLeaderLength.getValueNoInstance(LengthRange subProperty,
FObj fobj,
org.axsl.fo.FoContext foContext)
Returns the default (initial) value for this property. |
boolean |
AbstractRelativeDimension.isAuto(FObj fobj)
Indicates whether this property's value is "auto". |
protected boolean |
AbstractPadding.isOuterEdge(org.axsl.fo.FoContext context,
FObj fobj)
Indicates whether the context is on the outer edge of its parent reference area. |
protected boolean |
AbstractBorderWidth.isOuterEdge(org.axsl.fo.FoContext context,
FObj fobj)
Indicates whether the context is on the outer edge of its parent reference area. |
static FoProperty |
AbstractIndent.rawAbsoluteCorrespondingPropertyType(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeCompass direction)
Returns the property type for the corresponding absolute margin property. |
float[] |
AbstractAllowedAxisScale.traitValue(FObj fobj)
Returns the value of this property. |
String |
PdSrc.traitValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdProvisionalLabelSeparation.traitValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdProvisionalDistanceBetweenStarts.traitValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdHyphenationRemainCharacterCount.traitValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdHyphenationPushCharacterCount.traitValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
org.axsl.common.value.Baseline |
PdDominantBaseline.traitValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdDisplayAlign.traitValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdBaselineShift.traitValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
org.axsl.common.value.AlignmentBaseline |
PdAlignmentBaseline.traitValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
int |
PdAlignmentAdjust.traitValueAmount(org.axsl.fo.FoContext context,
FObj fobj,
org.axsl.fo.FoInlineContext inlineContext)
Returns the value of this property. |
static String |
PdSrc.traitValueNoInstance(FObj fobj)
Returns the default (initial) value for this property. |
static float[] |
AbstractAllowedAxisScale.traitValueNoInstance(FObj fobj)
Returns the default (initial) value for this property. |
static org.axsl.common.value.Baseline |
PdDominantBaseline.traitValueNoInstance(FObj fobj,
org.axsl.fo.FoContext context)
Returns the default (initial) value for this property. |
static int |
PdProvisionalLabelSeparation.traitValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdProvisionalDistanceBetweenStarts.traitValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdHyphenationRemainCharacterCount.traitValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static int |
PdHyphenationPushCharacterCount.traitValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
boolean |
PdClip.valueIsAuto(org.axsl.fo.FoContext context,
FObj fobj)
Indicates whether the value of this "clip" property is "auto". |
Constructors in org.foray.fotree.fo.prop with parameters of type FObj | |
---|---|
AbstractAbsoluteDimension(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractAbsoluteOffset(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractAllowedAxisScale(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractAudioDial(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractBackgroundPosition(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractBoolean(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractBorder(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractBorderColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractBorderPrecedence(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractBorderStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractBorderWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractCharacter(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractContentDimension(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractCue(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractGlyphOrientation(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractIndent(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractKeep(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractMargin(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractMergeIndex(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractName(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractPadding(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractPageDimension(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractPause(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractRelativeDimension(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractRelativeSpace(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
AbstractString(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdAbsolutePosition(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdActiveState(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdAlignmentAdjust(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdAlignmentBaseline(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdAllowedHeightScale(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdAllowedWidthScale(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdAutoRestore(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdAzimuth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBackground(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBackgroundAttachment(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdBackgroundColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBackgroundImage(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBackgroundPosition(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBackgroundPositionHorizontal(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBackgroundPositionVertical(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBackgroundRepeat(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdBaselineShift(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBlankOrNotBlank(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdBlockProgressionDimension(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorder(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderAfterColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderAfterPrecedence(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderAfterStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderAfterWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderBeforeColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderBeforePrecedence(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderBeforeStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderBeforeWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderBottom(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderBottomColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderBottomStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderBottomWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderCollapse(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdBorderColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderEndColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderEndPrecedence(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderEndStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderEndWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderLeft(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderLeftColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderLeftStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderLeftWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderRight(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderRightColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderRightStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderRightWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderSeparation(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor for the case that the property value must be parsed. |
|
PdBorderSpacing(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderStartColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderStartPrecedence(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderStartStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderStartWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderTop(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderTopColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderTopStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderTopWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBorderWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBottom(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdBreakAfter(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdBreakBefore(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdCaptionSide(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdCaseName(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdCaseTitle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdChangeBarClass(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdChangeBarColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdChangeBarOffset(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdChangeBarPlacement(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdChangeBarStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdChangeBarWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdCharacter(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdClear(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdClip(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdColor(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdColorProfileName(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdColumnCount(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdColumnGap(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdColumnNumber(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdColumnWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdContentHeight(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdContentType(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdContentWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdCountry(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdCue(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdCueAfter(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdCueBefore(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdDestinationPlacementOffset(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdDirection(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdDisplayAlign(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdDominantBaseline(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdElevation(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdEmptyCells(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdEndIndent(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdEndsRow(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdExtent(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdExternalDestination(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFloat(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdFlowMapName(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFlowMapReference(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFlowName(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFlowNameReference(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFont(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFontFamily(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFontSelectionStrategy(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdFontSize(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFontSizeAdjust(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFontStretch(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFontStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFontVariant(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFontWeight(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdForcePageCount(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdFormat(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdGlyphOrientationHorizontal(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdGlyphOrientationVertical(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdGroupingSeparator(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdGroupingSize(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdHeight(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdHyphenate(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdHyphenationCharacter(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdHyphenationKeep(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdHyphenationLadderCount(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdHyphenationPushCharacterCount(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdHyphenationRemainCharacterCount(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdId(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdIndexClass(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdIndexKey(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdIndicateDestination(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdInitialPageNumber(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdInlineProgressionDimension(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdInternalDestination(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdIntrinsicScaleValue(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdIntrusionDisplace(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdKeepTogether(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdKeepWithNext(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdKeepWithPrevious(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdLanguage(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdLastLineEndIndent(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdLeaderAlignment(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdLeaderLength(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdLeaderPattern(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdLeaderPatternWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdLeft(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdLetterSpacing(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdLetterValue(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdLinefeedTreatment(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdLineHeight(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdLineHeightShiftAdjustment(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdLineStackingStrategy(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdMargin(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMarginBottom(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMarginLeft(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMarginRight(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMarginTop(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMarkerClassName(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMasterName(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMasterReference(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMaxHeight(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMaximumRepeats(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMaxWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMediaUsage(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdMergePagesAcrossIndexKeyReferences(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMergeRangesAcrossIndexKeyReferences(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMergeSequentialPageNumbers(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMinHeight(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdMinWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdNumberColumnsRepeated(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdNumberColumnsSpanned(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdNumberRowsSpanned(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdOddOrEven(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdOrphans(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdOverflow(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdPadding(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPaddingAfter(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPaddingBefore(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPaddingBottom(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPaddingEnd(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPaddingLeft(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPaddingRight(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPaddingStart(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPaddingTop(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPageBreakAfter(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdPageBreakBefore(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdPageBreakInside(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdPageCitationStrategy(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPageHeight(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPageNumberTreatment(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPagePosition(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdPageWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPause(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPauseAfter(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPauseBefore(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPitch(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPitchRange(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPlayDuring(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdPosition(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdPrecedence(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdProvisionalDistanceBetweenStarts(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdProvisionalLabelSeparation(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdReferenceOrientation(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdRefId(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdRefIndexKey(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdRegionName(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdRegionNameReference(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdRelativeAlign(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdRelativePosition(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdRenderingIntent(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdRetrieveBoundary(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdRetrieveBoundaryWithinTable(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdRetrieveClassName(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdRetrievePosition(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdRetrievePositionWithinTable(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdRichness(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdRight(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdRole(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdRuleStyle(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdRuleThickness(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdScaleOption(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdScaling(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdScalingMethod(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdScoreSpaces(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdScript(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdShowDestination(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdSize(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdSourceDocument(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdSpaceAfter(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdSpaceBefore(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdSpaceEnd(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdSpaceStart(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdSpan(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdSpeak(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdSpeakHeader(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdSpeakNumeral(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdSpeakPunctuation(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdSpeechRate(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdSrc(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdStartIndent(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdStartingState(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdStartsRow(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdStress(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdSuppressAtLineBreak(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdSwitchTo(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTableLayout(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTableOmitFooterAtBreak(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTableOmitHeaderAtBreak(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTargetPresentationContext(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTargetProcessingContext(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTargetStylesheet(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTextAlign(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTextAlignLast(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTextAltitude(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTextDecoration(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTextDepth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTextIndent(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTextShadow(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTextTransform(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdTop(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdTreatAsWordSpace(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdUnicodeBidi(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdVerticalAlign(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdVisibility(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdVoiceFamily(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdVolume(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdWhiteSpace(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdWhiteSpaceCollapse(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdWhiteSpaceTreatment(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdWidows(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdWidth(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdWordSpacing(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdWrapOption(FObj fobj,
String propertyFullName,
String attributeValue)
Default Constructor. |
|
PdWritingMode(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
PdZIndex(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
Uses of FObj in org.foray.fotree.foray |
---|
Methods in org.foray.fotree.foray that return FObj | |
---|---|
static FObj |
ObjectMakerForay.makeObject(String objectName,
FObj parent,
PropertyList propertyList)
Converts an unparsed extension element into an FObj instance that can be added to the FO Tree. |
FObj |
NamespaceForay.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Methods in org.foray.fotree.foray with parameters of type FObj | |
---|---|
static FObj |
ObjectMakerForay.makeObject(String objectName,
FObj parent,
PropertyList propertyList)
Converts an unparsed extension element into an FObj instance that can be added to the FO Tree. |
Property |
NamespaceForay.parseAttributeForNS(Attributes attributes,
String attributeName,
String attributeValue,
FObj fobj,
Locator locator)
|
void |
NamespaceForay.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
NamespaceForay.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Uses of FObj in org.foray.fotree.math |
---|
Methods in org.foray.fotree.math that return FObj | |
---|---|
static FObj |
MathObjectMaker.makeObject(String objectName,
FObj parent,
PropertyList propertyList)
Converts an unparsed MathML element into an FObj instance that can be added to the FO Tree. |
FObj |
MathNamespace.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Methods in org.foray.fotree.math with parameters of type FObj | |
---|---|
static FObj |
MathObjectMaker.makeObject(String objectName,
FObj parent,
PropertyList propertyList)
Converts an unparsed MathML element into an FObj instance that can be added to the FO Tree. |
Property |
MathNamespace.parseAttributeForNS(Attributes attributes,
String attributeName,
String attributeValue,
FObj fobj,
Locator locator)
|
void |
MathNamespace.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
MathNamespace.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Uses of FObj in org.foray.fotree.math.obj |
---|
Subclasses of FObj in org.foray.fotree.math.obj | |
---|---|
class |
InstreamMathElement
The content of an instream Math (MathML) document. |
Uses of FObj in org.foray.fotree.parse |
---|
Methods in org.foray.fotree.parse with parameters of type FObj | |
---|---|
static PropertyValue |
PropertyParser.parse(FObj fobj,
String expr,
PropertyType propertyType)
Public entrypoint to the Property expression parser. |
Uses of FObj in org.foray.fotree.svg |
---|
Methods in org.foray.fotree.svg that return FObj | |
---|---|
static FObj |
ObjectMakerSVG.makeObject(String objectName,
FObj parent,
PropertyList propertyList)
Converts an unparsed SVG element into an FObj instance that can be added to the FO Tree. |
FObj |
NamespaceSVG.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Methods in org.foray.fotree.svg with parameters of type FObj | |
---|---|
static FObj |
ObjectMakerSVG.makeObject(String objectName,
FObj parent,
PropertyList propertyList)
Converts an unparsed SVG element into an FObj instance that can be added to the FO Tree. |
Property |
NamespaceSVG.parseAttributeForNS(Attributes attributes,
String attributeName,
String attributeValue,
FObj fobj,
Locator locator)
|
void |
NamespaceSVG.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
NamespaceSVG.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Uses of FObj in org.foray.fotree.svg.obj |
---|
Subclasses of FObj in org.foray.fotree.svg.obj | |
---|---|
class |
InstreamSvgElement
The content of an inline SVG document. |
Uses of FObj in org.foray.fotree.value |
---|
Methods in org.foray.fotree.value with parameters of type FObj | |
---|---|
PropertyValue |
FnSystemFont.eval(FObj fobj)
Returns the value of this function. |
PropertyValue |
FnMergePropertyValues.eval(FObj fobj)
Returns the value of this function. |
PropertyValue |
FnFromParent.eval(FObj fobj)
Returns the value of this function. |
PropertyValue |
FnFromPageMasterRegion.eval(FObj fobj)
Returns the value of this function. |
DtLength |
FnLabelEnd.eval(FObj fobj,
org.axsl.fo.FoContext context)
The computation for the value of label-end() is found in XSL-FO Standard, 1.0, Section 7.28.3. |
DtLength |
FnBodyStart.eval(FObj fobj,
org.axsl.fo.FoContext context)
The computation for the value of body-start() is found in XSL-FO Standard, 1.0, Section 7.28.4. |
PropertyValue |
FnNearestSpecProp.eval(Property callingProperty,
FObj fobj)
Returns the value of this function. |
PropertyValue |
FnInheritedProp.eval(Property callingProperty,
FObj fobj)
Returns the value of this function. |
Constructors in org.foray.fotree.value with parameters of type FObj | |
---|---|
DtShadowEffectWrapper(DtShadowEffect shadowEffect,
FObj fobj,
org.axsl.fo.FoContext context)
Constructor. |
Uses of FObj in org.foray.fotree.xml |
---|
Methods in org.foray.fotree.xml that return FObj | |
---|---|
FObj |
NamespaceXML.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
Methods in org.foray.fotree.xml with parameters of type FObj | |
---|---|
static Property |
PropertyMakerXML.makeProperty(String propertyFullName,
String attributeValue,
FObj fobj)
Makes a property in this namespace. |
Property |
NamespaceXML.parseAttributeForNS(Attributes attributes,
String attributeName,
String attributeValue,
FObj fobj,
Locator locator)
|
void |
NamespaceXML.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
FObj |
NamespaceXML.parseElementForNS(String localName,
FObj currentFObj,
PropertyList list,
Locator locator)
|
protected PropertyValue |
AbstractXmlProperty.standardParse(FObj fobj,
String rawPropertyValue)
Handles the standard parsing of a property value. |
Uses of FObj in org.foray.fotree.xml.prop |
---|
Constructors in org.foray.fotree.xml.prop with parameters of type FObj | |
---|---|
Lang(FObj fobj,
String propertyFullName,
String attributeValue)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |