Sort Score
Result 10 results
Languages All
Labels All
Results 7,401 - 7,410 of 180,456 for

doc

(0.22 sec)
  1. Გადაიყვანეთ Გამოსახულება TXT C++

    გადაიყვანეთ Გამოსახულება TXT C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც TXT C++....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/ka/cpp/conversion/ima...
  2. ImageData.source_full_name property | Aspose.Wo...

    ImageData.source_full_name property. Gets or sets the path and name of the source file for the linked image.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) image_file_name = IMAGE_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Story::AppendParagraph method | ...

    Aspose::Words::Story::AppendParagraph method. A shortcut method that creates a Paragraph object with optional text and appends it to the end of this object in C++.... auto doc = System :: MakeObject < Aspose...:: Words :: HeaderFooter > ( doc , Aspose :: Words :: HeaderFooterType...

    reference.aspose.com/words/cpp/aspose.words/sto...
  4. Document.punctuation_kerning property | Aspose....

    Document.punctuation_kerning property. Specifies whether kerning applies to both Latin text and punctuation.... doc = aw . Document ( file_name =...docx' ) self . assertTrue ( doc . punctuation_kerning ) See Also...

    reference.aspose.com/words/python-net/aspose.wo...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF เป็น {{FILERESSULT}} ตัวแปลงโดยใช้ Python via Javahttps://products.aspose.com/pdf/th/python-java/conversion/pdf-to-Doc/Recent content in PD......com/pdf/th/python-java/conversion/pdf-to-doc/Recent content in PDF เป็น {{FILERESSULT}}...com/pdf/th/python-java/conversion/pdf-to-doc/index.xml self application/rss+xml...

    products.aspose.com/pdf/th/python-java/conversi...
  6. Aspose::Words::Fields::UserInformation::get_Ini...

    Aspose::Words::Fields::UserInformation::get_Initials method. Gets or sets the user's initials in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create a UserInformation...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. FieldRD | Aspose.Words for Java

    Implements the RD field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Use a document builder to...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldFileSize | Aspose.Words for Java

    Implements the FILESIZE field in Java.... Document doc = new Document(getMyDir() + "Document...docx"); Assert.assertEquals(doc.getBuiltInDocumentPr().getBytes()...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldFormText | Aspose.Words for Java

    Implements the FORMTEXT field in Java.... Document doc = new Document(getMyDir() + "Form...fieldFormCheckBox = (FieldFormCheckBox) doc.getRange().getFields().get(1);...

    reference.aspose.com/words/java/com.aspose.word...
  10. HorizontalRuleFormat | Aspose.Words for Java

    Represents horizontal rule formatting in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertHorizontalRule();...

    reference.aspose.com/words/java/com.aspose.word...