LoadOptions.load_format property. Specifies the format of the document to be loaded...load_format ( self ) -> aspose . words . LoadFormat : ... @load_format...load_format ( self , value : aspose . words . LoadFormat ): ... Remarks...
ChartDataLabelCollection.orientation property. Gets or sets the text orientation of the data labels of the entire series....orientation ( self ) -> aspose . words . drawing . ShapeTextOrientation...orientation ( self , value : aspose . words . drawing . ShapeTextOrientation...
Hyphenation.callback property. Gets or sets callback interface used to request dictionaries when page layout of the document is built... get callback () : Aspose . Words . IHyphenationCallback... See Also module Aspose.Words class Hyphenation Hyphenation....
DocumentVisitor.visitGroupShapeStart method. Called when enumeration of a group shape has started....visitGroupShapeStart ( groupShape : Aspose . Words . Drawing . GroupShape...enumeration. See Also module Aspose.Words class DocumentVisitor DocumentVisitor...
DocumentVisitor.visitShapeStart method. Called when enumeration of a shape has started....visitShapeStart ( shape : Aspose . Words . Drawing . Shape ) Parameter...enumeration. See Also module Aspose.Words class DocumentVisitor DocumentVisitor...
Font.themeFontAscii property. Gets or sets the theme font used for Latin text (characters with character codes from 0 (zero) through 127) in the applied font scheme that is associated with this [Font](../) object....get themeFontAscii () : Aspose . Words . Themes . ThemeFont See...See Also module Aspose.Words class Font Font.themeFont property...
TabStop.leader property. Gets or sets the type of the leader line displayed under the tab character....def leader ( self ) -> aspose . words . TabLeader : ... @leader...leader ( self , value : aspose . words . TabLeader ): ... Examples...