Sort Score
Result 10 results
Languages All
Labels All
Results 5,931 - 5,940 of 16,783 for

true type

(0.15 sec)
  1. SaveOptions.updateFields property | Aspose.Word...

    SaveOptions.updateFields property. Gets or sets a value determining if fields of certain Types should be updated before saving the document to a fixed page format...determining if fields of certain types should be updated before saving...Default value for this property is true . get updateFields () : boolean...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... The default value is True . @property def ignore_text_boxes...builder . insert_shape ( shape_type = aw . drawing . ShapeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Insert Sparkline with C++|Documentation

    Create sparkline for Excel using Aspise.Cells with C++.... There are three types of sparklines: Line, Column...SetShowHighPoint ( true ); group . SetShowLowPoint ( true ); group ....

    docs.aspose.com/cells/cpp/creating-sparklines/
  4. What's new 2024|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2024....RenderingOptions () { AnalyzeFonts = true }; pngDevice . Process ( document...stamp . AutoAdjustFontSizeTo = true ; stamp . AutoAdjustFontSizePr...

    docs.aspose.com/pdf/net/whatsnew/2024/
  5. Customize Presentation Shapes on Android|Aspose...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for Android via Java: geometry paths, curved corners, composite shapes....Rectangle type. Get an instance of the GeometryPath...and set the ShapeType.Heart type. Get an instance of the GeometryPath...

    docs.aspose.com/slides/androidjava/custom-shape/
  6. DocumentPropertyCollection class | Aspose.Words...

    Aspose.Words.Properties.DocumentPropertyCollection class. Base class for [BuiltInDocumentProperties](../builtindocumentproperties/) and [CustomDocumentProperties](../customdocumentproperties/) collections... contains(name) Returns true if a property with the specified...properties . add ( "Authorized" , true ); properties . add ( "Authorized...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartFormat.is_defined property | Aspose.Words ...

    ChartFormat.is_defined property. Gets a flag indicating whether any format is defined.... SHAPE , 0 , True ) . as_shape () series = shape...fill property ChartFormat.shape_type property...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Content control data extract and replace with u...

    HI Gembox Team, We have to develop an enhancement for word’s content control. Requirement is below, Extract the content control data from word, Process business logic on it and replace the content control with process…...bookmarks or specific node types Node startNode = doc.getRange()...extractContent(startNode, endNode, true); // Process the extracted data...

    forum.aspose.com/t/content-control-data-extract...
  9. Aspose::Words::InlineStory::get_LastParagraph m...

    Aspose::Words::InlineStory::get_LastParagraph method. Gets the last paragraph in the story in C++....have their respective story types. ASSERT_EQ ( Aspose :: Words...()); // A comment is another type of inline story. auto comment...

    reference.aspose.com/words/cpp/aspose.words/inl...
  10. 在 C++ 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 完成段落格式化——在 C++ 中优化 PPT、PPTX 和 ODP 演示文稿的对齐、间距和样式。...Add an AutoShape of Rectangle type SharedPtr < IAutoShape > ashp...set_FontBold ( NullableBool :: True ); format -> set_FontHeight...

    docs.aspose.com/slides/zh/cpp/manage-paragraph/