About the using of Aspose Word for .NET

Last post 07-30-2010, 1:56 AM by AndreyN. 3 replies.
Sort Posts: Previous Next
  •  07-28-2010, 8:34 PM 250986

    About the using of Aspose Word for .NET

    Hello,

    I have some questiones which need your help.

    1.How can I get the parameters of  Drop Caps in my document?

    2.How can I get the style of the WordArt in my document?

    3.How can I get the TextBoxes ?

    Thanks,

    Best Regards,

    Candy

    Filed under: aspose words issue
     
  •  07-29-2010, 2:30 AM 251014 in reply to 250986

    Re: About the using of Aspose Word for .NET

    Hi Candy,

     

    Thank you for your interest in Aspose.Words.

     

    1. Drop Caps in MS Word are represented using Text Frames. Unfortunately, there is no way to get Text Frames from the document using Aspose.Words, though Aspose.Words preserves Text Frames during processing the documents and during converting between different formats.

     

    2. I think, you can use ShapeType to determine style of your WordArt objects. Please see the following link for more information:

    http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/aspose.words.drawing.shapetype.html

     

    3. If you would like to find all Textbox shapes, then you should just get shapes with ShapeType equals ShapeType.TextBox.

     

    Please let me know if you need more information, I will be glad to help you.

     

    Best regards,


    Alexey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  07-29-2010, 8:26 PM 251201 in reply to 251014

    Re: About the using of Aspose Word for .NET

    Hello,

    Thanks for your reply.And I have other question needed your help.

    I want to know how to get the pageNumber of current page?

    Thanks,

    Best regards,

    Candy

     
  •  07-30-2010, 1:56 AM 251231 in reply to 251201

    Re: About the using of Aspose Word for .NET

    Hello

     

    Thank you for your interest in Aspose.Words. MS Word document is flow document and does not contain any information about its layout into lines and pages. Our Rendering Engine layouts documents into lines and pages.

    And unfortunately, currently, there is no direct way, which allows you to determine where page starts or ends. Also, there is no way to find the position of the particular node on page. Your request has been linked to the appropriate issue. You will be notified as soon as this feature is supported.

    But, you can try using the workaround suggested by Adam in this thread:

    http://www.aspose.com/community/forums/thread/247028/is-it-possible-to-get-the-page-number-of-a-node.aspx

     

    Hope this helps.

     

    Best regards,


    Andrey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
View as RSS news feed in XML