Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 20,126 for

document insertion

(0.12 sec)
  1. Extract text from PDF in Java | Aspose.PDF

    Java source code to extract text from PDF file on Java and PHP, Delphi....Programmatic modification of PDF documents is an essential part of modern...the PDF with an instance of Document. Create TextAbsorber object...

    products.aspose.com/pdf/java/parser/text/
  2. ThemeColors class | Aspose.Words for Python

    aspose.words.themes.ThemeColors class. Represents the color scheme of the Document theme which contains twelve colors....Represents the color scheme of the document theme which contains twelve...fonts for themes. doc = aw . Document ( file_name = MY_DIR + 'Theme...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Missing space from HTML Body text - Free Suppor...

    We are seeing an issue in HTML bodies where a space is missing in the extracted text after underlined words. “For example this” becomes “For examplethis” if example was an underlined word in the original email. So far w…...addressed in the available documentation, it is important to note...word without a space. You can insert a space in such cases based...

    forum.aspose.com/t/missing-space-from-html-body...
  4. DocumentBuilder.cellFormat property | Aspose.Wo...

    DocumentBuilder.cellFormat property. Returns an object that represents current table cell formatting properties.... Document (); let builder = new aw ...table formatting options for a document builder // will apply them...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldType enum to efficiently manage Microsoft Word field types and enhance your Document automation....Examples Shows how to insert a field into a document using a field code...code. Document doc = new Document (); DocumentBuilder builder...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldAutoNum class | Aspose.Words for Python

    aspose.words.fields.FieldAutoNum class. Implements the AUTONUM field...with Fields documentation article. Remarks Inserts an automatic...modifications made to the document. (Inherited from Field ) is_locked...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Notes::Footnote::get_IsAuto meth...

    Aspose::Words::Notes::Footnote::get_IsAuto method. Holds a value that specifies whether this is a auto-numbered footnote or footnote with user defined custom reference mark in C++....const Examples Shows how to insert and customize footnotes. auto...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.not...
  8. FieldStyleRef.InsertParagraphNumberInRelativeCo...

    Discover the FieldStyleRef InsertParagraphNumberInRelativeContext property to easily manage paragraph numbering in your Documents for enhanced clarity....property Gets or sets whether to insert the paragraph number of the...STYLEREF fields. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  9. ShapeBase.parent_paragraph property | Aspose.Wo...

    ShapeBase.parent_paragraph property. Returns the immediate parent paragraph.... Examples Shows how to insert a text box, and set the font...of its contents. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. RelativeHorizontalPosition | Aspose.Words for Java

    Specifies to what the horizontal position of a shape or text frame is relative in Java.... Examples: Shows how to insert a floating image to the center...center of a page. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...