KVSKBADocumentLineFormat#
Fields#
| Name | Type | Note | 
|---|---|---|
| Report ID | Integer | |
| Line Type | Enum (KVSKBADocumentLineType) | |
| FontFamily | Text[50] | |
| FontSize | Decimal | |
| FontColor | Text[50] | |
| FontStyle | Enum (KVSKBAFontStyle) | |
| TextDecoration | Option | OptionMembers: Default,None,Underline,Overline,LineThrough | 
| Report Description | Text[250] | FlowField | 
| Font Color Description | Text[50] | FlowField | 
Procedures#
GetFontStyleText(Enum KVSKBAFontStyle) : Text[50]#
procedure GetFontStyleText(FontStylePar: Enum "KVSKBAFontStyle"): Text[50]
GetLineFormat(Integer, Enum KVSKBADocumentLineType, Text, Decimal, Text, Enum KVSKBAFontStyle, Option) : Text[250]#
procedure GetLineFormat(ReportID: Integer; LineTypePar: Enum "KVSKBADocumentLineType"; FontFamilyPar: Text; FontSizePar: Decimal; FontColorPar: Text; FontStylePar: Enum "KVSKBAFontStyle"; TextDecorationPar: Option): Text[250]
GetLineFormatDefault(Integer, Enum KVSKBADocumentLineType) : Text[250]#
procedure GetLineFormatDefault(ReportID: Integer; LineTypePar: Enum "KVSKBADocumentLineType"): Text[250]
GetLineFormatForStyle(Integer, Enum KVSKBADocumentLineType, Enum KVSKBAFontStyle) : Text[250]#
procedure GetLineFormatForStyle(ReportID: Integer; LineTypePar: Enum "KVSKBADocumentLineType"; FontStylePar: Enum "KVSKBAFontStyle"): Text[250]
CopyLineFormat(Integer, Integer) : Text[250]#
procedure CopyLineFormat(FromObjIDPar: Integer; DestObjIDPar: Integer): Text[250]
InitDocLineFormat(Integer) : Text[250]#
procedure InitDocLineFormat(DestObjIDPar: Integer): Text[250]
GetLineFormatDefaultIndent(Integer, Enum KVSKBADocumentLineType, Integer) : Text[250]#
procedure GetLineFormatDefaultIndent(ReportIDPar: Integer; LineTypePar: Enum "KVSKBADocumentLineType"; IndentPar: Integer): Text[250]
GetLineFormatForStyleIndent(Integer, Enum KVSKBADocumentLineType, Enum KVSKBAFontStyle, Integer) : Text[250]#
procedure GetLineFormatForStyleIndent(ReportIDPar: Integer; LineTypePar: Enum "KVSKBADocumentLineType"; FontStylePar: Enum "KVSKBAFontStyle"; IndentPar: Integer): Text[250]
GetFontDecorationText(Option) : Text[50]#
procedure GetFontDecorationText(FontDecorationPar: Option): Text[50]
GetFormattedFontSize(Decimal) : Text[20]#
procedure GetFormattedFontSize(SizePar: Decimal): Text[20]
LookupFontColor() :#
procedure LookupFontColor():