Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 36,281 for

list

(0.2 sec)
  1. Filtering Data|Documentation

    This article introduces how to filter data in the Worksheet in GridDesktop....that you want to display in a list. Moreover, you are allowed to...to filter items in a list according to a set of criteria. You...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  2. Create a Secure PDF in SharePoint|Aspose.PDF fo...

    Using the PDF SharePoint API, you may produce safe, encrypted PDFs and specify their passwords in SharePoint....algorithm list to encrypt the output PDF. The algorithm list provides...select desired documents from the list. Use the Merge to PDF option...

    docs.aspose.com/pdf/sharepoint/creating-a-secur...
  3. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image.... The method returns a list of RectangleOutput objects containing...page. Therefore, the resulting list can contain more RectangleOutput...

    docs.aspose.com/ocr/java/image-regions-word-find/
  4. OoxmlCompliance enumeration | Aspose.Words for ...

    aspose.words.saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DOCX format....markup_language ) Shows how to configure a list to restart numbering at each...doc ) doc . lists . add ( list_template = aw . lists . ListTemplate...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TextConfig|Documentation

    TextConfig element is used to add one or more lines of text to the form....placed directly in the Children list of the PageConfig object . Declaration...TemplateConfig () { Children = new List < BaseConfig >() { new PageConfig...

    docs.aspose.com/omr/net/programmatic-forms/text...
  6. Aspose::Words::StyleCollection class | Aspose.W...

    Aspose::Words::StyleCollection class. A collection of Style objects that represent both the built-in and user-defined styles in a document. To learn more, visit the documentation article in C++....and use a paragraph style with list formatting. auto doc = System...set_SpaceAfter ( 12 ); // Create a list and make sure the paragraphs...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. ParagraphFormat.SpaceBeforeAuto | Aspose.Words ...

    Discover the ParagraphFormat SpaceBeforeAuto property. Automatically adjust paragraph spacing for a polished, professional look in your documents.... In a bulleted or numbered list, spacing is added only after...item in the list. Spacing is not added between the list items. In...

    reference.aspose.com/words/net/aspose.words/par...
  8. ParagraphFormat.spaceAfterAuto property | Aspos...

    ParagraphFormat.spaceAfterAuto property. True if the amount of spacing after the paragraph is set automatically.... In a bulleted or numbered list, spacing is added only after...item in the list. Spacing is not added between the list items. In...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ParagraphFormat.space_after_auto property | Asp...

    ParagraphFormat.space_after_auto property. True if the amount of spacing after the paragraph is set automatically.... In a bulleted or numbered list, spacing is added only after...item in the list. Spacing is not added between the list items. In...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extract Links from the PDF File|Aspose.PDF for ...

    Extract links from PDF with Java. This topic explain you how to extract links using AnnotationSelector class.... List < Annotation > list = selector . getSelected...(); for ( Annotation annot : list ) { System . out . println (...

    docs.aspose.com/pdf/java/extract-links/