Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 60,709 for

new

(0.12 sec)
  1. 使用替代字体渲染演示文稿|Aspose.Slides for PHP 文档

    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.... # 创建规则集合的新实例 $rulesList = new FontFallBackRulesCol (); # 创建多个规则...add ( new FontFallBackRule ( 0x400 , 0x4ff , "Times New Roman"...

    docs.aspose.com/slides/zh/php-java/render-prese...
  2. ImageSavingArgs.currentShape property | Aspose....

    ImageSavingArgs.currentShape property. Gets the [ShapeBase](../../../aspose.words.drawing/shapebase/) object corresponding to the shape or group shape that is about to be saved....supported' , () => { let doc = new aw . Document ( base . myDir...saving process. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Comment.StoryType | Aspose.Words for .NET

    Discover the StoryType property to effortlessly retrieve comments and enhance your content engagement. Unlock valuable insights today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...least one cell. Table table = new Table ( doc ); table . EnsureMinimum...

    reference.aspose.com/words/net/aspose.words/com...
  4. Footnote.StoryType | Aspose.Words for .NET

    Discover the Footnote StoryType property to easily access Footnotes or Endnotes, enhancing your content's clarity and depth for readers....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...least one cell. Table table = new Table ( doc ); table . EnsureMinimum...

    reference.aspose.com/words/net/aspose.words.not...
  5. MailMerge.PreserveUnusedTags | Aspose.Words for...

    Discover the MailMerge PreserveUnusedTags property to manage unused mustache tags effectively, enhancing your document automation process....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... () { DataTable dataTable = new DataTable ( "MyTable" ); dataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  6. LayoutCollector.Document | Aspose.Words for .NET

    Discover LayoutCollector's Document property to easily manage and customize document attachments for enhanced workflow efficiency....doc = new Document (); LayoutCollector layoutCollector = new LayoutCollector...content. DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lay...
  7. AxisCrosses Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisCrosses enum for defining axis crossing points, enhancing your charting capabilities effortlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Add ( "Aspose Test Series" , new [] { "Word" , "PDF" , "Excel"...

    reference.aspose.com/words/net/aspose.words.dra...
  8. IFieldUserPromptRespondent Interface | Aspose.W...

    Discover the Aspose.Words.Fields.IFieldUserPromptRespondent interface, designed to enhance user interaction and streamline field updates seamlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...mail merge. DataTable table = new DataTable ( "My Table" ); table...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Set Background Picture of a Worksheet|Documenta...

    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....ApplicationClass ExcelApp = new Excel . ApplicationClass ();...//Instantiate a new Workbook. Workbook workbook = new Workbook ();...

    docs.aspose.com/cells/net/set-background-pictur...
  10. Duplicate image is creating when i try to conve...

    Duplicate image is creating when i try to convert into pdf is there any issue in this sample code? class ImageProcessor implements FileProcessor { @Override public void processFile(Document pdfDocument, File file) { …...imgHeight * scale; } Image image = new Image(); image.setFile(file.getAbsolutePath());...); page.getParagraphs().add(new Image(xImage)); } catch (Exception...

    forum.aspose.com/t/duplicate-image-is-creating-...