Click or drag to resize

FormActMainGetTextExport Method (Int32, Int32, Int32, Font, Int32)

Gets a text export of an encounter using formatters and column alignment

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public string GetTextExport(
	int ZoneListIndex,
	int EncounterListIndex,
	int FormatIndex,
	Font TabulateFont,
	int MaxLines
)

Parameters

ZoneListIndex
Type: SystemInt32
Zero based index of the ZoneData object
EncounterListIndex
Type: SystemInt32
Zero based index of the EncounterData object
FormatIndex
Type: SystemInt32
Which formatter preset in property ClipFormats to use.
TabulateFont
Type: System.DrawingFont
The font used to determine column alignment
MaxLines
Type: SystemInt32
Maximum number of newlines allowed before truncating

Return Value

Type: String
The encounter text export
See Also