Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 197,077 for

new

(0.12 sec)
  1. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(String key,Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings fontSettings = New FontSettings(); fontSe…...FontSettings fontSettings = new FontSettings(); fontSettings...; DocumentBuilder Builder = new DocumentBuilder(mainDoc); DocumentBuilder...

    forum.aspose.com/t/topic/312049
  2. 创建网格的平滑组|Documentation

    使用 Aspose.3D for .NET,开发人员可以为网格创建平滑组。...cube with 6 faces var box = (new Box()).ToMesh(); //create a smoothing...for each polygon sg.SetData(new int[] {0, 0, 0, 1, 2, 3 }); //save...

    docs.aspose.com/3d/zh/net/create-smoothing-grou...
  3. 提取注释(facades)|Aspose.PDF for Java

    本节解释如何使用 Aspose.PDF Facades 从 PDF 文件中提取注释到 XFDF。...ExtractAnnotation () { var document = new Document ( _dataDir + "sample_cats_dogs...PdfAnnotationEditor annotationEditor = new PdfAnnotationEditor (); annotationEditor...

    docs.aspose.com/pdf/zh/java/extract-annotation/
  4. FieldCollection.Count | Aspose.Words for .NET

    Discover the FieldCollection Count property, which efficiently returns the total number of fields in your collection for streamlined data management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Convert SVG to PNG in Java | products.aspose.com

    Convert SVG to PNG in Java. Use Java library API to convert SVG files to PNGs...pres = new Presentation (); try { String svgContent = new String...svg" ))); ISvgImage svgImage = new SvgImage ( svgContent ); IPPImage...

    products.aspose.com/slides/java/conversion/svg-...
  6. Edit FODP in PHP | products.aspose.com

    Edit FODP in PHP. Use PHP library API to edit FODP files...edit a FODP file by adding a new line of text to it. Edit FODP...PHP via Java , you can add a new line of text to the FODP document...

    products.aspose.com/slides/php-java/editor/fodp/
  7. Edit PPSM in PHP | products.aspose.com

    Edit PPSM in PHP. Use PHP library API to edit PPSM files...edit a PPSM file by adding a new line of text to it. Edit PPSM...PHP via Java , you can add a new line of text to the PPSM document...

    products.aspose.com/slides/php-java/editor/ppsm/
  8. ChartSeriesCollection.Item | Aspose.Words for .NET

    Access the ChartSeriesCollection Item property to effortlessly retrieve a ChartSeries by index, enhancing your data visualization experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...// We can add a series with new values for existing categories...

    reference.aspose.com/words/net/aspose.words.dra...
  9. MetafileRenderingOptions.EmulateRasterOperation...

    Discover the MetafileRenderingOptions EmulateRasterOperations property to control raster operation emulation, enhancing your rendering capabilities effectively....HandleBinaryRasterWa () { Document doc = new Document ( MyDir + "WMF with...MetafileRenderingOpt metafileRenderingOpt = new MetafileRenderingOpt (); // Set...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Wrong Count of Animated Text Paragraphs in a Te...

    Hi Team, I have a sample PPTX with a slide containing animated text frame. Text frame has four animated paragraphs. I use Aspose to read this PPTX and want to get images of individual animated text paragraphs. Ideally, …...Slides license License license = new License(); license.SetLicense("Aspose...(Presentation presentation = new Presentation(presentationPath))...

    forum.aspose.com/t/wrong-count-of-animated-text...