Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 123,046 for

note

(0.12 sec)
  1. Protected Sheet Without Password - Free Support...

    We use below method to load the document into Aspose by trying with different LoadFormat Workbook LoadExcelDocument(FileStream stream) { Aspose.Cells.Workbook workbook; bool isExcelDocumentLoaded = false; v…... Note: The explanation is based on...

    forum.aspose.com/t/protected-sheet-without-pass...
  2. PsSaveOptions class | Aspose.Words for Python

    aspose.words.saving.PsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.PS](../../aspose.words/saveformat/#PS) format... Note: The accuracy of the content...

    reference.aspose.com/words/python-net/aspose.wo...
  3. About move a table data lower part of aspose wo...

    Hi, How to move a table data lower part of an aspose word just above footer. I have tried to place table just above footer, but it is moving up while generates report. Coud pls help me on this? Generated Report: Re…... NOTE – This solution works with Aspose...

    forum.aspose.com/t/about-move-a-table-data-lowe...
  4. Render multiple images in a row - Free Support ...

    Hello, I have a array of images. I want to render the all images in array two images in a row. I have attached my syntax. It throws an error. It works when trying to render 1 image per row. Also, is there any way to f…... As a note, if extra paragraphs are unwanted...

    forum.aspose.com/t/render-multiple-images-in-a-...
  5. Aspose::Words::NodeType enum | Aspose.Words for...

    Aspose::Words::NodeType enum. Specifies the type of a Word document node in C++....shape -> set_Height ( 200 ); // Note that the 'CustomNodeId' is not...

    reference.aspose.com/words/cpp/aspose.words/nod...
  6. DocumentBuilder.MoveToBookmark | Aspose.Words f...

    Effortlessly navigate your documents with the DocumentBuilder MoveToBookmark method, instantly positioning the cursor at any bookmark for enhanced editing.... Note that some bookmarks in the document...

    reference.aspose.com/words/net/aspose.words/doc...
  7. CompositeNode.GetChildNodes | Aspose.Words for ...

    Discover the CompositeNode GetChildNodes method—effortlessly retrieve a live collection of child nodes tailored to your specified type for enhanced performance.... Height = 200 ; // Note that the 'CustomNodeId' is not...

    reference.aspose.com/words/net/aspose.words/com...
  8. Integrate with MS Report Viewer|Aspose.Words fo...

    How to render reports using built-in engine of the report viewer and Aspose.Words for Reporting Services library.... Please note that Aspose.Words.ReportingServices...

    docs.aspose.com/words/reportingservices/integra...
  9. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type.... height = 200 # Note that the 'CustomNodeId' is not...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Converting EML file to PDF using aspose - Free ...

    Hi Team, In our project we are trying to convert eml to pdf file and code is as below: MailMessage message = MailMessage.Load(source); System.IO.MemoryStream msMsg = new System.IO.MemoryStream(); message.Save(msMsg, As…...2:26pm 8 @Nithyav You should note, Aspose.Words is designed to...

    forum.aspose.com/t/converting-eml-file-to-pdf-u...