Aspose.Words.CompositeNode class. Base class for nodes that can contain other nodes... let doc = new aw . Document (); // Add two runs...paragraph . appendChild ( new aw . Run ( doc , "Hello world! "...
DocumentBuilder.insertHorizontalRule method. Inserts a horizontal rule shape into the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...horizontalRuleFormat . alignment = aw . Drawing . HorizontalRuleAlignm...
DocumentBuilder.underline property. Gets/sets underline type for the current font....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...doc ); builder . underline = aw . Underline . Dash ; builder...
TextColumnCollection.count property. Gets the number of columns in the section of a document.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK )...
Übersetzen Sie ein Dokument. Aspose.Words für Python vereinfacht die Übersetzung von Dokumenten mithilfe von Google AI -Modellen, sodass Sie die Zielsprache angeben können....Arabische zu übersetzen: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...
Tradurre un documento. Aspose.Wordsper Python semplifica la traduzione di documenti utilizzando i modelli Google AI, consentendo di specificare la lingua di destinazione....un documento in arabo: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...
Traduire un document. Aspose.Words pour Python simplifie la traduction de documents à l'aide des modèles Google AI, vous permettant de spécifier la langue cible....traduire un document en arabe: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...
FieldAutoNum.separator_character property. Gets or sets the separator character to be used.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_AUTO_NUM...
GlowFormat.radius property. Gets or sets a double value that represents the length of the radius for a glow effect in points (pt)... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...