Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 223,136 for

new

(0.53 sec)
  1. ArrowWidth Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ArrowWidth enum to customize arrow end widths for enhanced document visuals and precision in your projects....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...the right end: Shape arrow = new Shape ( doc , ShapeType . Line...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Paragraph.IsEndOfDocument | Aspose.Words for .NET

    Discover the IsEndOfDocument property for paragraphs. Learn how to identify the last paragraph in your document's final section for effective formatting....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...// and then starts a new line, adding a new paragraph. builder...

    reference.aspose.com/words/net/aspose.words/par...
  3. HtmlFixedSaveOptions.RemoveJavaScriptFromLinks ...

    Optimize your HTML with the HtmlFixedSaveOptions RemoveJavaScriptFromLinks feature. Enhance security by removing JavaScript from links effortlessly.... Document doc = new Document ( MyDir + "JavaScript...HtmlSaveOptions saveOptions = new HtmlSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. SignOptions.signTime property | Aspose.Words fo...

    SignOptions.signTime property. The date of signing...with our new digital signature. let signOptions = new aw . DigitalSignatures...stream. using ( Stream streamIn = new FileStream ( base . myDir + "Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Export Scene to Compressed AMF Format|Documenta...

    Aspose.3D for Java offers AmfSaveOptions class which allows you to set boolean value for compression as per your requirements....(); Scene scene = new Scene (); Box box = new Box (); Transform...getTransform (); tr . setScale ( new Vector3 ( 12 , 12 , 12 )); tr...

    docs.aspose.com/3d/java/export-scene-to-compres...
  6. Converting Metafiles to Other Image Formats in ...

    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....EmfMetafileImage class $metafile = new EmfMetafileImage ( $dataDir ...$dataDir . "EmfToBmp.bmp" , new BmpOptions ()); \ # Save EMF...

    docs.aspose.com/imaging/java/converting-metafil...
  7. 在PHP中加密文件|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....Cells Helper Object $ptr = new \COM ( 'Aspose.Cells.Interop...file path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/encrypting-files-i...
  8. 将 PDF 转换为图像格式|Aspose.PDF for Java

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式。只需几行代码即可将 PDF 页面转换为 PNG、JPEG、BMP 图像。...toString (); Document document = new Document ( documentFileName );...Resolution 对象 Resolution resolution = new Resolution ( 300 ); // 创建 TiffSettings...

    docs.aspose.com/pdf/zh/java/convert-pdf-to-imag...
  9. Set Conditional Formats of Excel and ODS files|...

    How to apply conditional formats to Excel and ODS files in JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...link for the image const blob = new Blob ([ imageData ], { type :...

    docs.aspose.com/cells/javascript-cpp/conditiona...
  10. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java.... Document doc = new Document(); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/java/com.aspose.word...