Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 7,111 for

filter

(0.1 sec)
  1. FieldTC.text property | Aspose.Words for Python

    FieldTC.text property. Gets or sets the text of the entry....to insert a TOC field, and filter which TC fields end up as entries...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 在Ruby中替换Visio Diagram的图片形状|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.... get ( i ) # Filter shapes by type Foreign if shape...

    docs.aspose.com/diagram/zh/java/replace-a-pictu...
  3. Section.headersFooters property | Aspose.Words ...

    Section.headersFooters property. Provides access to the headers and footers nodes of the section.... filter (( hf ) => ! hf . isHeader...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldImport | Aspose.Words for Java

    Implements the IMPORT field in Java....FLT filter. fieldIncludePicture.setGr...getGraphicFilter() Gets the name of the filter for the format of the graphic...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Fields::FieldIncludePicture clas...

    Aspose::Words::Fields::FieldIncludePicture class. Implements the INCLUDEPICTURE field. To learn more, visit the documentation article in C++....Gets or sets the name of the filter for the format of the graphic...()); // Apply the PNG32.FLT filter. fieldIncludePicture -> set_GraphicFilter...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. 使用Apache POI和Aspose.Cells创建数据透视表|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....); //Set the third column as filter pivotTable . addColumnLabel...DataConsolidateFunct . AVERAGE , 2 ); //Add filter on forth column pivotTable...

    docs.aspose.com/cells/zh/java/create-pivot-tabl...
  7. Aspose::Words::Fields::FieldImport class | Aspo...

    Aspose::Words::Fields::FieldImport class. Implements the IMPORT field. To learn more, visit the documentation article in C++....Gets or sets the name of the filter for the format of the graphic...()); // Apply the PNG32.FLT filter. fieldIncludePicture -> set_GraphicFilter...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. ListCollection.add method | Aspose.Words for Py...

    aspose.words.lists.ListCollection.add method...assertEqual ( 0 , len ( list ( filter ( lambda n : n . as_paragraph...TER_DOT ) for paragraph in filter ( lambda a : a is not None...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Compressed PDF cannot be opened with Adobe soft...

    Hi, When compressing the file Concertae.pdf (1.2 MB) using a code such as this OptimizationOptions options = new(); options.ImageCompressionOptions.CompressImages = true; options.ImageCompressionOptions.ResizeImages = …...<</BitsPerComponent 8/ColorSpace/DeviceRGB/Filter/DCTDecode/Height 292/Length...<</BitsPerComponent 1/ColorSpace 32 0 R/Filter/FlateDecode/Height 292/Length...

    forum.aspose.com/t/compressed-pdf-cannot-be-ope...
  10. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(document); RunCollection runs = para.getRuns(); Arrays.st…...filter(run → run.getText().contains(ControlChar...Arrays.stream(runs.toArray()).filter(run -> run.getText().contains(ControlChar...

    forum.aspose.com/t/topic/311299