Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 4,580 for

range

(0.07 sec)
  1. How to Merge Cells in Excel using C#

    This basic tutorial will provide detail on how to merge cells in Excel using C#. By using a few number of API calls in C# excel cell merge feature can be incorporated in an existing or a new workbook....Merge() function to create a range of merged cells using first...

    kb.aspose.com/cells/net/how-to-merge-cells-in-e...
  2. How to Save Selected Pages from PDF using Java

    This short tutorial guides on how to save selected pages from PDF using Java. The environment configuration, step-wise programming tasks and a runnable sample code demonstrating how to select page in PDF and save using Java are part of it....random PDF pages or a continuous range of pages as per the application...

    kb.aspose.com/pdf/java/how-to-save-selected-pag...
  3. FieldStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldStart class, your key to efficiently managing Word fields in documents. Enhance your document processing today!... Range { get; } Returns a Range object that represents...FieldCollection fields = doc . Range . Fields ; Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words.fie...
  4. CompareOptions.compare_moves property | Aspose....

    CompareOptions.compare_moves property. Specifies whether to compare differences between the two documents.... range . fields [ 0 ] . as_field_date...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(String key,Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings fontSettings = new FontSettings(); fontSe…...DocumentBuilder(mainDoc); Range range = mainDoc.getRange(); NodeCollection...

    forum.aspose.com/t/topic/312049
  6. Convert MHTML to DOCX – Python Code Examples

    Convert MHTML to DOCX using Aspose.HTML Python library. Consider the supported MHTML to DOCX conversion scenarios in Python examples....with full control over a wide range of conversion parameters. To...you full control over a wide range of parameters and improve the...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  7. FixedPageSaveOptions.page_set property | Aspose...

    FixedPageSaveOptions.page_set property. Gets or sets the pages to render...DocumentBuilder ( doc ) for i in range ( 5 ): builder . writeln ( 'Page...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImageData.crop_top property | Aspose.Words for ...

    ImageData.crop_top property. Defines the fraction of picture removal from the top side....The amount of cropping can range from -1.0 to 1.0. The default...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Drawing::ImageData::get_CropRigh...

    Aspose::Words::Drawing::ImageData::get_CropRight method. Defines the fraction of picture removal from the right side in C++....The amount of cropping can range from -1.0 to 1.0. The default...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Node | Aspose.Words for Java

    Base class for all nodes of a Word document in Java.... getRange() Returns a Range object that represents the portion...getRange() public Range getRange() Returns a Range object that represents...

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