Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Asian Typography is a set of options for text paragraphs in documents written in Asian languages.
Aspose.Words supports Asian Typography using the ParagraphFormat class and some of its properties.
If you are designing a template with both East Asian and Latin text and want to enhance the appearance of your form template by controlling the spaces between both types of text, you can configure your form template to automatically adjust the spaces between these two types of text. To achieve this, you can use AddSpaceBetweenFarEastAndAlpha and AddSpaceBetweenFarEastAndDigit properties of the ParagraphFormat
class.
The following code example shows how to use AddSpaceBetweenFarEastAndAlpha and AddSpaceBetweenFarEastAndDigit properties:
The Asian Typography tab of the paragraph properties dialog box in Microsoft Word has line break group. The options of this group can be set using the FarEastLineBreakControl, WordWrap, HangingPunctuation properties of the ParagraphFormat class.
The following code example shows how to use these properties:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.