Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 39,383 for

document properties

(0.16 sec)
  1. Manipulate Position Size and Designer Chart|Doc...

    Learn how to use Aspose.Cells for .NET to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these Properties for improved layout and visualization....ChartObject property to achieve this. You can use...use its sub‑properties to re‑size the chart with new height and...

    docs.aspose.com/cells/net/manipulate-position-s...
  2. 用C++获取单元格验证|Documentation

    本文章介绍了如何用C++应用验证到单元格。...GetValidation (); // Read various properties of the validation std ::...:: cout << "Reading Properties of Validation" << std :: endl ;...

    docs.aspose.com/cells/zh/cpp/get-validation-app...
  3. Export XLT to DOCX in Android or with free Onli...

    Android API to Convert XLT to DOCX without using Microsoft Word or online. Test free XLT to DOCX online converter quickly before integrating the code....used to create new Excel documents. They are not editable and...PDF file using Document class Save the document to DOCX format...

    products.aspose.com/total/android-java/conversi...
  4. Export FODS to DOCX in Android or with free Onl...

    Android API to Convert FODS to DOCX without using Microsoft Word or online. Test free FODS to DOCX online converter quickly before integrating the code....PDF file using Document class Save the document to DOCX format...using Document class Document document = new Document ( "pdfOutput...

    products.aspose.com/total/android-java/conversi...
  5. HtmlSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the HtmlSaveOptions SaveFormat property to easily save Documents in Html, Mhtml, Epub, Azw3, or Mobi formats for versatile accessibility....SaveFormat property Specifies the format in which the document will...saving a document to .epub. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.sav...
  6. ParagraphFormat class | Aspose.Words for Python

    aspose.words.ParagraphFormat class. Represents all the formatting for a paragraph...with Paragraphs documentation article. Properties Name Description...level of the paragraph in the document. page_break_before True if...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Export XLSM to DOCX in Android or with free Onl...

    Android API to Convert XLSM to DOCX without using Microsoft Word or online. Test free XLSM to DOCX online converter quickly before integrating the code....PDF file using Document class Save the document to DOCX format...using Document class Document document = new Document ( "pdfOutput...

    products.aspose.com/total/android-java/conversi...
  8. Working with Resource Assignments in Java | Asp...

    This Document explains how to manage resource assignments using Aspose.Tasks for Java....Each resource has general properties, typically a unique ID, a...how to set and get these properties with Aspose.Tasks. Working...

    docs.aspose.com/tasks/java/general-resource-ass...
  9. Aspose::Words::MailMerging::ImageFieldMergingAr...

    Aspose::Words::MailMerging::ImageFieldMergingArgs::get_ImageWidth method. Specifies the image width for the image to insert into the Document in C++....the image to insert into the document. const System :: SharedPtr...Remarks The value of this property initially comes from the corresponding...

    reference.aspose.com/words/cpp/aspose.words.mai...
  10. Delete PDF Pages programmatically C#|Aspose.PDF...

    You can delete pages from your PDF file using Aspose.PDF for .NET library.... () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/net/delete-pages/