@ironsoftware/ironpdf
Version:
IronPDF for Node
36 lines (32 loc) • 978 B
text/typescript
// Original file: src/internal/IronPdfEngine.ProtoFiles/chrome_stamp.proto
export interface ChromeTextStamperInfoP {
'isBold'?: (boolean);
'isItalic'?: (boolean);
'isUnderline'?: (boolean);
'isStrikethrough'?: (boolean);
'fontFamily'?: (string);
'fontSize'?: (number);
'useGoogleFont'?: (boolean);
'textColor'?: (string);
'backgroundColor'?: (string);
'_isBold'?: "isBold";
'_isItalic'?: "isItalic";
'_isUnderline'?: "isUnderline";
'_isStrikethrough'?: "isStrikethrough";
'_fontFamily'?: "fontFamily";
'_fontSize'?: "fontSize";
'_useGoogleFont'?: "useGoogleFont";
'_textColor'?: "textColor";
'_backgroundColor'?: "backgroundColor";
}
export interface ChromeTextStamperInfoP__Output {
'isBold'?: (boolean);
'isItalic'?: (boolean);
'isUnderline'?: (boolean);
'isStrikethrough'?: (boolean);
'fontFamily'?: (string);
'fontSize'?: (number);
'useGoogleFont'?: (boolean);
'textColor'?: (string);
'backgroundColor'?: (string);
}