Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 153,349 for

document formatting

(0.16 sec)
  1. Aspose::Words::DocumentBuilder::PopFont method ...

    Aspose::Words::DocumentBuilder::PopFont method. Retrieves character Formatting previously saved on the stack in C++....method Retrieves character formatting previously saved on the stack...Shows how to use a document builder’s formatting stack. auto doc...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Document.joinRunsWithSameFormatting method | As...

    Document.joinRunsWithSameFormatting method. Joins runs with same Formatting in all paragraphs of the Document....with same formatting in all paragraphs of the document. joinRunsWithSameForm...Some documents contain adjacent runs with same formatting. Usually...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TableStyleOptions | Aspose.Words for Java

    Specifies how table style is applied to a table in Java.... Document doc = new Document(); DocumentBuilder...before setting any table formatting. builder.insertCell(); //...

    reference.aspose.com/words/java/com.aspose.word...
  4. ListFormat Class | Aspose.Words for .NET

    Master list Formatting in your Documents with Aspose.Words.Lists.ListFormat class. Effortlessly enhance paragraph styling for better readability....Allows to control what list formatting is applied to a paragraph...the Working with Lists documentation article. public class ListFormat...

    reference.aspose.com/words/net/aspose.words.lis...
  5. ShapeBase.SoftEdge | Aspose.Words for .NET

    Enhance your designs with ShapeBase SoftEdge for smooth, soft edge Formatting. Elevate your visuals effortlessly and stand out in every project!...SoftEdge property Gets soft edge formatting for the shape. public SoftEdgeFormat...image resolution. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ConditionalStyleType Enum | Aspose.Words for .NET

    Discover Aspose.Words.ConditionalStyleType enum for defining dynamic table Formatting. Enhance your Document styles with flexible, conditional options!...areas to which conditional formatting may be defined in a table...Description FirstRow 0 Specifies formatting of the first row of a table...

    reference.aspose.com/words/net/aspose.words/con...
  7. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = builder.StartTable(); builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = Document.Styles["tableStyle"]; builder.InsertParagraph(); b…...Style = document.Styles["tableStyle"]; builder...applied a font earlier in the document using Aspose.Words.Font font...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  8. Aspose::Words::Tables::RowFormat class | Aspose...

    Aspose::Words::Tables::RowFormat class. Represents all Formatting for a table row. To learn more, visit the Documentation article in C++....RowFormat class Represents all formatting for a table row. To learn...the Working with Tables documentation article. class RowFormat...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Aspose::Words::Style::get_Font method | Aspose....

    Aspose::Words::Style::get_Font method. Gets the character Formatting of the style in C++....method Gets the character formatting of the style. System :: SharedPtr...MakeObject < Aspose :: Words :: Document > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/sty...
  10. Issue with setResult in updating the field - Fr...

    I am doing field.setResult("My field") In aspose word it is updating the field but field styles are getting removed from word Document. Is there any better way to do that. For example: Hello (style : bold, All_caps)…...getting removed from word document. Is there any better way to...Aspose.Words document while preserving its formatting, you can follow...

    forum.aspose.com/t/issue-with-setresult-in-upda...