Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 15,161 for

section

(0.12 sec)
  1. Aspose::Words::DocumentBuilder class | Aspose.W...

    Aspose::Words::DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and Section formatting. To learn more, visit the documentation article in C++....specify font, paragraph and section formatting. To learn more,...get_CurrentSection () Gets the section that is currently selected...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Aspose::Words::Notes::FootnoteNumberingRule enu...

    Aspose::Words::Notes::FootnoteNumberingRule enum. Determines when automatic footnote or endnote numbering restarts in C++....Numbering restarts at each section. RestartPage 2 Numbering restarts...footnote/endnote counts at a new page or section. doc -> get_FootnoteOptions...

    reference.aspose.com/words/cpp/aspose.words.not...
  3. Extract Content in PHP|Aspose.Words for Java

    Extract Content from Document using PHP....a paragraph from the first section. $ nodeType = Java ( "com.aspose...content is found in a different section. if ( java_values ( $ currNode...

    docs.aspose.com/words/java/extract-content-in-php/
  4. Aspose::Words::ConvertUtil class | Aspose.Words...

    Aspose::Words::ConvertUtil class. Provides helper functions to convert between various measurement units. To learn more, visit the documentation article in C++....with other settings for a section. auto doc = System :: MakeObject...DocumentBuilder > ( doc ); // A section's "Page Setup" defines the...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. ChartSeriesGroup.secondSectionSize property | A...

    ChartSeriesGroup.secondSectionSize property. Gets or sets the size of the pie chart secondary Section as a percentage....of the pie chart secondary section as a percentage. get secondSectionSize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Back to TOC shortcut is taking cursor to Ending...

    I have used below code to insert Back to TOC shortcut after every paragraph. I want to insert at end of every paragraph a shortcut which will take the users to starting of TOC. But instead it is taking to ending of TOC. …...paragraph text matches the section pattern if (Regex.IsMatch(paraText...set at the start of the TOC section. Here’s how you can modify...

    forum.aspose.com/t/back-to-toc-shortcut-is-taki...
  7. Metered Licensing|Documentation

    Developers can use the C# Image Processing Library API to apply a metered key, which is a new licencing mechanism....refer to Metered Licensing FAQ section. Metered Licensing Here are...

    docs.aspose.com/imaging/net/metered-licensing/
  8. Metered Licensing|CAD 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....refer to Metered Licensing FAQ section. Metered Licensing Here are...

    docs.aspose.com/cad/python-net/metered-licensing/
  9. Metered Licensing|CAD 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....refer to Metered Licensing FAQ section. Metered Licensing Here are...

    docs.aspose.com/cad/python-net/getting-started/...
  10. Cutting off right side after converting email t...

    i am facing same issue applied this code but not working, could you please help me on this for local testing we are using evaluation one but for higher env we are using licensed one. below is my code: public void gen…...maxContentWidth > 555; for (Section section : doc.getSections()) {...{ PageSetup ps = section.getPageSetup(); ps.setPaperSize(PaperSize...

    forum.aspose.com/t/cutting-off-right-side-after...