is_shift_jis property
FieldSymbol.is_shift_jis property
Gets or sets whether the character code is interpreted as the value of a SHIFT-JIS character.
@property
def is_shift_jis(self) -> bool:
...
@is_shift_jis.setter
def is_shift_jis(self, value: bool):
...
See Also
- module aspose.words.fields
- class FieldSymbol