Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 163,955 for

new

(0.07 sec)
  1. IPageSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves separate pages when saving a document to fixed page formats in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...HtmlFixedSaveOptions htmlFixedSaveOptions = new HtmlFixedSaveOptions(); // We...

    reference.aspose.com/words/java/com.aspose.word...
  2. Font Substitution - PowerPoint Java API|Aspose....

    Substitute font in PowerPoint in Java... Load the new font. Add a rule for the replacement...presentation Presentation pres = new Presentation ( "Fonts.pptx" );...

    docs.aspose.com/slides/java/font-substitution/
  3. Transform XML using Java | Aspose.PDF

    Transform XML programmatically with Java sample code using Aspose.PDF for Java... newTransformer ( new StreamSource ( xslFile ) ); StreamSource...StreamSource xmlsource = new StreamSource ( xmlFile ); ByteArrayOutputStrea...

    products.aspose.com/pdf/java/transform-xml/
  4. MailMerger.ExecuteWithRegions | Aspose.Words fo...

    Streamline your document creation with MailMerger's ExecuteWithRegions method. Effortlessly merge DataTables into documents using customizable regions....docx" ; DataTable dataTable = new DataTable ( "MyTable" ); dataTable...); dataTable . Rows . Add ( new object [] { "John" , "Doe" });...

    reference.aspose.com/words/net/aspose.words.low...
  5. ActiveX|Aspose.Slides 文档

    在 C# 或 .NET 中管理 PowerPoint 演示文稿中的 ActiveX 控件...Presentation presentation = new Presentation ( "ActiveX.pptm"...激活期间替换此图像,因此有时保持图像不变是可以的。 Bitmap image = new Bitmap (( int ) control . Frame...

    docs.aspose.com/slides/zh/net/activex/
  6. TableSubstitutionRule.save method | Aspose.Word...

    aspose.words.fonts.TableSubstitutionRule.save method...font_settings = font_settings # Create a new table substitution rule and load...for the "Times New Roman CE" font is "Times New Roman". self ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldFormula | Aspose.Words for Java

    Implements the formula field in Java.... Document doc = new Document(); // Use a field builder...FieldBuilder fieldBuilder = new FieldBuilder(FieldType.FIELD_FORMULA);...

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

    Implements DOCVARIABLE field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldTemplate | Aspose.Words for Java

    Implements the TEMPLATE field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  10. 重新整理工作簿中的工作表|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....//Create a new Workbook. Workbook workbook = new Workbook ();...Workbook wb = new HSSFWorkbook (); wb . createSheet ( "new sheet" );...

    docs.aspose.com/cells/zh/java/re-order-sheets-w...