FormActMainGetTextExport(Int32, Int32, Int32, Font, Int32) Method |
Gets a text export of an encounter using formatters and column alignment
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic string GetTextExport(
int ZoneListIndex,
int EncounterListIndex,
int FormatIndex,
Font TabulateFont,
int MaxLines
)
Parameters
- ZoneListIndex Int32
- Zero based index of the ZoneData object
- EncounterListIndex Int32
- Zero based index of the EncounterData object
- FormatIndex Int32
- Which formatter preset in property ClipFormats to use.
- TabulateFont Font
- The font used to determine column alignment
- MaxLines Int32
- Maximum number of newlines allowed before truncating
Return Value
StringThe encounter text export
See Also