Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 164,972 for

new

(0.09 sec)
  1. Arrow shape get distorted in generated PDF - Fr...

    The arrow shapes when used in PPT document getArrows_Distort_Output.pdf (112.9 KB) Arrow_Distort.zip (30.0 KB) s distorted when PDF is generared. Attached files...Presentation presentation = new Presentation("C:\\Temp\\input...LoadOptions opt = new LoadOptions() { WarningCallback = new HandleWarnings()...

    forum.aspose.com/t/arrow-shape-get-distorted-in...
  2. CustomDocumentProperties | Aspose.Words for Java

    A collection of custom document properties in Java.... Document doc = new Document(getMyDir() + "Properties...name, boolean value) Creates a new custom document property of the...

    reference.aspose.com/words/java/com.aspose.word...
  3. Export media files into HTML file|Aspose.Slides...

    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....presentation using (Presentation pres = new Presentation("example.pptx"))...VideoPlayerHtmlContr controller = new VideoPlayerHtmlContr(path: path...

    docs.aspose.com/slides/net/export-media-files-i...
  4. 在 Python 中设置 PDF 过期|Aspose.PDF for Python via Java

    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....var month=4;today = new Date();today = new Date(today.getFullYear()... today.getMonth());expiry = new Date(year, month);if (today.getTime()...

    docs.aspose.com/pdf/zh/python-java/set-pdf-expi...
  5. ChmLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading CHM document into a Document object in Java....ChmLoadOptions loadOptions = new ChmLoadOptions(); { loadOptions...chm"); } Document doc = new Document(new ByteArrayInputStream(Files...

    reference.aspose.com/words/java/com.aspose.word...
  6. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection to an array with the ToArray method, streamlining data management and enhancing your document processing....paragraphs from the collection to a new array of paragraphs. public Paragraph...NodeCollection. Document doc = new Document ( MyDir + "Paragraphs...

    reference.aspose.com/words/net/aspose.words/par...
  7. ChartSeriesGroup.FirstSliceAngle | Aspose.Words...

    Discover the ChartSeriesGroup FirstSliceAngle property to customize your pie chart's first slice angle in degrees for enhanced data visualization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type of break at the beginning of the section in C++....Description Continuous 0 The new section starts on the same page...from a new column. NewPage 2 The section starts from a new page...

    reference.aspose.com/words/cpp/aspose.words/sec...
  9. Public API and Backwards Incompatible Changes i...

    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....ShowValue The new property FirstSlideNumber has...to the Presentation class The new property FirstSlideNumber added...

    docs.aspose.com/slides/net/public-api-and-backw...
  10. Open Presentation in Java|Aspose.Slides Documen...

    Open or load Presentation PPT, PPTX, ODP in Java...(content on its slides), add new slides or remove existing ones...constructor Presentation pres = new Presentation ( "Presentation...

    docs.aspose.com/slides/java/open-presentation/