Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 173,367 for

document formatting

(0.19 sec)
  1. Field.update method | Aspose.Words for Python

    aspose.words.fields.Field.update method... update(ignore_merge_format) Performs a field update. Throws...update ( self , ignore_merge_format : bool ): ... Parameter Type...

    reference.aspose.com/words/python-net/aspose.wo...
  2. StyleCollection.add method | Aspose.Words for P...

    StyleCollection.add method. Creates a new user defined style and adds it the collection....with default numbered list formatting (1 \ a \ i). Throws an exception...and use it in a document. doc = aw . Document () # A list allows...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldFormCheckBox Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFormCheckBox class, designed to easily implement FORMCHECKBOX fields for enhanced Document interactivity and functionality....the Working with Fields documentation article. public class FieldFormCheckBox...that represents the field end. Format { get; } Gets a FieldFormat...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldLastSavedBy | Aspose.Words for Java

    Implements the LASTSAVEDBY field in Java....the Working with Fields documentation article. Remarks: Retrieves...modified and saved the current document, as recorded in the LastModifiedBy...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose.Words for C++ | Aspose API References

    Aspose.Words is a class library that can be used by developers for various platforms for a variety of Document processing tasks....and printing Microsoft Word documents without utilizing Microsoft...robust support for AI-powered document processing. Aspose::Words::Bibliography...

    reference.aspose.com/words/cpp/
  6. Incorrect HTML to PDF conversion result using J...

    Tried to convert the HTML file included here: test_aspose.zip (1.5 KB) using the following Java code: public StreamingResponseBody asposePdf(@RequestParam(name="html") final String htmlInput) throws Exception { fina…...Screen); final var document = new com.aspose.html.HTMLDocument(htmlInput...PdfDevice(pdfSaveOptions, out); document.renderTo(device); return streamResponse(out...

    forum.aspose.com/t/incorrect-html-to-pdf-conver...
  7. Aspose::Words::Fields::FieldTime class | Aspose...

    Aspose::Words::Fields::FieldTime class. Implements the TIME field. To learn more, visit the Documentation article in C++....the Working with Fields documentation article. class FieldTime...the start of the field. get_Format () Gets a FieldFormat object...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Fields::FieldNext class | Aspose...

    Aspose::Words::Fields::FieldNext class. Implements the NEXT field. To learn more, visit the Documentation article in C++....the Working with Fields documentation article. class FieldNext...the start of the field. get_Format () Gets a FieldFormat object...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. LoadOptions class | Aspose.Words for Python

    aspose.words.loading.LoadOptions class. Allows to specify additional options (such as password or base URI) when loading a Document into a [Document](../../aspose.words/Document/) object...URI) when loading a document into a Document object. To learn more...the Specify Load Options documentation article. Constructors Name...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Merge MD Files in C#

    Refer to this article to merge MD files in C#. It has the IDE settings, a list of instructions, and a sample code to combine MD in C# using a few API calls only....the first MD file into the Document object and set the callback...second MD file into another Document object with the same configuration...

    kb.aspose.com/words/net/merge-md-files-in-csharp/