joinRunsWithSameFormatting method

joinRunsWithSameFormatting()

Joins runs with the same formatting in the paragraph.

joinRunsWithSameFormatting()

Returns

Number of joins performed. When N adjacent runs are being joined they count as N - 1 joins.

joinRunsWithSameFormatting(options)

Joins runs with the same formatting in the paragraph.

joinRunsWithSameFormatting(options: Aspose.Words.JoinRunsOptions)
ParameterTypeDescription
optionsJoinRunsOptionsAdditional options

Returns

Number of joins performed. When N adjacent runs are being joined they count as N - 1 joins.

See Also