Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPadding

padding options
padding options determine the padding for text.
See: IText
See: IText.padding

Hierarchy

  • IPadding

Index

Properties

padLeft

padLeft: string | number

A value of string or number to apply before each line of a file that is to be inserted.
String value is literal padding.
Number will be converted into spaces.

padLeftAssigned

padLeftAssigned: boolean

Boolean flag that is true if padLeft is include in text options

padRight

padRight: string | number

A value of string or number to apply after each line of a file that is to be inserted.
String value is literal padding.
Number will be converted into spaces

padRigtAssigned

padRigtAssigned: boolean

Boolean flag that is true if padRight is include in text options

Generated using TypeDoc