| 限定符和类型 | 方法和说明 |
|---|---|
ContentFunction |
ContentFunctionFactory.lookupFunction(LayoutContext c,
FSFunction function) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
ContentFunction.calculate(LayoutContext c,
FSFunction function) |
boolean |
ContentFunction.canHandle(LayoutContext c,
FSFunction function) |
| 限定符和类型 | 方法和说明 |
|---|---|
LayoutContext |
DocxRenderer.getLayoutContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplacedElement |
Docx4jReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplacedElement |
ReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
NOTE: Only block equivalent elements can be replaced.
|
void |
ReplacedElement.detach(LayoutContext c) |
| 限定符和类型 | 方法和说明 |
|---|---|
LayoutContext |
SharedContext.newLayoutContextInstance() |
| 构造器和说明 |
|---|
BlockFormattingContext(BlockBox block,
LayoutContext c) |
PersistentBFC(BlockBox master,
LayoutContext c) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TableRowBox.analyzePageBreaks(LayoutContext c,
ContentLimitContainer container) |
void |
TableBox.analyzePageBreaks(LayoutContext c,
ContentLimitContainer container) |
int |
TableCellBox.calcBaseline(LayoutContext c) |
int |
TableCellBox.calcBlockBaseline(LayoutContext c) |
void |
TableSectionBox.calcBorders(LayoutContext c) |
protected void |
TableRowBox.calcLayoutHeight(LayoutContext c,
BorderPropertySet border,
RectPropertySet margin,
RectPropertySet padding) |
protected void |
TableBox.calcLayoutHeight(LayoutContext c,
BorderPropertySet border,
RectPropertySet margin,
RectPropertySet padding) |
void |
TableBox.calcMinMaxWidth(LayoutContext c) |
void |
TableRowBox.initStaticPos(LayoutContext c,
BlockBox parent,
int childOffset) |
boolean |
TableCellBox.isPageBreaksChange(LayoutContext c,
int posDeltaY) |
void |
TableCellBox.layout(LayoutContext c) |
void |
TableBox.layout(LayoutContext c) |
void |
TableSectionBox.layout(LayoutContext c,
int contentStart) |
void |
TableRowBox.layout(LayoutContext c,
int contentStart) |
protected void |
TableSectionBox.layoutChildren(LayoutContext c,
int contentStart) |
protected void |
TableRowBox.layoutChildren(LayoutContext c,
int contentStart) |
protected void |
TableBox.layoutChildren(LayoutContext c,
int contentStart) |
void |
TableCellBox.moveContent(LayoutContext c,
int deltaY) |
void |
TableSectionBox.recalcCells(LayoutContext c) |
void |
TableBox.recalcSections(LayoutContext c) |
void |
TableSectionBox.reset(LayoutContext c) |
void |
TableRowBox.reset(LayoutContext c) |
void |
TableBox.reset(LayoutContext c) |
protected void |
TableBox.resolveAutoMargins(LayoutContext c,
int cssWidth,
RectPropertySet padding,
BorderPropertySet border) |
void |
TableCellBox.setLayoutWidth(LayoutContext c,
int width) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplacedElement |
ITextReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
void |
RadioButtonFormField.detach(LayoutContext c) |
void |
ITextImageElement.detach(LayoutContext c) |
void |
BookmarkElement.detach(LayoutContext c) |
void |
AbstractFormField.detach(LayoutContext c) |
protected void |
TextFormField.initDimensions(LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
protected void |
SelectFormField.initDimensions(LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
protected void |
AbstractFormField.initDimensions(LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
| 构造器和说明 |
|---|
CheckboxFormField(LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
RadioButtonFormField(ITextReplacedElementFactory factory,
LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
SelectFormField(LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
TextAreaFormField(LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
TextFormField(LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
| 构造器和说明 |
|---|
ContentLimitContainer(LayoutContext c,
int startAbsY) |
InlineLayoutBox(LayoutContext c,
Element elem,
CalculatedStyle style,
int cbWidth) |
| 限定符和类型 | 方法和说明 |
|---|---|
FormField |
XhtmlForm.addComponent(Element e,
LayoutContext context,
BlockBox box) |
ReplacedElement |
NoReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
| 限定符和类型 | 方法和说明 |
|---|---|
LayoutContext |
FormField.getContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
static FormField |
FormFieldFactory.create(XhtmlForm form,
LayoutContext context,
BlockBox box) |
| 构造器和说明 |
|---|
AbstractButtonField(Element e,
XhtmlForm form,
LayoutContext context,
BlockBox box) |
FormField(Element e,
XhtmlForm form,
LayoutContext context,
BlockBox box) |
InputField(Element e,
XhtmlForm form,
LayoutContext context,
BlockBox box) |
| 限定符和类型 | 方法和说明 |
|---|---|
LayoutContext |
RootPanel.getLayoutContext() |
LayoutContext |
BoxRenderer.getLayoutContext()
Returns the LayoutContext to be used by renderer.
|
protected LayoutContext |
RootPanel.newLayoutContext(Graphics2D g) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplacedElement |
SwingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
NOTE: Only block equivalent elements can be replaced.
|
void |
SwingReplacedElement.detach(LayoutContext c) |
void |
ImageReplacedElement.detach(LayoutContext c) |
void |
EmptyReplacedElement.detach(LayoutContext c) |
void |
DeferredImageReplacedElement.detach(LayoutContext c) |
protected Element |
SwingReplacedElementFactory.getParentForm(Element e,
LayoutContext context) |
protected ReplacedElement |
SwingReplacedElementFactory.replaceImage(UserAgentCallback uac,
LayoutContext context,
Element elem,
int cssWidth,
int cssHeight)
Handles replacement of image elements in the document.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
SwingImageReplacer.accept(LayoutContext context,
Element element) |
abstract boolean |
ElementReplacer.accept(LayoutContext context,
Element element) |
ReplacedElement |
DelegatingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
Dimension |
XLayout.getIntrinsicDimensions(LayoutContext c,
Element elem)
Gets the intrinsicDimensions attribute of the XLayout object
|
ReplacedElement |
SwingImageReplacer.replace(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
abstract ReplacedElement |
ElementReplacer.replace(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
protected ReplacedElement |
SwingImageReplacer.replaceImage(UserAgentCallback uac,
LayoutContext context,
Element elem,
int cssWidth,
int cssHeight)
Handles replacement of image elements in the document.
|
Copyright © 2019. All Rights Reserved.