Sort Score
Result 10 results
Languages All
Labels All
Results 5,331 - 5,340 of 20,247 for

insert documents

(0.37 sec)
  1. How to change font name for aspose word table o...

    Hi, How to change font name as Verdana for aspose word table of content using LINQ report engine....You can insert this via Word or use Aspose.Words to insert it programmatically...report is built: Document doc = new Document("output.docx"); //...

    forum.aspose.com/t/how-to-change-font-name-for-...
  2. Aspose::Words::Drawing::ShapeBase::get_Right me...

    Aspose::Words::Drawing::ShapeBase::get_Right method. Gets the position of the right edge of the containing block of the shape in C++.... Examples Shows how to insert a floating image, and specify...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Is it possible to save as plain text while pres...

    MS Word has the ability to Insert line breaks to keep paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…...MS Word has the ability to insert line breaks to keep paragraphs...convert to TXT format: Document doc = new Document("C:\\Temp\\line break...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  4. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation.... Document ( base . myDir + "Header and...() => { let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Compress and Decompress EPS Files via .NET

    C# compression and decompression source code to compress EPS Documents into a single zip archive or vice versa on .NET Framework, .NET Core....Native and high performance EPS document ZIP, TAR, GZIP, BZ2 compression...for .NET Conversion Demos Documentation Source Code API Reference...

    products.aspose.com/zip/net/zip-file/eps/
  6. Aspose::Words::Fields::FieldIf::get_FalseText m...

    Aspose::Words::Fields::FieldIf::get_FalseText method. Gets or sets the text displayed if the comparison expression is false in C++....get_FalseText () Examples Shows how to insert an IF field. auto doc = System...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Fields::FieldIf::get_TrueText me...

    Aspose::Words::Fields::FieldIf::get_TrueText method. Gets or sets the text displayed if the comparison expression is true in C++....get_TrueText () Examples Shows how to insert an IF field. auto doc = System...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Convert XLT to DOC with .NET or with free Onlin...

    Convert XLT to DOC on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLT to DOC online converter quickly before integrating the code....doc format is the standard document format for Microsoft Word...PDF file using Document class Save the document to DOC format...

    products.aspose.com/total/net/conversion/xlt-to...
  9. How to Run Examples | Python via .NET

    Python Library for the developers to process PS, EPS, and XPS files. Learn how to run examples within Aspose.Page API solution for Python....in the field “Script path” Insert the absolute path to “run_examples...in the “Working directory” insert the absolute path to the project...

    docs.aspose.com/page/python-net/how-to-run-exam...
  10. TextPath.trim property | Aspose.Words for Python

    TextPath.trim property. Determines whether extra space is removed above and below the text....def insert_text_paths (): doc = aw . Document () # Insert a WordArt...save ( ARTIFACTS_DIR + 'Shape.insert_text_paths.docx' ) def append_word_art...

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