Sort Score
Result 10 results
Languages All
Labels All
Results 9,121 - 9,130 of 223,147 for

new

(0.88 sec)
  1. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for PHP via Java and speed up presentation editing and data updates....the Presentation class $pres = new Presentation ( "table.pptx" );...if ( java_instanceof ( $shp , new JavaClass ( "com.aspose.slides...

    docs.aspose.com/slides/php-java/manage-rows-and...
  2. Converting DOCX to PDF. Table width distortion ...

    Hi! The file “test.docx” was edited in a JS editor and saved as “test (after JS editor).docx”. Then, the file “test (after JS editor).docx” was converted to “test.pdf” using Aspose.Words. In “test.pdf”, the table widt…... The good news is that Aspose.Words can re‑calculate...Words.Saving; Document doc = new Document(@"test (after JS editor)...

    forum.aspose.com/t/converting-docx-to-pdf-table...
  3. Content Control visible in WPS but not visible ...

    Hi team, I am creating content contol with below code. SDT is getting created successfully and visible in WPS but same is not visible in MS word. Code Snippet: public void createSDT(Document document, CustomNode cust…...try { structuredDocumentTa = new StructuredDocumentTa(document...catch (Exception ex) { throw new CustomException(TAG_CREATION_ERROR_MESSAGE...

    forum.aspose.com/t/content-control-visible-in-w...
  4. In HTML, the display:none property is used to h...

    Hello ,In HTML, the display:none property is used to hide table columns. When converting HTML to Word using Aspose.Words, the table styling becomes misaligned Code is as follows public byte[] htmlForByte(String downlo…...{ doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...substring(11); String[] ckPictureId=new String[1]; ckPictureId[0]=ckPicId;...

    forum.aspose.com/t/in-html-the-display-none-pro...
  5. Convert Visio to other formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code....VSD diagram Diagram diagram = new Diagram ( dataDir + "ExportToPDF...); MemoryStream pdfStream = new MemoryStream (); // Save diagram...

    docs.aspose.com/diagram/net/convert-visio-to-ot...
  6. Font.NameOther | Aspose.Words for .NET

    Discover Font NameOther. Easily customize fonts for character codes 128-255, enhancing your text's style and readability. Elevate your design today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Font . NameOther = "Courier New" ; // Insert a run with one word...

    reference.aspose.com/words/net/aspose.words/fon...
  7. PlainTextDocument Class | Aspose.Words for .NET

    Discover the Aspose.Words.PlainTextDocument class to effortlessly extract and utilize plaintext from your documents for enhanced readability and processing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PlainTextDocument plaintext = new PlainTextDocument ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/pla...
  8. When you convert (source format and target form...

    Hello Alexander and Happy New Year, My Boss asked me to give him an answer on this issue: When you convert (source format and target format that are the same), What happened exactly in Aspose GIS library ? For examp…...1 Hello Alexander and Happy New Year, My Boss asked me to give...source/target(same) format 2. Save as a new file ? 3, Do you do other thinks...

    forum.aspose.com/t/when-you-convert-source-form...
  9. Unlock PPTX Presentation Files using .NET | pro...

    C# source code to remove protection from PPTX Presentation....C# LoadOptions loadOptions = new LoadOptions {Password = "123123"...(Presentation presentation = new Presentation( "pres.pptx" , loadOptions))...

    products.aspose.com/slides/net/unlock/pptx/
  10. 在 PHP 中创建并保存 Outlook 备注|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.... PHP 代码 $note = new MapiNote (); $note -> setSubject...color note" ); $noteColor = new NoteColor (); $note -> setColor...

    docs.aspose.com/email/zh/java/creating-and-savi...