Sort Score
Result 10 results
Languages All
Labels All
Results 4,801 - 4,810 of 141,588 for

page

(0.07 sec)
  1. RevisionOptions.moved_from_text_effect property...

    RevisionOptions.moved_from_text_effect property. Allows to specify the effect to be applied to the areas where content was moved from [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)...bar on the left side of the page next to lines affected by revisions...balloons # on the right side of the page. revision_options . show_in_balloons...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to Insert Comment in PDF using Java

    This short article describes how to insert comment in PDF using Java. Information is provided to prepare the development environment, a step-wise detail and a runnable sample code demonstrating how to add comments in PDF file using Java....Page Product Family Aspose.PSD Product...collection in the selected PDF page before saving it on the disk...

    kb.aspose.com/pdf/java/how-to-insert-comment-in...
  3. How to Convert Excel to HTML in C++

    This simple tutorial discusses how to convert Excel to HTML in C++. You can change Excel to HTML in C++ to display information on a webPage using any browser on common operating systems like Linux, MS Windows or macOS....Page Product Family Aspose.PSD Product...properties for the output HTML page Configure the encoding, images...

    kb.aspose.com/cells/cpp/how-to-convert-excel-to...
  4. Aspose::Words::Range::NormalizeFieldTypes metho...

    Aspose::Words::Range::NormalizeFieldTypes method. Changes field type values FieldType of FieldStart, FieldSeparator, FieldEnd in this range so that they correspond to the field types contained in the field codes in C++....)); fieldText -> set_Text ( u "PAGE" ); // Changing the field code...the old type. ASSERT_EQ ( u "PAGE" , field -> GetFieldCode ());...

    reference.aspose.com/words/cpp/aspose.words/ran...
  5. FieldMergeBarcode.SymbolRotation | Aspose.Words...

    Discover the FieldMergeBarcode SymbolRotation property to easily customize barcode symbol rotation. Enhance your data presentation with valid values like 0 and 3....will create a new page for each row. Each page will contain a DISPLAYBARCODE...

    reference.aspose.com/words/net/aspose.words.fie...
  6. RevisionOptions.moved_to_text_effect property |...

    RevisionOptions.moved_to_text_effect property. Allows to specify the effect to be applied to the areas where content was moved to [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)...bar on the left side of the page next to lines affected by revisions...balloons # on the right side of the page. revision_options . show_in_balloons...

    reference.aspose.com/words/python-net/aspose.wo...
  7. RevisionOptions.deleted_text_color property | A...

    RevisionOptions.deleted_text_color property. Allows to specify the color to be used for deleted content [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)...bar on the left side of the page next to lines affected by revisions...balloons # on the right side of the page. revision_options . show_in_balloons...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RevisionOptions.comment_color property | Aspose...

    RevisionOptions.comment_color property. Allows to specify the color to be used for comments...bar on the left side of the page next to lines affected by revisions...balloons # on the right side of the page. revision_options . show_in_balloons...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Document::UpdateThumbnail method...

    Aspose::Words::Document::UpdateThumbnail method. Updates Thumbnail of the document using default options in C++....1 - Use the document's first page: doc -> UpdateThumbnail ();...1 - Use the document's first page: doc -> UpdateThumbnail ();...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Several HTML Into JPG C#

    Merge multiple HTML into JPG in C# code. Save HTML as JPG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/html-to-jpg/