Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 164,879 for

new

(0.1 sec)
  1. Work with Extended Attributes of a Project

    Learn how to work with Microsoft Project (MPP/XML) extended attributes using Aspose.Tasks for C++....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/cpp/extended-attributes-o...
  2. 重新整理工作簿中的工作表|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...
  3. Convert PowerPoint to HTML in JavaScript|Aspose...

    Convert PowerPoint to HTML in JavaScript. Save PPTX or PPT as HTML in JavaScript. Save slides as HTML in JavaScript...presentation to HTML while using the new CSS style. Using its own API...presentation file var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  4. ChartSeriesGroup | Aspose.Words for Java

    Represents properties of a chart series group that is the properties of chart series of the same type associated with the same axes in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...clear(); String[] categories = new String[] { "Category 1", "Category...

    reference.aspose.com/words/java/com.aspose.word...
  5. HtmlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML_FIXED format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter(); HtmlFixedSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  6. Paragraph.isEndOfSection property | Aspose.Word...

    Paragraph.isEndOfSection property. True if this paragraph is the last paragraph in the [Body](../../body/) (main text story) of a [Section](../../section/); false otherwise....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...docToInsert = new aw . Document (); builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Source | Aspose.Words for Java

    Represents an individual source such as a book journal article or interview in Java.... Document document = new Document(getMyDir() + "Bibliography...create a new source. Source newSource = new Source("New source"...

    reference.aspose.com/words/java/com.aspose.word...
  8. ShapeBase.CoordSize | Aspose.Words for .NET

    Discover the ShapeBase CoordSize property, defining the coordinate space's width and height for optimal layout control in your design projects.... Document doc = new Document (); // Insert a group...group = new GroupShape ( doc ); group . Bounds = new RectangleF...

    reference.aspose.com/words/net/aspose.words.dra...
  9. 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...
  10. 在 PDF 中旋转文本使用 Python|Aspose.PDF for Python via ...

    学习不同的方法在 PDF 中旋转文本。Aspose.PDF 允许您旋转文本到任何角度,旋转文本片段或整个段落。...初始化文档对象 Document pdfDocument = new Document (); // 获取特定页面 Page pdfPage...TextFragment textFragment1 = new TextFragment ( "main text" );...

    docs.aspose.com/pdf/zh/python-net/rotate-text-i...