Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 14,732 for

true type

(0.11 sec)
  1. NodeCollection.insert method | Aspose.Words for...

    NodeCollection.insert method. Inserts a node into the collection at the specified index.... Node ) Parameter Type Description index number The...contains ( newRun )). toEqual ( true ); expect ( doc . getText ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Border Class | Aspose.Words for .NET

    Discover the Aspose.Words.Border class, your go-to solution for customizing object borders in documents. Enhance your projects with precision and style!... IsVisible { get; } Returns true if the LineStyle is not None...as a hash function for this type. Remarks Borders can be applied...

    reference.aspose.com/words/net/aspose.words/bor...
  3. DocumentBuilder.MoveTo | Aspose.Words for .NET

    Discover the DocumentBuilder MoveTo method to easily navigate inline nodes and efficiently position your cursor at paragraph ends for seamless document editing....MoveTo ( Node node ) Parameter Type Description node Node The node...IsAtStartOfParagraph , Is . True ); // We can use specific methods...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Aspose::Words::Loading::HtmlLoadOptions class |...

    Aspose::Words::Loading::HtmlLoadOptions class. Allows to specify additional options when loading HTML document into a Document object. To learn more, visit the documentation article in C++....const Gets or sets preferred type of document nodes that will...milliseconds (100 seconds). static Type () Examples Shows how to support...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. DropDownItemCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your DropDownItemCollection with the Add method. Instantly add strings to expand your collection and improve user experience....Add ( string value ) Parameter Type Description value String The... Contains ( "Three" ), Is . True ); // There are two ways of...

    reference.aspose.com/words/net/aspose.words.fie...
  6. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions constructor to effortlessly save documents in ODT format. Streamline your workflow with this powerful tool!...SaveFormat saveFormat ) Parameter Type Description saveFormat SaveFormat...docInfo . IsEncrypted , Is . True ); // If we wish to open or...

    reference.aspose.com/words/net/aspose.words.sav...
  7. FieldType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldType enum to efficiently manage Microsoft Word field Types and enhance your document automation....Specifies Microsoft Word field types. public enum FieldType Values...Description FieldNone 0 Field type is not specified or unknown...

    reference.aspose.com/words/net/aspose.words.fie...
  8. BookmarksOutlineLevelCollection.RemoveAt | Aspo...

    Easily manage your bookmarks with the RemoveAt method. Quickly remove bookmarks by index for a streamlined experience in your application!...RemoveAt ( int index ) Parameter Type Description index Int32 The...Contains ( "Bookmark 1" ), Is . True ); Assert . That ( outlineLevels...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Updated Embedded Excel Data Not Updating, Requi...

    In a C# environment using these packages <PackageReference Include="Aspose.Cells" Version="24.10.0" /> <PackageReference Include="Aspose.Slides.NET" Version="24.10.0" /> I have this powerpoint file with 1 slide slide …...5000, Recursive = true, IgnoreError = true }; foreach (Aspose...PivotTables) { pTable.RefreshDataFlag = true; pTable.RefreshData(); pTable...

    forum.aspose.com/t/updated-embedded-excel-data-...
  10. Z Axis with C++|Documentation

    Learn how to work with the Z-axis in Aspose.Cells for C++. Our guide will help you understand how to configure and customize the Z-axis, including its scale and labels, to enhance your charts....add a chart and set the chart type to Column3D ; you can then see...SetChartDataRange ( u "A2:C3" , true ); // Hide the CategoryAxis...

    docs.aspose.com/cells/cpp/z-axis/