13 public string Group {
get;
set; }
17 public string Key {
get;
set; }
21 public string Name {
get;
set; }
25 public string Info {
get;
set; }
Configuration for document placeholders used in the UI.
Dictionary< DocumentCreationTypes, bool > IsSupportedForTablePlaceholders
Indicates whether this placeholder is supported for table placeholders.
Dictionary< DocumentCreationTypes, bool > IsSupportedForDocumentType
Indicates whether this placeholder is supported for the document type.
Dictionary< DocumentCreationTypes, string > PostfixNumbersSupportedForDocumentType
Postfix numbers that can be used for the placeholder, formatted as a string.
string Placeholders
Placeholders that can be used in the document, formatted as a string.
string Name
Name of the placeholder, displayed in the UI.
string Info
Info text for the placeholder, providing additional context or instructions.
string Key
Key for the placeholder, used to identify it.
string Group
Group for the placeholder.
Dictionary< DocumentCreationTypes, bool > IsSupportedForTextPlaceholders
Indicates whether this placeholder is supported for text placeholders.