Sort Score
Result 10 results
Languages All
Labels All
Results 6,681 - 6,690 of 17,485 for

docx to doc

(0.05 sec)
  1. HeaderFooter.ParentSection | Aspose.Words for .NET

    Discover the HeaderFooter ParentSection property To easily access the parent section of your sTory, enhancing your Document's structure and organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/net/aspose.words/hea...
  2. Manage Document Metadata via Android Mobile App...

    View and Update PDF, Microsoft Excel spreadsheets, PowerPoint Presentations and Word Documents metadata via mobile android application....Android DOC Files Metadata DOCM Files Metadata DOCX Files Metadata...

    products.aspose.com/total/android-java/metadata/
  3. Section constructor | Aspose.Words for Python

    Section construcTor. Initializes a new instance of the Section class....Section constructor Section(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Ինչպես փոխարկել Word-ը սկանավորված PDF-ի, օգտագ...

    Այս արագ ձեռնարկը կուղղորդի ձեզ, թե ինչպես փոխարկել Word-ը սկանավորված PDF-ի՝ օգտագործելով C#: C#-ն օգտագործելիս Word-ը վերածեք սկանավորված PDF-ի՝ օգտագործելով մի քանի տող կոդ և պարզ API զանգեր Windows-ի, macOS-ի կամ Linux-ի .NET Core-ի վրա հիմնված ցանկացած միջավայրում:...սկանավորված PDF սկավառակի վրա C# scan DOC to PDF -ի օգտագործումը հեշտությամբ...գործընթացը կսկսենք՝ բեռնելով աղբյուրի DOCX ֆայլը սկավառակից և օգտագործելով...

    kb.aspose.com/hy/words/net/how-to-convert-word-...
  5. StructuredDocumentTag.xml_mapping property | As...

    StructuredDocumentTag.xml_mapping property. Gets an object that represents the mapping of this structured Document tag To XML data in a cusTom XML part of the current Document.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Settings::WriteProtection::SetPa...

    Aspose::Words::Settings::WriteProtection::SetPassword method. Sets the write protection password for the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  7. Paragraph.AppendField | Aspose.Words for .NET

    Enhance your Document with the Paragraph AppendField method, seamlessly adding cusTom fields To paragraphs for improved organization and clarity....Document doc = new Document (); Paragraph paragraph = doc . FirstSection...AreEqual ( "Placeholder value" , doc . Range . Fields [ 2 ]. Result...

    reference.aspose.com/words/net/aspose.words/par...
  8. BuiltInDocumentProperties.paragraphs property |...

    BuiltInDocumentProperties.paragraphs property. Represents an estimate of the number of paragraphs in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Lorem...

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

    Discover the Node GetText method To effortlessly retrieve text from a node and its child elements, enhancing your data management and development efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert paragraphs with...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Run Class | Aspose.Words for .NET

    Discover Aspose.Words.Run, a powerful class for managing character runs with consistent font formatting, enhancing your Document processing efficiency....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/run/