Sort Score
Result 10 results
Languages All
Labels All
Results 5,321 - 5,330 of 16,760 for

true type

(0.22 sec)
  1. Font style automatically change from Times New ...

    Hello @alexey.noskov and Team , We observing strange behavior , when replacing tag inside table . Table tag -replaced data font Type is changing to Aptos from Times New Roman , for other font it is working fine . Be…...Table tag -replaced data font type is changing to Aptos from Times...newRow = (Row)table.LastRow.Clone(true); table.Rows.Add(newRow); }...

    forum.aspose.com/t/font-style-automatically-cha...
  2. Aspose::Words::DocumentBuilder::get_CurrentStor...

    Aspose::Words::DocumentBuilder::get_CurrentStory method. Gets the story that is currently selected in this DocumentBuilder in C++....DocumentBuilder > ( doc ); // A Story is a type of node that has child Paragraph...builder -> EndTable (); ASSERT_TRUE ( builder -> get_CurrentStory...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. FieldIndex.sequence_name property | Aspose.Word...

    FieldIndex.sequence_name property. Gets or sets the name of a sequence whose number is included with the page number.... insert_field ( field_type = aw . fields . FieldType ....FIELD_INDEX , update_field = True ) . as_field_index () # In the...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Border::ClearFormatting method |...

    Aspose::Words::Border::ClearFormatting method. Resets border properties to default values in C++....-> get_LineStyle ()); ASSERT_TRUE ( borders -> idx_get ( 0 ) ->...for C++ Aspose::Words::Border::Type method Aspose::Words::Border::Equals...

    reference.aspose.com/words/cpp/aspose.words/bor...
  5. DocumentVisitor.VisitRowEnd | Aspose.Words for ...

    Discover the DocumentVisitor VisitRowEnd method, essential for managing table row enumeration in your applications. Enhance your coding efficiency today!...VisitRowEnd ( Row row ) Parameter Type Description row Row The object...mDocTraversalDepth ++; mVisitorIsInsideTabl = true ; return VisitorAction . Continue...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Creating OneNote NoteBook | Aspose.Note Documen...

    This article explains how to create and manage OneNote note books using the C# API....NotebookOneSaveOptio() { DeferredSaving = true }); 7 8 if (notebook. Count...class can be used to read this type of Microsoft .one file format...

    docs.aspose.com/note/net/working-with-onenote-n...
  7. Chart class | Aspose.Words for Python

    aspose.words.drawing.charts.Chart class. Provides access to the chart shape properties... insert_chart ( chart_type = aw . drawing . charts . ChartType...to "true" to make the title visible. title . show = True # Set...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Eliminate Extra spacing\lines in MS Word before...

    Hello We use MS Word Template with xml data to create pdfs using Aspose. Currently we are facing an issue when we assemble multiple Word Templates together before mailmerge. Looking to see how to eliminate the extra li…... Section break type A NewPage section break inserts...GetChildNodes(NodeType.Paragraph, true).Cast<Paragraph>() .Where(p...

    forum.aspose.com/t/eliminate-extra-spacing-line...
  9. DocSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.DocSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Doc](../../aspose.words/saveformat/#Doc) or [SaveFormat.Dot](../../aspose.words/saveformat/#Dot) format... Default value is true , all metafiles are compressed...SaveOptions ) exportGeneratorName When true , causes the name and version...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Extract Content in PHP|Aspose.Words for Java

    Extract Content from Document using PHP....nodeType -> PARAGRAPH , 6 , true ); $ endPara = $ doc -> getFirstSection...nodeType -> PARAGRAPH , 10 , true ); // Extract the content between...

    docs.aspose.com/words/java/extract-content-in-php/