bool FormatProperties.TextMinDigitsRemove trailing zeros. Example = Block { var number = 12.300; Paragraph { TextDigits: 3; TextMinDigits: false; number; }; Paragraph { TextDigits: 3; TextMinDigits: true; number; };};//============================================================12.30012.3