Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LineDocxForExportContext ¶
type LineDocxForExportContext struct {
Line *models.LineModel
LineContent *string
Apool *apool.APool
AttribLine *string
Text *string
PadId *string
Alignment *string // "left", "center", "right", "justify"
}
LineDocxForExportContext is the context for the getLineDocxForExport hook
type LineOdtForExportContext ¶
type LineOdtForExportContext struct {
Line *models.LineModel
LineContent *string
Apool *apool.APool
AttribLine *string
Text *string
PadId *string
Alignment *string // "left", "center", "right", "justify"
}
LineOdtForExportContext is the context for the getLineOdtForExport hook
type LinePDFForExportContext ¶
type LinePDFForExportContext struct {
Line *models.LineModel
LineContent *string
Apool *apool.APool
AttribLine *string
Text *string
PadId *string
Alignment *string // "left", "center", "right", "justify"
}
LinePDFForExportContext is the context for the getLinePDFForExport hook
type LineTxtForExportContext ¶
type LineTxtForExportContext struct {
Line *models.LineModel
LineContent *string
Apool *apool.APool
AttribLine *string
Text *string
PadId *string
}
LineTxtForExportContext is the context for the getLineTxtForExport hook
type LocaleLoadContext ¶
Click to show internal directories.
Click to hide internal directories.