Sort Score
Result 10 results
Languages All
Labels All
Results 5,341 - 5,350 of 16,769 for

true type

(0.59 sec)
  1. DoclingSaveOptions Class | Aspose.Words for .NET

    Configure advanced Docling save options to export Word documents as structured Docling JSON with full control....ExportGeneratorName { get; set; } When true , causes the name and version...produced files. Default value is true . ImlRenderingMode { get; set;...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Rendering Options – Aspose.HTML for .NET

    Learn about rendering options in Aspose.HTML for .NET to customize the rendering of HTML to PDF, XPS, DOCX, and Images. Gain ready-to-use C# examples...resolutions: CSS Media Type media-type is an important feature...a few ways to specify media-type for a style sheet, via linked...

    docs.aspose.com/html/net/rendering-options/
  3. Determine which Axis exists in the Chart|Docume...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for Python via .NET. Our guide will help you understand how to identify and access the different axes in a chart, including category, value, and secondary axes....has_axis(AxisType axis_type, bool is_primary) method to...Chart.has_axis(AxisType axis_type, bool is_primary) to determine...

    docs.aspose.com/cells/python-net/determine-whic...
  4. Aspose::Words::FileFormatUtil::DetectFileFormat...

    Aspose::Words::FileFormatUtil::DetectFileFormat method. Detects and returns the information about a format of a document stored in a stream in C++....Stream > & stream ) Parameter Type Description stream const Sy...String & fileName ) Parameter Type Description fileName const System::String&...

    reference.aspose.com/words/cpp/aspose.words/fil...
  5. Style.List | Aspose.Words for .NET

    Discover how to style your lists effectively! Learn to define unique formatting for list styles to enhance your content's visual appeal.... For other style types this property returns null ...IsListStyleDefinitio , Is . True ); Assert . That ( list1 . ...

    reference.aspose.com/words/net/aspose.words/sty...
  6. FieldFileName.include_full_path property | Aspo...

    FieldFileName.include_full_path property. Gets or sets whether to include the full file path name.... insert_field ( field_type = aw . fields . FieldType ....FIELD_FILE_NAME , update_field = True ) . as_field_file_name () field...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Lists::ListLevel::CreatePictureB...

    Aspose::Words::Lists::ListLevel::CreatePictureBullet method. Creates picture bullet shape for the current list level in C++....ico" ); ASSERT_TRUE ( list -> get_ListLevels ()...DeletePictureBullet (); ASSERT_TRUE ( System :: TestTools :: IsNull...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. How to align by Hyperlink along side paragraph ...

    I have used below code to create a bookmark and insert hyper link at end of paragraph . But the hyperlink isnt aligning well with paragraph headings(inserted image) . How to align it properly? // Insert bookmark at the …...Type == FieldType.FieldTOC).FirstOrDefault();...GetChildNodes(NodeType.Paragraph, true)) { int index; if (paragraph...

    forum.aspose.com/t/how-to-align-by-hyperlink-al...
  9. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_LastSavedTime method. Gets or sets the time of the last save in UTC in C++....are three different calendar types according to which the SAVEDATE...FieldSaveDate , true )); field -> set_UseLunarCalendar ( true ); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. Macro function calculation - Free Support Forum...

    We have a xlsm file with a macro function, we are calculating we are using some logic like this THIS IS THE SAMPLE LINK Workbook wb = new Workbook(filePath); wb.calculateFormula(); …...setVisible(true); Cells cells = sheet.getCells();...cannot calculate this macro type function, then how is it correctly...

    forum.aspose.com/t/macro-function-calculation/3...