| Property | Type | Access | Description | 
|---|
| autoLeadingAmount | number | r/w | Auto leading amount (in percentage) | 
| bunriKinshi | bool | r/w | Is BunriKinshi enabled? | 
| burasagariType | BurasagariTypeEnum: BurasagariTypeEnum.None
 BurasagariTypeEnum.Standard
 BurasagariTypeEnum.Forced
 | r/w | The Burasagari type. | 
| desiredGlyphScaling | number | r/w | Desired glyph scaling expressed as a percentage. | 
| desiredLetterSpacing | number | r/w | Desired letter spacing expressed as a percentage. | 
| desiredWordSpacing | number | r/w | Desired word spacing expressed as a percentage. | 
| everyLineComposer | bool | r/w | Whether to enable every line composer (as opposed to single line composer)? | 
| firstLineIndent | number | r/w | First line left indent expressed in points. | 
| hyphenateCapitalizedWords | bool | r/w | Is hyphenation enabled for the capitalized words? | 
| hyphenation | bool | r/w | Is hyphenation enabled for the paragraph? | 
| hyphenationPreference | number (range: 0 - 1) | r/w | Hyphenation preference scale for better spacing (0) or fewer hyphens (1) | 
| hyphenationZone | number | r/w | Size of the hyphenation zone. | 
| justification | Justification: Justification.LEFT
 Justification.RIGHT
 Justification.CENTER
 Justification.FULLJUSTIFYLASTLINELEFT
 Justification.FULLJUSTIFYLASTLINERIGHT
 Justification.FULLJUSTIFYLASTLINECENTER
 Justification.FULLJUSTIFY
 | r/w | Paragraph justification. | 
| kinsoku | string | r/w | The Kinsoku Shori name. | 
| kinsokuOrder | KinsokuOrderEnum: KinsokuOrderEnum.PUSHIN
 KinsokuOrderEnum.PUSHOUTFIRST
 KinsokuOrderEnum.PUSHOUTONLY
 | r/w | The preferred Kinsoku order. | 
| kurikaeshiMojiShori | bool | r/w | Is KurikaeshiMojiShori enabled? | 
| leadingType | AutoLeadingType: AutoLeadingType.BOTTOMTOBOTTOM
 AutoLeadingType.TOPTOTOP
 | r/w | Auto leading type. | 
| leftIndent | number | r/w | Left indent of margin expressed in points. | 
| maximumConsecutiveHyphens | Int32 | r/w | Maximum number of consecutive hypenated lines. | 
| maximumGlyphScaling | number | r/w | Maximum glyph scaling expressed as a percentage. | 
| maximumLetterSpacing | number | r/w | Maximum letter spacing expressed as a percentage. | 
| maximumWordSpacing | number | r/w | Maximum word spacing expressed as a percentage. | 
| minimumAfterHyphen | Int32 | r/w | Minimum number of characters after a hyphen. | 
| minimumBeforeHyphen | Int32 | r/w | Minimum number of characters before a hyphen. | 
| minimumGlyphScaling | number | r/w | Minimum glyph scaling expressed as a percentage. | 
| minimumHyphenatedWordSize | Int32 | r/w | Minimum hyphenated word size. | 
| minimumLetterSpacing | number | r/w | Minimum letter spacing expressed as a percentage. | 
| minimumWordSpacing | number | r/w | Minimum word spacing expressed as a percentage. | 
| mojikumi | string | r/w | The Mojikumi name. | 
| parent | Object | readonly | The object's container. | 
| rightIndent | number | r/w | Right indent of margin expressed in points. | 
| romanHanging | bool | r/w | Is Roman hanging punctuation enabled? | 
| singleWordJustification | Justification: Justification.LEFT
 Justification.RIGHT
 Justification.CENTER
 Justification.FULLJUSTIFYLASTLINELEFT
 Justification.FULLJUSTIFYLASTLINERIGHT
 Justification.FULLJUSTIFYLASTLINECENTER
 Justification.FULLJUSTIFY
 | r/w | Single word justification. | 
| spaceAfter | number | r/w | Spacing after paragraph in points. | 
| spaceBefore | number | r/w | Spacing before paragraph in points. | 
| tabStops | Array of TabStopInfo | r/w | Tab stop settings. | 
| typename | string | readonly | The class name of the object. |