Sort Score
Result 10 results
Languages All
Labels All
Results 4,611 - 4,620 of 16,871 for

true type

(0.33 sec)
  1. 使用 Python 管理演示文稿中的文本框|Aspose.Slides for Python 文档

    Aspose.Slides for Python via .NET 可轻松创建、编辑和克隆 PowerPoint 和 OpenDocument 文件中的文本框,提升您的演示文稿自动化工作。... slides [ 0 ] # 添加 type 为 RECTANGLE 的 AutoShape。 shape...方法还是设置 text 属性—— is_text_box 都会返回 True 。 import aspose.slides as slides...

    docs.aspose.com/slides/zh/python-net/manage-tex...
  2. Aspose::Words::ConditionalStyleType enum | Aspo...

    Aspose::Words::ConditionalStyleType enum. Represents possible table areas to which conditional formatting may be defined in a table style in C++.... // 1 - By style type: tableStyle -> get_ConditionalStyles... () -> idx_get ( 0 ) -> get_Type ()); // 3 - As a property: tableStyle...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. PDF to SVG Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one SVG single file programmatically with C++ sample code using Aspose.PDF for C++...the same or different file types into one file using C++ Merge...(); opt1 -> ScaleToPixels = true ; outputDoc -> Save ( u "Merger_pdf_svg...

    products.aspose.com/pdf/cpp/merger/pdf-to-svg/
  4. Aspose::Words::RevisionType enum | Aspose.Words...

    Aspose::Words::RevisionType enum. Specifies the Type of change being tracked in Revision in C++....RevisionType enum Specifies the type of change being tracked in Revision...is revision #1. " ); ASSERT_TRUE ( doc -> get_HasRevisions ());...

    reference.aspose.com/words/cpp/aspose.words/rev...
  5. Crop PDF using Python | Aspose.PDF

    Crop PDF without losing quality in Python programmatically with C# sample code using Aspose.PDF for Python for .NET... Choose the type of box and create new Box Rectagle...Rectangle ( 100 , 100 , 80 , 10 , True ) document . pages [ 1 ] . crop_box...

    products.aspose.com/pdf/python-net/crop/
  6. IFieldResultFormatter.FormatNumeric | Aspose.Wo...

    Discover the iFieldResultFormatter FormatNumeric method for Aspose.Words. Enhance your document formatting with powerful numeric switch capabilities!...newly created fields of three types of formats. // Field result...StartsWith ( "Date: " ), Is . True ); Assert . That ( formatter...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldOptions.resultFormatter property | Aspose....

    FieldOptions.resultFormatter property. Allows to control how the field result is formatted....newly created fields of three types of formats. // Field result...StartsWith ( "Date: " )). toEqual ( true ); expect ( formatter . CountFormatInvocatio...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldType | Aspose.Words for Java

    Specifies Microsoft Word field Types in Java....Specifies Microsoft Word field types. Examples: Shows how to insert...insertField(FieldType.FIELD_DATE, true); field.getFormat().setDateTimeFormat("dddd...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose.PDF.Document.Save(Stream output) is thro...

    We are using one WPF C# project of .Net Framework version 4.6.1 in Visual studio 2017 to create one PDF using Aspose.PDF.dll of version 23.5.0.0 But whenever the Save(Stream output) method of Aspose.PDF.Document class i…...: Experiment with different types of streams, such as MemoryStream...CreateTable(7, isLargeTable: true); //document.Add (tbl39); try...

    forum.aspose.com/t/aspose-pdf-document-save-str...
  10. LoadFormat | Aspose.Words for Java

    Indicates the format of the document that is to be loaded in Java....SHAPE, true).get(0); Assert.assertTrue(imageShape...loadFormatName) Parameters: Parameter Type Description loadFormatName java...

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