Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 79,274 for

object

(0.2 sec)
  1. How to Add Attachments to PDF using Python

    This article explains how to add attachments to PDF using Python. It contains information to set the environment, a step-wise process and a runnable sample code to insert attachment in PDF using Python....file using the Document class object to attach a file Instantiate...Instantiate a FileSpecification object by providing the attachment file...

    kb.aspose.com/pdf/python/how-to-add-attachments...
  2. How to Convert IGES to PDF in C#

    This simple tutorial entails how to convert IGES to PDF in C#. It encompasses all the necessary details to develop a comprehensive IGES to PDF converter software in C#....the Image class object Instantiate an object of the CadRasterizationOpti...Initialize the PdfOptions class object to configure the output PDF...

    kb.aspose.com/cad/net/how-to-convert-iges-to-pd...
  3. How to Convert Word to MD File using Python

    This tutorial provides details about how to convert Word to MD file using Python. You will get the configuration details, detailed steps and a runnable sample code to convert DOCX to Markdown using Python....file using the Document class object for conversion to Markdown...the MarkdownSaveOptions class object Set the update fields flags...

    kb.aspose.com/words/python/how-to-convert-word-...
  4. Managing Worksheets in Php|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Instantiating a Workbook object $workbook = new Workbook ();...new worksheet to the Workbook object $worksheets = $workbook ->...

    docs.aspose.com/cells/java/managing-worksheets-...
  5. Aspose::Words::Drawing::Charts::ChartXValue cla...

    Aspose::Words::Drawing::Charts::ChartXValue class. Represents an X value for a chart series in C++....ChartXValue : public System :: Object Methods Method Description...(System::SharedPtr<System::Object>) override Gets a flag indicating...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....The PageSetup attribute is an object of the PageSetup class that...\\ " ); // Create a workbook object Workbook workbook ; // Get...

    docs.aspose.com/cells/cpp/setting-margins/
  7. Aspose::Words::Drawing::OleFormat::get_IconCapt...

    Aspose::Words::Drawing::OleFormat::get_IconCaption method. Gets icon caption of OLE Object. In case if the OLE Object does not have an icon or a caption cannot be retrieved, returns an empty string in C++....caption of OLE object. In case if the OLE object does not have...insert linked and unlinked OLE objects. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::OleFormat::get_SourceFu...

    Aspose::Words::Drawing::OleFormat::get_SourceFullName method. Gets or sets the path and name of the source file for the linked OLE Object in C++....source file for the linked OLE object. System :: String Aspose ::...not an empty string, the OLE object is linked. Examples Shows how...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. SignatureLine | Aspose.Words for Java

    Provides access to signature line properties in Java....Object public class SignatureLine...the "SignatureLineOptions" object we have created above. // If...

    reference.aspose.com/words/java/com.aspose.word...
  10. IDocumentSavingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during saving a document in Java....ress")); } } public static Object[][] progressCallbackData()...throws Exception { return new Object[][] { {SaveFormat.HTML, "html"}...

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