Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 9,809 for

2 of

(0.04 sec)
  1. FieldFormDropDown | Aspose.Words for Java

    Implements the FORMDROPDOWN field in Java....get(2); Assert.assertEquals(" FORMDROPDOWN...fieldIf.getFieldCode(false)); // 2 - Include its inner fields: Assert...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldRevNum | Aspose.Words for Java

    Implements the REVNUM field in Java....assertEquals("2", field.getResult()); Methods...fieldIf.getFieldCode(false)); // 2 - Include its inner fields: Assert...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldDocProperty | Aspose.Words for Java

    Implements the DOCPROPERTY field in Java....insertParagraph(); // 2 - Display a custom document variable:...fieldIf.getFieldCode(false)); // 2 - Include its inner fields: Assert...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldSkipIf.ComparisonOperator | Aspose.Words f...

    Discover the FieldSkipIf ComparisonOperator property, easily manage and customize your comparison operators for enhanced data handling....output of our mail merge will have 2 pages instead of 3. // On page...both display "1". // On page 2, the MERGEREC field will display...

    reference.aspose.com/words/net/aspose.words.fie...
  5. ImageSize.WidthPixels | Aspose.Words for .NET

    Discover the ImageSize WidthPixels property to easily retrieve the pixel width Of your images, enhancing your image management and optimization....WidthPoints * 2 ; shape . Height = imageSize . HeightPoints * 2 ; doc...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::TabStopCollection class | Aspose...

    Aspose::Words::TabStopCollection class. A collection Of TabStop objects that represent custom tabs for a paragraph or a style. To learn more, visit the documentation article in C++....TabLeader :: Dashes )); ASSERT_EQ ( 2 , tabStops -> get_Count ()); ASSERT_FALSE...Writeln ( u "Start \t Tab 1 \t Tab 2" ); SharedPtr < ParagraphCollection...

    reference.aspose.com/words/cpp/aspose.words/tab...
  7. Aspose::Words::TextColumnCollection::get_Evenly...

    Aspose::Words::TextColumnCollection::get_EvenlySpaced method. True if text columns are Of equal width and evenly spaced in C++....false ); columns -> SetCount ( 2 ); // Determine the amount of...builder -> Writeln ( u "Wide column 2." ); doc -> Save ( ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words/tex...
  8. Aspose::Words::ConditionalStyleCollection::get_...

    Aspose::Words::ConditionalStyleCollection::get_BottomLeftCell method. Gets the bottom left cell 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...
  9. Aspose::Words::ConditionalStyleCollection::get_...

    Aspose::Words::ConditionalStyleCollection::get_LastColumn method. Gets the last column 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...
  10. Import Pdf to OneNote

    Import from Pdf to OneNote using C# or .NET API....Copy 1 var d = new Document(); 2 3 d.Import(Path.Combine(dataDir...Copy 1 var d = new Document(); 2 3 var importOptions = new PdfImportOptions();...

    docs.aspose.com/note/net/import/import-from-pdf/