Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 30,925 for

doc

(0.03 sec)
  1. PageInfo.HeightInPoints | Aspose.Words for .NET

    Discover the HeightInPoints property of PageInfo to easily access page height in points. Enhance your Document layout with precise measurements!... Document doc = new Document ( MyDir + "Rendering...PrinterSettings (). PaperSources ; doc . FirstSection . PageSetup ....

    reference.aspose.com/words/net/aspose.words.ren...
  2. RevisionCollection class | Aspose.Words for Nod...

    Aspose.Words.RevisionCollection class. A collection of [Revision](../revision/) objects that represent revisions in the Document... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. VbaModule.source_code property | Aspose.Words f...

    VbaModule.source_code property. Gets or sets VBA project module source code.... doc = aw . Document ( MY_DIR + 'VBA...of VBA modules. vba_project = doc . vba_project if vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontInfo.GetEmbeddedFont | Aspose.Words for .NET

    Discover the FontInfo GetEmbeddedFont method to easily retrieve specific embedded font files, enhancing your design projects with seamless typography.... Document doc = new Document ( MyDir + "Embedded...docx" ); FontInfo embeddedFont = doc . FontInfos [ "Alte DIN 1451...

    reference.aspose.com/words/net/aspose.words.fon...
  5. FontInfo.GetEmbeddedFontAsOpenType | Aspose.Wor...

    Discover how the FontInfo GetEmbeddedFontAsOpenType method retrieves embedded fonts in OpenType format, enhancing your design flexibility and quality.... Document doc = new Document ( MyDir + "Embedded...docx" ); FontInfo embeddedFont = doc . FontInfos [ "Alte DIN 1451...

    reference.aspose.com/words/net/aspose.words.fon...
  6. DocumentBuilder.page_setup property | Aspose.Wo...

    DocumentBuilder.page_setup property. Returns an object that represents current page setup and section properties.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Modify the page setup properties...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Font::get_Position method | Aspo...

    Aspose::Words::Font::get_Position method. Gets or sets the position of text (in points) relative to the base line. A positive number raises the text, and a negative number lowers it in C++.... auto doc = MakeObject < Document > ();...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. FindReplaceOptions.ignore_deleted property | As...

    FindReplaceOptions.ignore_deleted property. Gets or sets a boolean value indicating either to ignore text inside delete revisions... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . writeln ( 'Hello world...

    reference.aspose.com/words/python-net/aspose.wo...
  9. XmlMapping.SetMapping | Aspose.Words for .NET

    Discover how the XmlMapping SetMapping method connects parent structured Documents to custom XML nodes, enhancing data integration and management.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  10. CleanupOptions.unusedBuiltinStyles property | A...

    CleanupOptions.unusedBuiltinStyles property. Specifies that unused [Style.builtIn](../../style/builtIn/) styles should be removed from Document.... let doc = new aw . Document (); doc . styles . add...StyleType . List , "MyListStyle1" ); doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/nodejs-net/aspose.wo...