Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 15,183 for

section

(0.08 sec)
  1. Working with Resources in Microsoft Project Fil...

    Learn how to create, update, and manage Microsoft Project resources in C# using Aspose.Tasks for .NET. Automate resource costs, calendars, attributes, overtime, and reporting without Microsoft Project installed.... This section provides a structured overview...Microsoft Project files. This section provides everything needed...

    docs.aspose.com/tasks/net/working-with-resources/
  2. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...paragraph text matches the section pattern if (Regex.IsMatch(paraText...paragraph text matches the section pattern if (Regex.IsMatch(paraText...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...
  3. Connect Shapes|Documentation

    This Section explains how to connect two shapes with Aspose.Diagram....Hide ] Connect Shapes This section explains how to connect two...

    docs.aspose.com/diagram/net/connect-shapes/
  4. How to create YouTube thumbnail generator progr...

    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....PSD for Java in the next sections. 1. Add a background image...effect will be used in the next section. 2.1. Add a radial gradient...

    docs.aspose.com/psd/java/how-to-create-youtube-...
  5. Animation|Aspose.Slides for Python Documentation

    Master slide animations in Python with Aspose.Slides: add, edit, and remove effects, timings, and triggers to create dynamic presentations in PPT, PPTX and ODP.... PPTX ) Section SlideTransition...

    docs.aspose.com/slides/python-net/examples/elem...
  6. Audio|Aspose.Slides for PHP Documentation

    Work with audio in PHP using Aspose.Slides: add, replace, extract, and trim sounds, set volume and playback for slides and shapes in PowerPoint and OpenDocument....$presentation -> dispose (); } } Chart Section...

    docs.aspose.com/slides/php-java/examples/elemen...
  7. Right-to-left (RTL) for word table? Only suppor...

    Hi. I’m trying to implement RTL capabilities for our aspose word exporting, and I’m having difficulties understanding how to do this and what’s supported. This is using .net. Specifically, I’m trying to render some Tab…...used to specify that this section contains bidirectional (complex...docx"); for (Section section : doc.getSections()) { section.getPageSetup()...

    forum.aspose.com/t/right-to-left-rtl-for-word-t...
  8. FootnoteOptions class | Aspose.Words for Python

    aspose.words.notes.FootnoteOptions class. Represents the footnote numbering options for a document or Section...options for a document or section. To learn more, visit the Working...how to split the footnote section into a given number of columns...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Licensing and Subscription|Aspose.Words for Java

    Aspose.Words for Java provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies....Purchase Policies and FAQ section. Free Trial or Temporary License...an embedded resource. This section describes options of how this...

    docs.aspose.com/words/java/licensing/
  10. Extract Content Between Document Nodes|Aspose.W...

    How to extract specific content from a range within the document easily using Python....text contained in separate sections In some situations, you may...Algorithm The code in this section addresses all of the possible...

    docs.aspose.com/words/python-net/how-to-extract...