We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

different types within it's a heading with its content arated with its types

Based on this https://www.microsoft.com/en-us/download/details.aspx?id=7029 ,I would like to get all different types within a heading with its content
arated with its types(Paraphraph, Coding, Table ...)

Just print it out: Debug.writeline

For example:

Heading: 1.6.3 Type parameters

# Paraphraph 1:
"A class definition may specify a set of ..."(all of its content).

# Code 1:
"public class Pair<TFirst,TSecond>
{
    public TFirst First;
    public TSecond Second;
}
"

# Paraphraph 2:
"A class type that is declared to take type parameters is called a generic class type. Struct, interface and delegate types can also b..."

And so on ...


How ?

3 Replies

PR Poorani Rajendran Syncfusion Team September 19, 2019 11:58 AM UTC

Hi Kevin,

Thank you for contacting Syncfusion support.

To meet your requirement, we have prepared a sample application for displaying the content in the output Window and it can be downloaded from the below link:
https://www.syncfusion.com/downloads/support/forum/147648/ze/CreateWordSample-140560908


If we misunderstood any of your requirement, Kindly provide us your complete end requirement and expected output, thereby we will analyze the feasibility further on the mentioned requirement and update you with the appropriate solution at the earliest.

Please refer the below UG documentation link to know more about working with paragraph and table in Word document using DocIO:
Working-with-paragraph
Working-with-tables


Please let us know if you have any other questions.

Regards,
Poorani Rajendran



KE Kevin September 23, 2019 05:42 AM UTC

No, I don't want to create such a file.

I want to read from an existing file(https://www.microsoft.com/en-us/download/details.aspx?id=7029) that structure and print it out

Thank you


PR Poorani Rajendran Syncfusion Team September 23, 2019 12:44 PM UTC

Hi kevin,

Thank you for your update.

To meet your requirement, we have prepared a sample application and it can be downloaded from the below link:
https://www.syncfusion.com/downloads/support/forum/147648/ze/CreateWordSample-1403678896

Note 1: Please find the input files in “Data” folder of above sample application.
Note 2: Output Window will display the content of the text in the Word document.

If we misunderstood any of your requirement, Kindly provide us your complete end requirement and expected output screenshot, thereby we will analyze the feasibility to create as like your screenshot and update you with the appropriate solution at the earliest.

Please let us know if you have any other questions.

Regards,
Poorani Rajendran

Loader.
Live Chat Icon For mobile
Up arrow icon