Sort Score
Result 10 results
Languages All
Labels All
Results 9,231 - 9,240 of 18,038 for

aws

(0.24 sec)
  1. PdfSaveOptions.displayDocTitle property | Aspos...

    PdfSaveOptions.displayDocTitle property. A flag specifying whether the window’s title bar should display the document title taken from the Title entry of the document information dictionary....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...filename. let pdfSaveOptions = new aw . Saving . PdfSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ParagraphFormat.left_indent property | Aspose.W...

    ParagraphFormat.left_indent property. Gets or sets the value (in points) that represents the left indent for paragraph.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . alignment = aw . ParagraphAlignment . CENTER...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert docx to pdf Chinese garbled - Free Supp...

    Convert docx to pdf,Chinese garbled,English normal. code: file_name = download_file(filepath) file_name_without_ext = Path(file_name).stem file_path = base_dir / "file" / file_name new_file_name = file_name_without_…..."file" / new_file_name doc = aw.Document(str(file_path)) doc...aspose.words as aw # Load the Word document doc = aw.Document("input...

    forum.aspose.com/t/convert-docx-to-pdf-chinese-...
  4. Clonar un documento en Python|Aspose.Words para...

    Clona un documento para obtener su copia idéntica usando Python. Al crear una copia, se clonan nodos y propiedades del documento original.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...

    docs.aspose.com/words/es/python-net/clone-a-doc...
  5. Clonează un Document în Python|Aspose.Words pen...

    Clonați un document pentru a obține copia identică folosind Python. La crearea unei copii, nodurile și proprietățile documentului original sunt clonate.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...

    docs.aspose.com/words/ro/python-net/clone-a-doc...
  6. Field.get_field_code method | Aspose.Words for ...

    aspose.words.fields.Field.get_field_code method... doc = aw . Document () builder = aw . DocumentBuilder...yyyy"' ) self . assertEqual ( aw . fields . FieldType . FIELD_DATE...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBase.lists property | Aspose.Words for ...

    DocumentBase.lists property. Provides access to the list formatting used in the document.... doc = aw . Document () builder = aw . DocumentBuilder...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...

    reference.aspose.com/words/python-net/aspose.wo...
  8. XmlMapping.delete method | Aspose.Words for Python

    XmlMapping.delete method. Deletes mapping of the parent structured document to XML data.... doc = aw . Document () # Construct an... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Section class | Aspose.Words for Python

    aspose.words.Section class. Represents a single section in a document... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PageSetup.text_orientation property | Aspose.Wo...

    PageSetup.text_orientation property. Allows to specify [PageSetup.text_orientation](./) for the whole page... doc = aw . Document () builder = aw . DocumentBuilder...page_setup . text_orientation = aw . TextOrientation . UPWARD doc...

    reference.aspose.com/words/python-net/aspose.wo...