This commit is contained in:
@@ -23,7 +23,9 @@ public interface ITemplateDataProvider
|
||||
}
|
||||
|
||||
public sealed record PageSizeDefinition(float Width, float Height, string Unit = "mm");
|
||||
public sealed record PlaceholderDefinition(string Name, PlaceholderType Type, bool Required = false);
|
||||
public sealed record PlaceholderDefinition(string Name, PlaceholderType Type, bool Required = false,
|
||||
bool IsConstant = false, string? ConstantValue = null,
|
||||
bool Bold = false, bool Italic = false, bool Underline = false);
|
||||
|
||||
public sealed class TemplateManifest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user