Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.fo.flow |
All the block- and inline-level flow formatting objects.
|
org.apache.fop.fo.flow.table | |
org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
org.apache.fop.traits |
Trait classes and other supporting data structures.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Area.setWritingModeTraits(WritingModeTraitsGetter wmtg) |
Sets the writing mode traits for this area.
|
void |
BodyRegion.setWritingModeTraits(WritingModeTraitsGetter wmtg) |
Sets the writing mode traits for the main reference area of
this body region area.
|
void |
MainReference.setWritingModeTraits(WritingModeTraitsGetter wmtg) |
Sets the writing mode traits for the spans of this main
reference area.
|
void |
Page.setWritingModeTraits(WritingModeTraitsGetter wmtg) |
Sets the writing mode traits for the region viewports of
this page.
|
void |
PageViewport.setWritingModeTraits(WritingModeTraitsGetter wmtg) |
Sets the writing mode traits for the page associated with this viewport.
|
void |
RegionViewport.setWritingModeTraits(WritingModeTraitsGetter wmtg) |
Sets the writing mode traits for the region reference of
this region viewport
|
void |
Span.setWritingModeTraits(WritingModeTraitsGetter wmtg) |
Sets the writing mode traits for the main reference area of
this span area.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BlockContainer |
Class modelling the
fo:block-container object. |
Modifier and Type | Class | Description |
---|---|---|
class |
Table |
Class modelling the
fo:table object. |
Modifier and Type | Class | Description |
---|---|---|
class |
PageSequence |
Class modelling the
fo:page-sequence object. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
WritingModeTraitsSetter |
This interface provides read and assignment access to FO traits related to writing mode.
|
Modifier and Type | Class | Description |
---|---|---|
class |
WritingModeTraits |
This class provides a reusable implementation of the WritingModeTraitsSetter
interface.
|
Modifier and Type | Method | Description |
---|---|---|
static WritingModeTraitsGetter |
WritingModeTraits.getWritingModeTraitsGetter(FONode fn) |
Helper function to find the writing mode traits getter (if any) that applies for
a given FO node.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.