Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { *BufWriter ContextData // contains filtered or unexported fields }
func (*Context) GetAndIncrementOrdinal ¶ added in v0.132.0
func (*Context) PeekPid ¶ added in v0.125.0
PeekPid returns the current page ID without removing it from the stack.
type ContextData ¶
type ContextData interface { RenderContext() converter.RenderContext DocumentContext() converter.DocumentContext }
type RenderContextDataHolder ¶
type RenderContextDataHolder struct { Rctx converter.RenderContext Dctx converter.DocumentContext }
func (*RenderContextDataHolder) DocumentContext ¶
func (ctx *RenderContextDataHolder) DocumentContext() converter.DocumentContext
func (*RenderContextDataHolder) RenderContext ¶
func (ctx *RenderContextDataHolder) RenderContext() converter.RenderContext
Click to show internal directories.
Click to hide internal directories.