InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SnpKinsokuTableSettings Struct Reference

Public Attributes

PMString fName
 
WideString fKinsokuBefore
 
WideString fKinsokuAfter
 
WideString fKinsokuHanging
 
WideString fKinsokuNotSeparate
 
bool16 fEditability
 

Detailed Description

A structure that keeps kinsoku table settings. The fields have been modelled after methods in IKinsokuTable.

See Also
IKinsokuTable

Member Data Documentation

bool16 SnpKinsokuTableSettings::fEditability

Editability of this kinsoku table.

See Also
IKinsokuTable::GetEditability()
IKinsokuTable::SetEditability()
WideString SnpKinsokuTableSettings::fKinsokuAfter

The list of characters that cannot be placed after the beginning of a line. Also known as "Gyoutou kinshi moji" .

See Also
IKinsokuTable::GetKinsokuAfter()
WideString SnpKinsokuTableSettings::fKinsokuBefore

The list of characters that cannot be placed before the end of a line. Also known as "Gyoumatsu kinshi moji".

See Also
IKinsokuTable::GetKinsokuBefore()
WideString SnpKinsokuTableSettings::fKinsokuHanging

The list of characters that cannot be hanging at the end of a line. Also known as "Burasagari kinshi moji".

See Also
IKinsokuTable::GetKinsokuHanging()
WideString SnpKinsokuTableSettings::fKinsokuNotSeparate

The list of characters that must not be separated at the end of a line. Also known as "Bunri kinshi moji".

See Also
IKinsokuTable::GetKinsokuNotSeparate()
PMString SnpKinsokuTableSettings::fName

The name of the kinsoku table.

See Also
IStringData