-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extract msword html data into an asset file
- Loading branch information
1 parent
37af4ee
commit de6b0f3
Showing
3 changed files
with
67 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CNICOLE%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><!--[if gte mso 9]><xml> | ||
<w:WordDocument> | ||
<w:View>Normal</w:View> | ||
<w:Zoom>0</w:Zoom> | ||
<w:PunctuationKerning/> | ||
<w:ValidateAgainstSchemas/> | ||
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> | ||
<w:IgnoreMixedContent>false</w:IgnoreMixedContent> | ||
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> | ||
<w:Compatibility> | ||
<w:BreakWrappedTables/> | ||
<w:SnapToGridInCell/> | ||
<w:WrapTextWithPunct/> | ||
<w:UseAsianBreakRules/> | ||
<w:DontGrowAutofit/> | ||
</w:Compatibility> | ||
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> | ||
</w:WordDocument> | ||
</xml><![endif]--><!--[if gte mso 9]><xml> | ||
<w:LatentStyles DefLockedState="false" LatentStyleCount="156"> | ||
</w:LatentStyles> | ||
</xml><![endif]--><style> | ||
<!-- | ||
/* Style Definitions */ | ||
p.MsoNormal, li.MsoNormal, div.MsoNormal | ||
{mso-style-parent:""; | ||
margin:0in; | ||
margin-bottom:.0001pt; | ||
mso-pagination:widow-orphan; | ||
font-size:12.0pt; | ||
font-family:"Times New Roman"; | ||
mso-fareast-font-family:"Times New Roman";} | ||
@page Section1 | ||
{size:8.5in 11.0in; | ||
margin:1.0in 1.25in 1.0in 1.25in; | ||
mso-header-margin:.5in; | ||
mso-footer-margin:.5in; | ||
mso-paper-source:0;} | ||
div.Section1 | ||
{page:Section1;} | ||
--> | ||
</style><!--[if gte mso 10]> | ||
<style> | ||
/* Style Definitions */ | ||
table.MsoNormalTable | ||
{mso-style-name:"Table Normal"; | ||
mso-tstyle-rowband-size:0; | ||
mso-tstyle-colband-size:0; | ||
mso-style-noshow:yes; | ||
mso-style-parent:""; | ||
mso-padding-alt:0in 5.4pt 0in 5.4pt; | ||
mso-para-margin:0in; | ||
mso-para-margin-bottom:.0001pt; | ||
mso-pagination:widow-orphan; | ||
font-size:10.0pt; | ||
font-family:"Times New Roman"; | ||
mso-ansi-language:#0400; | ||
mso-fareast-language:#0400; | ||
mso-bidi-language:#0400;} | ||
</style> | ||
<![endif]--> | ||
|
||
<p class="MsoNormal">Foo <b style="">BOLD<o:p></o:p></b></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters