Sort Score
Result 10 results
Languages All
Labels All
Results 8,531 - 8,540 of 180,184 for

doc

(0.27 sec)
  1. Փոխարկել WORD PDF C++

    Փոխարկեք WORD ը PDF ձևաչափի C++ կոդով: Պահեք WORD որպես PDF օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.docx" ); doc-> Save...

    products.aspose.com/words/hy/cpp/conversion/wor...
  2. Փոխարկել WORD TXT C++

    Փոխարկեք WORD ը TXT ձևաչափի C++ կոդով: Պահեք WORD որպես TXT օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.docx" ); doc-> Save...

    products.aspose.com/words/hy/cpp/conversion/wor...
  3. XamlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.XAML_FIXED format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...getResourcesFolderAl()).mkdir(); doc.save(getArtifactsDir() + "XamlFixedSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  4. PdfSaveOptions.OutlineOptions | Aspose.Words fo...

    Discover PdfSaveOptions' OutlineOptions property to customize your PDF outlines effortlessly. Enhance navigation and improve Document usability!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert headings that can...

    reference.aspose.com/words/net/aspose.words.sav...
  5. FieldDisplayBarcode.pos_code_style property | A...

    FieldDisplayBarcode.pos_code_style property. Gets or sets the style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8)... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ListTrailingCharacter enumeration | Aspose.Word...

    aspose.words.lists.ListTrailingCharacter enumeration. Specifies the character that separates the list label from the text of the paragraph.... doc = aw . Document () # A list allows...two of its list levels. doc_list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Working With Nodes in Python|Aspose.Words for Java

    Working With Nodes using Python.... doc = Document () \# Creates and...document . para = Paragraph ( doc ) \# Typed access to the last...

    docs.aspose.com/words/java/working-with-nodes-i...
  8. Font.shading property | Aspose.Words for Node.js

    Font.shading property. Returns a [Shading](../../shading/) object that refers to the shading formatting for the font.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . color = "#FFFFFF"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Odso.TableName | Aspose.Words for .NET

    Discover the Odso TableName property, effortlessly connect to specific data sets in external sources, enhancing data integration with ease.... Document doc = new Document ( MyDir + "Odso...MailMergeSettings settings = doc . MailMergeSettings ; Console...

    reference.aspose.com/words/net/aspose.words.set...
  10. Aspose::Words::Notes::FootnoteType enum | Aspos...

    Aspose::Words::Notes::FootnoteType enum. Specifies whether this is a footnote or an endnote in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert some text and mark...

    reference.aspose.com/words/cpp/aspose.words.not...