|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SharedContext | |
|---|---|
| org.docx4j.org.xhtmlrenderer.context | |
| org.docx4j.org.xhtmlrenderer.docx | |
| org.docx4j.org.xhtmlrenderer.extend | |
| org.docx4j.org.xhtmlrenderer.layout | |
| org.docx4j.org.xhtmlrenderer.pdf | |
| org.docx4j.org.xhtmlrenderer.render | |
| org.docx4j.org.xhtmlrenderer.simple | Includes those classes you need to render XHTML documents quickly, right out of the box, and with no special setup needed; start here! All the classes in this package are oriented towards ease-of-use. |
| org.docx4j.org.xhtmlrenderer.swing | |
| Uses of SharedContext in org.docx4j.org.xhtmlrenderer.context |
|---|
| Methods in org.docx4j.org.xhtmlrenderer.context with parameters of type SharedContext | |
|---|---|
protected static Font |
AWTFontResolver.createFont(SharedContext ctx,
Font root_font,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant)
Description of the Method |
protected static String |
AWTFontResolver.getFontInstanceHashName(SharedContext ctx,
String name,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant)
Gets the fontInstanceHashName attribute of the FontResolverTest object |
FSFont |
AWTFontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec)
|
FSFont |
AWTFontResolver.resolveFont(SharedContext ctx,
String[] families,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant)
Description of the Method |
protected Font |
AWTFontResolver.resolveFont(SharedContext ctx,
String font,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant)
Description of the Method |
void |
StyleReference.setDocumentContext(SharedContext context,
NamespaceHandler nsh,
Document doc,
UserInterface ui)
Sets the documentContext attribute of the StyleReference object |
| Uses of SharedContext in org.docx4j.org.xhtmlrenderer.docx |
|---|
| Methods in org.docx4j.org.xhtmlrenderer.docx that return SharedContext | |
|---|---|
SharedContext |
DocxRenderer.getSharedContext()
|
| Methods in org.docx4j.org.xhtmlrenderer.docx with parameters of type SharedContext | |
|---|---|
FSFont |
Docx4jFontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec)
|
| Constructors in org.docx4j.org.xhtmlrenderer.docx with parameters of type SharedContext | |
|---|---|
Docx4jFontResolver(SharedContext sharedContext)
|
|
| Uses of SharedContext in org.docx4j.org.xhtmlrenderer.extend |
|---|
| Methods in org.docx4j.org.xhtmlrenderer.extend with parameters of type SharedContext | |
|---|---|
FSFont |
FontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec)
|
| Uses of SharedContext in org.docx4j.org.xhtmlrenderer.layout |
|---|
| Methods in org.docx4j.org.xhtmlrenderer.layout that return SharedContext | |
|---|---|
SharedContext |
LayoutContext.getSharedContext()
|
| Uses of SharedContext in org.docx4j.org.xhtmlrenderer.pdf |
|---|
| Methods in org.docx4j.org.xhtmlrenderer.pdf that return SharedContext | |
|---|---|
SharedContext |
ITextUserAgent.getSharedContext()
|
SharedContext |
ITextRenderer.getSharedContext()
|
SharedContext |
ITextOutputDevice.getSharedContext()
|
| Methods in org.docx4j.org.xhtmlrenderer.pdf with parameters of type SharedContext | |
|---|---|
FSFont |
ITextFontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec)
|
void |
ITextUserAgent.setSharedContext(SharedContext sharedContext)
|
void |
ITextOutputDevice.setSharedContext(SharedContext sharedContext)
|
| Constructors in org.docx4j.org.xhtmlrenderer.pdf with parameters of type SharedContext | |
|---|---|
ITextFontResolver(SharedContext sharedContext)
|
|
| Uses of SharedContext in org.docx4j.org.xhtmlrenderer.render |
|---|
| Fields in org.docx4j.org.xhtmlrenderer.render declared as SharedContext | |
|---|---|
protected SharedContext |
RenderingContext.sharedContext
|
| Methods in org.docx4j.org.xhtmlrenderer.render with parameters of type SharedContext | |
|---|---|
void |
RenderingContext.setContext(SharedContext sharedContext)
|
| Constructors in org.docx4j.org.xhtmlrenderer.render with parameters of type SharedContext | |
|---|---|
RenderingContext(SharedContext sharedContext)
needs a new instance every run |
|
| Uses of SharedContext in org.docx4j.org.xhtmlrenderer.simple |
|---|
| Methods in org.docx4j.org.xhtmlrenderer.simple that return SharedContext | |
|---|---|
SharedContext |
Graphics2DRenderer.getSharedContext()
Gets the SharedContext for layout and rendering. |
| Methods in org.docx4j.org.xhtmlrenderer.simple with parameters of type SharedContext | |
|---|---|
void |
XHTMLPanel.setSharedContext(SharedContext ctx)
Sets the RenderingContext attribute of the XHTMLPanel object. |
void |
Graphics2DRenderer.setSharedContext(SharedContext ctx)
Sets the SharedContext for rendering. |
| Uses of SharedContext in org.docx4j.org.xhtmlrenderer.swing |
|---|
| Fields in org.docx4j.org.xhtmlrenderer.swing declared as SharedContext | |
|---|---|
protected SharedContext |
RootPanel.sharedContext
|
| Methods in org.docx4j.org.xhtmlrenderer.swing that return SharedContext | |
|---|---|
SharedContext |
RootPanel.getSharedContext()
|
SharedContext |
Java2DRenderer.getSharedContext()
Returns the SharedContext to be used by renderer. |
SharedContext |
BoxRenderer.getSharedContext()
Returns the SharedContext to be used by renderer. |
SharedContext |
BasicPanel.getSharedContext()
|
| Methods in org.docx4j.org.xhtmlrenderer.swing with parameters of type SharedContext | |
|---|---|
protected static Font |
AWTFontResolver.createFont(SharedContext ctx,
Font root_font,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant)
Description of the Method |
protected static String |
AWTFontResolver.getFontInstanceHashName(SharedContext ctx,
String name,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant)
Gets the fontInstanceHashName attribute of the FontResolverTest object |
FSFont |
AWTFontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec)
|
FSFont |
AWTFontResolver.resolveFont(SharedContext ctx,
String[] families,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant)
Description of the Method |
protected Font |
AWTFontResolver.resolveFont(SharedContext ctx,
String font,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant)
Description of the Method |
void |
DOMInspector.setForDocument(Document doc,
SharedContext context,
StyleReference sr)
Sets the forDocument attribute of the DOMInspector object |
void |
BasicPanel.setSharedContext(SharedContext ctx)
|
| Constructors in org.docx4j.org.xhtmlrenderer.swing with parameters of type SharedContext | |
|---|---|
DOMInspector(Document doc,
SharedContext context,
StyleReference sr)
Constructor for the DOMInspector object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||