Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLineDocxForExport ¶
func GetLineDocxForExport(event *events.LineDocxForExportContext)
GetLineDocxForExport sets alignment for DOCX export
func GetLineHTMLForExport ¶
func GetLineHTMLForExport(event *events.LineHtmlForExportContext)
GetLineHTMLForExport wraps a line with the appropriate alignment tag for export.
func GetLineOdtForExport ¶
func GetLineOdtForExport(event *events.LineOdtForExportContext)
GetLineOdtForExport sets alignment for ODT export
func GetLinePDFForExport ¶
func GetLinePDFForExport(event *events.LinePDFForExportContext)
GetLinePDFForExport sets alignment for PDF export
Types ¶
type EpAlignPlugin ¶ added in v0.0.5
type EpAlignPlugin struct {
// contains filtered or unexported fields
}
func (*EpAlignPlugin) Description ¶ added in v0.0.5
func (p *EpAlignPlugin) Description() string
func (*EpAlignPlugin) Enabled ¶ added in v0.0.5
func (p *EpAlignPlugin) Enabled() bool
func (*EpAlignPlugin) Init ¶ added in v0.0.5
func (p *EpAlignPlugin) Init(epPluginStore *interfaces.EpPluginStore)
func (*EpAlignPlugin) IsEnabled ¶ added in v0.0.5
func (p *EpAlignPlugin) IsEnabled() bool
func (*EpAlignPlugin) Name ¶ added in v0.0.5
func (p *EpAlignPlugin) Name() string
func (*EpAlignPlugin) SetEnabled ¶ added in v0.0.5
func (p *EpAlignPlugin) SetEnabled(enabled bool)
Click to show internal directories.
Click to hide internal directories.