Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 222,888 for

new

(0.11 sec)
  1. ResourceLoadingArgs | Aspose.Words for Java

    Provides data for the IResourceLoadingCallback.resourceLoadingcom.aspose.words.ResourceLoadingArgs method in Java....Document doc = new Document(); doc.setResourceLoadingCa(new ImageNameHandler());...ImageNameHandler()); DocumentBuilder builder = new DocumentBuilder(doc); // Images...

    reference.aspose.com/words/java/com.aspose.word...
  2. Export OfficeMath as SVG in HTML - Free Support...

    Is it possible to convert docx to HTML with OfficeMath as SVG? Could you please mention the way of doing that?...following code: Document doc = new Document(@"C:\Temp\in.docx");...ImageSaveOptions emfSaveOptions = new ImageSaveOptions(SaveFormat.Emf);...

    forum.aspose.com/t/export-officemath-as-svg-in-...
  3. ShapeBase | Aspose.Words for Java

    Base class for objects in the drawing layer such as an AutoShape freeform OLE object ActiveX control or picture in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...throws Exception { Document doc = new Document(getMyDir() + "Hidden...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose.PSD for .NET 25.11 - Release Notes|Docum...

    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....psd = new PsdImage ( 300 , 100 )) { var graphics = new Graphics...GetTestPngImage ()) { var soLayer = new SmartObjectLayer ( fStream );...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-1...
  5. Add Node hierarchy and Share Geometric data of ...

    Aspose.3D for Java has support of building a hierarchy of Nodes. The Node is basic building block of 3D scene and a hierarchy of nodes defines the logical structure of 3D scene, and provide visible content by attaching geometries, lights, and cameras to nodes....Initialize scene object Scene scene = new Scene (); // Get a child node...getTransform (). setTranslation ( new Vector3 (- 10 , 0 , 0 )); Node...

    docs.aspose.com/3d/java/add-node-hierarchy-and-...
  6. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...try (InputStream msgInput = new FileInputStream(inputFile)) {...toMailMessage(new MailConversionOption()); } } else { throw new Runti...

    forum.aspose.com/t/content-is-still-being-slice...
  7. IFontSavingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...manner. HtmlSaveOptions options = new HtmlSaveOptions(); { options...

    reference.aspose.com/words/java/com.aspose.word...
  8. AxisTimeUnit | Aspose.Words for Java

    Specifies the unit of time for axes in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getSeries().add("Aspose Test Series", new Date[] { DocumentHelper.createDate(2017...

    reference.aspose.com/words/java/com.aspose.word...
  9. FontSubstitutionRule.Enabled | Aspose.Words for...

    Discover the FontSubstitutionRule Enabled property to easily manage font settings. Ensure optimal text display with this essential feature....FontSettings fontSettings = new FontSettings (); FontConfigSubstituti...FontConfigSubstituti ; bool isWindows = new [] { PlatformID . Win32NT , PlatformID...

    reference.aspose.com/words/net/aspose.words.fon...
  10. Aspose.Tasks for .NET: MPP export loses Outline...

    Hello Aspose Support Team, I have encountered a significant issue when creating hierarchical OutlineCode definitions programmatically and saving the project to MPP format. While the hierarchy is correctly preserved in X…...save/reload (Project → Save(Mpp) → new Project(file)). In MS Project...{ var project = new Project(); var def = new OutlineCodeDefinitio...

    forum.aspose.com/t/aspose-tasks-for-net-mpp-exp...