Sort Score
Result 10 results
Languages All
Labels All
Results 9,241 - 9,250 of 183,049 for

doc

(0.18 sec)
  1. Aspose::Words::Vba::VbaProject::get_IsSigned me...

    Aspose::Words::Vba::VbaProject::get_IsSigned method. Shows whether the VbaProject is signed or not in C++.... auto doc = System :: MakeObject < Aspose...:: VbaProject > vbaProject = doc -> get_VbaProject (); std ::...

    reference.aspose.com/words/cpp/aspose.words.vba...
  2. PageInfo | Aspose.Words for Java

    Represents information about a particular Document page in Java.... Document doc = new Document(getMyDir() + "Document...colored. Assert.assertFalse(doc.getPageInfo(0).getColored());...

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

    Implements the DDEAUTO field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are three types of...

    reference.aspose.com/words/java/com.aspose.word...
  4. Specify Default Fonts|Aspose.Words for .NET

    Specify default fonts. NPOI does not provide an opportunity to specify default fonts using C#....Document doc = new Document ( "../../data/document.doc" ); // If...calls. doc . Save ( "Rendering.SetDefaultFont_Out.pdf" ); doc . Save...

    docs.aspose.com/words/net/specify-default-fonts/
  5. Format Text in Document in NPOI|Aspose.Words fo...

    Fformat text in a Document easily and fast instead of using NPOI in C#.... C# Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . ParagraphFormat...

    docs.aspose.com/words/net/format-text-in-docume...
  6. Aspose::Words::Layout::RevisionOptions class | ...

    Aspose::Words::Layout::RevisionOptions class. Allows to control how Document revisions are handled during layout process. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a revision, then...

    reference.aspose.com/words/cpp/aspose.words.lay...
  7. ListFormat.apply_number_default method | Aspose...

    ListFormat.apply_number_default method. Starts a new default numbered list and applies it to the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ListFormat.list_outdent method | Aspose.Words f...

    ListFormat.list_outdent method. Decreases the list level of the current paragraph by one level.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ListFormat.apply_bullet_default method | Aspose...

    ListFormat.apply_bullet_default method. Starts a new default bulleted list and applies it to the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ShapeBase.ZOrder | Aspose.Words for .NET

    Discover how the ShapeBase ZOrder property enhances your design by controlling the display order of overlapping shapes for a clearer, more organized layout.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert three different...

    reference.aspose.com/words/net/aspose.words.dra...