Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 9,936 for

2 of

(0.17 sec)
  1. Aspose::Words::ConditionalStyleCollection::get_...

    Aspose::Words::ConditionalStyleCollection::get_OddRowBanding method. Gets the odd row banding style in C++....(); builder -> Write ( u "Cell 2" ); builder -> EndRow (); builder...Color :: get_AliceBlue ()); // 2 - By index: tableStyle -> get_ConditionalStyles...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. Aspose::Words::Drawing::JoinStyle enum | Aspose...

    Aspose::Words::Drawing::JoinStyle enum. Line join style in C++.... Round 2 Draw an arc between the two edges...builder -> InsertNode ( arrow ); // 2 - Thick black diagonal line with...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Tables::Table::get_BottomPadding...

    Aspose::Words::Tables::Table::get_BottomPadding method. Gets or sets the amount Of space (in points) to add below the contents Of cells in C++....builder -> Write ( u "Row 1, cell 2." ); builder -> EndTable (); //...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Renderers – C# – Aspose.HTML for .NET

    Learn about supported renderers – HtmlRenderer, SvgRenderer, MhtmlRenderer and EpubRenderer, which are used to render HTML, SVG, MHTML, EPUB...a path to a source HTML file 2 string documentPath = Path. Combine...an SVG document from the file 2 using SVGDocument document = new...

    docs.aspose.com/html/net/renderers/
  5. 3. How to use LaTeX fonts in text

    This article covers LaTeX font commands that independently change different font attributes for use in normal text.... 2 The bold typeface \ end{bfseries}...shapes. Copy 1 \ raggedright 2 When switching back from { \ itshape...

    docs.aspose.com/tex/java/latex-text-fonts/
  6. Aspose::Words::Drawing::ImageData::SetImage met...

    Aspose::Words::Drawing::ImageData::SetImage method. Sets the image that the shape displays in C++....-> SetImage ( srcImage ); } // 2 - Open an image file from the...-> SetImage ( srcImage ); } // 2 - Open an image file from the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Project Calculation Modes

    Learn how to work with MicrosOft Project (MPP/XML) project calculation modes using Aspose.Tasks for C++....set calculation mode to None 2 System ::SharedPtr < Project >...(Tsk::Duration(), project -> GetDuration(2, Aspose::Tasks::TimeUnitType::Day));...

    docs.aspose.com/tasks/cpp/project-calculation-m...
  8. GeneralFormat | Aspose.Words for Java

    Specifies a general format that is applied to a numeric text or any field result in Java....insertField("= 2 + 3"); Assert.assertEquals("= 2 + 3", field.getFieldCode());...update(); Assert.assertEquals("= 2 + 3 \\# $###.00", field.getFieldCode());...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::DocumentBuilder::InsertHtml meth...

    Aspose::Words::DocumentBuilder::InsertHtml method. Inserts an HTML string into the document in C++....center" , paragraphs -> idx_get ( 2 ) -> GetText (). Trim ()); ASSERT_EQ...Center , paragraphs -> idx_get ( 2 ) -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Changing Task Progress

    Learn how to change MicrosOft Project (MPP/XML) task progress using Aspose.Tasks for .NET....Project project = new Project(); 2 Console. WriteLine ( "Project...Duration , project. GetDuration (2)); 6 task. Set (Tsk. PercentComplete...

    docs.aspose.com/tasks/net/changing-task-progress/