---
title: "אסטוגרפיה באסיה Python"
---

טייפוגרפיה אסיה היא קבוצה של אפשרויות לפסקאות טקסט במסמכים שנכתבו בשפות אסיה.

Aspose.Words תמיכה אסיאתית Typography באמצעות [ParagraphFormat](https://reference.aspose.com/words/python-net/aspose.words/paragraphformat/) מעמד וחלק מהנכסים שלו.

## מותאם אוטומטית לחלל בין טקסטים או מספרים אסיאתיים

אם אתה מעצב תבנית עם טקסט מזרח אסיה ולטינית ורוצה לשפר את המראה של תבנית הטופס שלך על ידי שליטה על החללים בין שני סוגי הטקסט, אתה יכול להגדיר תבנית הטופס שלך כדי להתאים באופן אוטומטי את החללים בין שני סוגים אלה של טקסט. כדי להשיג זאת, אתה יכול להשתמש [AddSpaceBetweenFarEastAndAlpha](https://reference.aspose.com/words/python-net/aspose.words/paragraphformat/add_space_between_far_east_and_alpha/) ו [AddSpaceBetweenFarEastAndDigit](https://reference.aspose.com/words/python-net/aspose.words/paragraphformat/add_space_between_far_east_and_digit/) תכונות של `ParagraphFormat` מעמד.

דוגמה לקוד הבא מראה כיצד להשתמש **AddSpaceBetweenFarEastAndAlpha** ו **AddSpaceBetweenFarEastAndDigit** תכונות:

{{< gist "aspose-words-gists" "e9d8f984dac599756ccb4a64b8c79768" "Examples-DocsExamples-DocsExamples-Programming with Documents-Working with Document-document_formatting-SpaceBetweenAsianAndLatinText.py" >}}

## אפשרויות ל- Line Break Options

הכרטיסיה האסייתית טיפוגרפיה של תיבת הדו-שיח התכונות של פסקה Microsoft Word יש קו שובר קבוצה. את האפשרויות של קבוצה זו ניתן להגדיר באמצעות [FarEastLineBreakControl](https://reference.aspose.com/words/python-net/aspose.words/paragraphformat/far_east_line_break_control/), [WordWrap](https://reference.aspose.com/words/python-net/aspose.words/paragraphformat/word_wrap/), [HangingPunctuation](https://reference.aspose.com/words/python-net/aspose.words/paragraphformat/hanging_punctuation/) תכונות של **ParagraphFormat** מעמד.

דוגמה לקוד הבא מראה כיצד להשתמש בתכונות אלה:

{{< gist "aspose-words-gists" "e9d8f984dac599756ccb4a64b8c79768" "Examples-DocsExamples-DocsExamples-Programming with Documents-Working with Document-document_formatting-AsianTypographyLineBreakGroup.py" >}}
