Sort Score
Result 10 results
Languages All
Labels All
Results 7,781 - 7,790 of 226,799 for

new

(0.1 sec)
  1. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the Checkbox SDT...set_checked_symbol ( 169 , 'Times New Roman' ) sdt_check_box . set_unchecked_symbol...set_unchecked_symbol ( 174 , 'Times New Roman' ) builder . insert_node...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldChar.FieldType | Aspose.Words for .NET

    Discover the FieldChar FieldType property, which reveals the field's type, enhancing your data management and programming efficiency. Learn more now!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Section.Clone | Aspose.Words for .NET

    Effortlessly duplicate sections with our Section Clone method. Streamline your workflow and enhance productivity with this powerful tool!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/sec...
  4. AutoFit Columns and Rows while loading HTML in ...

    Learn how to autofit columns and rows while loading HTML files in a Workbook using Aspose.Cells for JavaScript via C++.... const ms = new TextEncoder (). encode ( sampleHtml...stream into workbook. const wb1 = new Workbook ( ms ); // Save the...

    docs.aspose.com/cells/javascript-cpp/autofit-co...
  5. 在网格中创建多边形|Documentation

    Aspose.3D for Java 允许在网格中创建多边形。...Initialize Mesh Mesh mesh = new Mesh (); //The old CreatePolygon...createPolygon(new int[] { 0, 1, 2 }); //The new overloads doesn't...

    docs.aspose.com/3d/zh/java/create-polygon-in-mesh/
  6. Font.Italic | Aspose.Words for .NET

    Discover the Font Italic property! Easily format text in italics to enhance readability and style in your designs. Boost your typography today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/fon...
  7. RevisionOptions.measurementUnit property | Aspo...

    RevisionOptions.measurementUnit property. Allows to specify the measurement units for revision comments... let doc = new aw . Document ( base . myDir..."Rendering.docx" ); let saveOptions = new aw . Saving . OdtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 提取注释(facades)|Aspose.PDF for Java

    本节解释如何使用 Aspose.PDF Facades 从 PDF 文件中提取注释到 XFDF。...ExtractAnnotation () { var document = new Document ( _dataDir + "sample_cats_dogs...PdfAnnotationEditor annotationEditor = new PdfAnnotationEditor (); annotationEditor...

    docs.aspose.com/pdf/zh/java/extract-annotation/
  9. 创建网格的平滑组|Documentation

    使用 Aspose.3D for .NET,开发人员可以为网格创建平滑组。...cube with 6 faces var box = (new Box()).ToMesh(); //create a smoothing...for each polygon sg.SetData(new int[] {0, 0, 0, 1, 2, 3 }); //save...

    docs.aspose.com/3d/zh/net/create-smoothing-grou...
  10. 在网格中创建多边形|Documentation

    Aspose.3D for .NET 允许在网格中创建多边形。为了使用该功能,API 提供了Mesh类的CreatePolygon方法。...Mesh mesh = new Mesh (); mesh . CreatePolygon ( new int [] { 0...CreatePolygon ( 0 , 1 , 2 ); //The new overloads doesn't need extra...

    docs.aspose.com/3d/zh/net/create-polygon-in-mesh/