Sort Score
Result 10 results
Languages All
Labels All
Results 8,651 - 8,660 of 18,450 for

docx to doc

(0.29 sec)
  1. PageSetup.characters_per_line property | Aspose...

    PageSetup.characters_per_line property. Gets or sets the number of characters per line in the Document grid.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Enable pitching, and then...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_LockContentControl method. When set To true, this property will prohibit a user from deleting this SDT in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. NodeCollection.indexOf method | Aspose.Words fo...

    NodeCollection.indexOf method. Returns the zero-based index of the specified node....let doc = new aw . Document ( base . myDir + "Tables.docx" );...); let table = doc . firstSection . body . tables . at ( 0 ); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Paragraph.insert_field method | Aspose.Words fo...

    aspose.words.Paragraph.insert_field method... doc = aw . Document () para = doc . first_section...child nodes: run = aw . Run ( doc = doc ) run . text = 'This run was...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartDataLabelCollection.format property | Aspo...

    ChartDataLabelCollection.format property. Provides access To fill and line formatting of the data labels.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::InlineStory::get_Font method | A...

    Aspose::Words::InlineSTory::get_Font method. Provides access To the font formatting of the anchor character of this object in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/inl...
  7. Aspose::Words::Font::get_Italic method | Aspose...

    Aspose::Words::Font::get_Italic method. True if the font is formatted as italic in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. Aspose::Words::DocumentBuilder::InsertCell meth...

    Aspose::Words::DocumentBuilder::InsertCell method. Inserts a table cell inTo the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> StartTable ();...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Customize Field Properties in Python|Aspose.Wor...

    Learn how To cusTomize field properties in Python. Rename merge fields or obtain results for fields without separaTor node in Python via .NET....aw doc = aw . Document ( "input.docx" ) for field in doc . range...= "NewFieldName" doc . save ( "output.docx" ) Q: How do I retrieve...

    docs.aspose.com/words/python-net/customize-fiel...
  10. PageSetup.LayoutMode | Aspose.Words for .NET

    Discover the PageSetup LayoutMode property To easily cusTomize your Document's layout. Enhance your design with flexible section options!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/net/aspose.words/pag...