Sort Score
Result 10 results
Languages All
Labels All
Results 9,081 - 9,090 of 182,595 for

doc

(0.28 sec)
  1. ImportFormatOptions.adjust_sentence_and_word_sp...

    ImportFormatOptions.adjust_sentence_and_word_spacing property. Gets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically... src_doc = aw . Document () dst_doc = aw . Document...aw . DocumentBuilder ( doc = src_doc ) builder . write ( 'Dolor...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose.Page for Python – 常见问题

    全面的常见问题解答,涵盖 Aspose.Page 纯 Python 库的安装、许可、支持的格式、转换、渲染、编辑、性能和故障排除。...Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/page/zh/python-net/faq/
  3. IPageLayoutCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during build and rendering of page layout model in Java....Exception { Document doc = new Document(); doc.getBuiltInDocumentPr()...DocumentBuilder(doc); builder.writeln("Hello world!"); doc.getLayoutOptions()...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldPageRef class | Aspose.Words for Python

    aspose.words.fields.FieldPageRef class. Implements the PAGEREF field... def field_page_ref (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) insert_and_name_bookmark ( builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. XmlDataSource | Aspose.Words for .NET

    Create a powerful data source effortlessly with the XmlDataSource constructor, loading XML data using optimized default options for seamless integration.... Document doc = new Document ( MyDir + "Reporting...BuildReport ( doc , dataSource , "persons" ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Add a comment to a slide|Aspose.Slides Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....using ( PresentationDocument doc = PresentationDocument . Open...existing comment authors part. if ( doc . PresentationPart . CommentAuthorsPart...

    docs.aspose.com/slides/net/add-a-comment-to-a-s...
  7. Aspose::Words::Fields::FieldIndex::get_HasSeque...

    Aspose::Words::Fields::FieldIndex::get_HasSequenceName method. Gets a value indicating whether a sequence should be used while the field's result building in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. QR code generation in word template - Free Supp...

    Hi, I’m using Aspose.Words to insert tags in a .Docx file, which I then pass to the engine along with JSON data for Document generation. Now, I want to add QR code support so that by simply placing a tag in the .Docx fi…...to illustrate this: Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); // Set a custom barcode generator doc.getFieldOptions()...

    forum.aspose.com/t/qr-code-generation-in-word-t...
  9. FieldAsk Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAsk class for seamless implementation of the ASK field, enhancing Document automation and efficiency....void FieldAsk () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Place a field where the...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Aspose::Words::DocumentBuilder::InsertFootnote ...

    Aspose::Words::DocumentBuilder::InsertFootnote method. Inserts a footnote or endnote into the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert some text and mark...

    reference.aspose.com/words/cpp/aspose.words/doc...