Skip to content

Commit e909c65

Browse files
committed
feat: Adding API build related files
1 parent 30c984e commit e909c65

File tree

5 files changed

+6786
-0
lines changed

5 files changed

+6786
-0
lines changed

_assetsApi/api/index.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
<style>
2+
article {
3+
background: transparent !important;
4+
}
5+
6+
article div.contribution-panel {
7+
display: none;
8+
}
9+
10+
blockquote {
11+
border: 0;
12+
margin: 20px 0;
13+
min-height: 70px;
14+
padding: 24px 80px;
15+
background-color: #f9edc6;
16+
background-image: url("/devtools/document-processing/assets/important-icon.svg");
17+
color: #fff;
18+
background-repeat: no-repeat;
19+
background-size: 48px;
20+
background-position: center;
21+
background-position-x: 16px;
22+
background-position-y: 50%;
23+
color: #000000; }
24+
blockquote:not(.alert-note) a, blockquote:not(.alert-note) a:link {
25+
color: #000000;
26+
text-decoration: underline; }
27+
blockquote:not(.alert-note) a:hover, blockquote:not(.alert-note) a:active, blockquote:not(.alert-note) a:focus, blockquote:not(.alert-note) a:link:hover, blockquote:not(.alert-note) a:link:active, blockquote:not(.alert-note) a:link:focus {
28+
color: #000000;
29+
text-decoration: none !important; }
30+
blockquote p:first-child,
31+
blockquote ul:first-child,
32+
blockquote ol:first-child {
33+
margin-top: 0; }
34+
blockquote p:last-child,
35+
blockquote ul:last-child,
36+
blockquote ol:last-child {
37+
margin-bottom: 0; }
38+
blockquote.disclaimer {
39+
background-color: #eaebec;
40+
color: #4f5d6c; }
41+
blockquote.disclaimer p:first-child {
42+
color: #36393f; }
43+
blockquote.alert-note {
44+
margin-top: 2em;
45+
margin-bottom: 2em;
46+
background-color: #eaebec;
47+
color: #4f5d6c; }
48+
blockquote.important {
49+
background-color: #f9edc6;
50+
background-image: url("/devtools/document-processing/assets/important-icon.svg"); }
51+
blockquote.caution {
52+
background-color: #f7e1df;
53+
background-image: url("/devtools/document-processing/assets/caution-icon.svg"); }
54+
blockquote.tip {
55+
background-color: #e4f1df;
56+
background-image: url("/devtools/document-processing/assets/tip-icon.svg"); }
57+
58+
59+
article:not(.api-reference)>p:first-child, article:not(.api-reference) h1+p {
60+
font-size: 18px;
61+
font-weight: 300;
62+
line-height: 24px;
63+
margin-top: 15px;
64+
margin-bottom: 20px;
65+
font-family: "Roboto", Helvetica, Arial, sans-serif;
66+
color: #8a959f;
67+
}
68+
69+
@media (min-width: 768px) {
70+
article:not(.api-reference)>p:first-child, article:not(.api-reference) h1+p {
71+
font-size: 22px;
72+
line-height: 28px;
73+
}
74+
}
75+
76+
@media (min-width: 1025px) {
77+
article:not(.api-reference)>p:first-child, article:not(.api-reference) h1+p {
78+
font-size: 26px;
79+
line-height: 32px;
80+
}
81+
}
82+
83+
</style>
84+
85+
# Telerik Document Processing API Reference
86+
The API reference section of the documentation contains a list and descriptions of all public available classes, methods and properties of the Telerik Document Processing product.
87+
88+
> This documentation refers to the latest version of Telerik Document Processing libraries.
Lines changed: 235 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,235 @@
1+
<div id="footer" class="container-fluid pb-40">
2+
<div class="row feedback-row mb-60">
3+
<div class="col-sm-8 col-sm-offset-4 col-md-offset-3 col-lg-8 col-lg-offset-2">
4+
<div class="row">
5+
<div class="col-md-10 col-md-offset-1">
6+
<div class="row feedback">
7+
<div class="col-xs-8">
8+
<h4>Was this article helpful?</h4>
9+
</div>
10+
<div class="col-xs-4 text-right">
11+
<button data-value="yes" id="yesButton">Yes</button>
12+
&nbsp;/&nbsp;
13+
<button data-value="no" id="noButton">No</button>
14+
</div>
15+
</div>
16+
</div>
17+
</div>
18+
</div>
19+
</div>
20+
21+
<div class="dialog-overlay">
22+
<div class="feedback-dialog dialog dialog-enter">
23+
<div id="feedback-container">
24+
<div id="feedback-window-container">
25+
<div id="feedback-form-window">
26+
<h3 class="mt-0 mb-5">Give article feedback</h3>
27+
<p>Tell us how we can improve this article</p>
28+
<span id="feedback-form-popup-container"></span>
29+
<form id="feedback-form">
30+
<div id="feedback-checkbox-area">
31+
<input id="hidden-sheet-id" type="hidden" value="1HHlD_amgJPEh0GFobTkhTb9WBL9YbcKaYmlq-fCJb14">
32+
<label>
33+
<input type="checkbox" data-bind="checked: outdatedSample" /> Code samples are inaccurate / outdated.
34+
</label>
35+
<span class="required-field" data-bind="visible: outdatedSample"></span>
36+
<textarea id="feedback-code-sample-text-input" placeholder="Please, specify more details ..." class="feedback-extw__textarea"
37+
data-bind="visible: outdatedSample, value: inaccurateOutdatedCodeSamplesText">
38+
</textarea>
39+
<label>
40+
<input type="checkbox" data-bind="checked: otherMoreInformation" /> I expected to find other / more information.
41+
</label>
42+
<span class="required-field" data-bind="visible: otherMoreInformation"></span>
43+
<textarea id="feedback-more-information-text-input" class="feedback-extw__textarea" placeholder="Please, specify what information can be added ..."
44+
data-bind="visible: otherMoreInformation, value: otherMoreInformationText">
45+
</textarea>
46+
<label>
47+
<input type="checkbox" data-bind="checked: textErrors" /> There are typos / broken links / broken page elements.
48+
</label>
49+
<span class="required-field" data-bind="visible: textErrors"></span>
50+
<textarea id="feedback-text-errors-text-input" class="feedback-extw__textarea" placeholder="Please, specify what needs to be fixed ..."
51+
data-bind="visible: textErrors, value: typosLinksElementsText">
52+
</textarea>
53+
<label>
54+
<input type="checkbox" data-bind="checked: inaccurateContent" /> Content is inaccurate / outdated.
55+
</label>
56+
<span class="required-field" data-bind="visible: inaccurateContent"></span>
57+
<textarea id="feedback-inaccurate-content-text-input" class="feedback-extw__textarea" placeholder="Please, specify which conent ..."
58+
data-bind="visible: inaccurateContent, value: inaccurateOutdatedContentText">
59+
</textarea>
60+
<label>
61+
<input type="checkbox" data-bind="checked: otherFeedback" /> Other
62+
</label>
63+
<span class="required-field" data-bind="visible: otherFeedback"></span>
64+
<textarea id="feedback-other-text-input" placeholder="Please, enter more details or not listed feedback ..." class="feedback-extw__textarea"
65+
data-bind="visible: otherFeedback, value: textFeedback">
66+
</textarea>
67+
<input id="feedback-email-input" type="email" placeholder="email (optional)" data-email-msg="Email format is not valid."
68+
class="feedback-extw__input input" data-bind="value: email" />
69+
<label>
70+
<input type="checkbox" data-bind="checked: acceptFeedbackContact" /> By checking this box you consent to Progress contacting you by email about your response on this page.
71+
</label>
72+
</div>
73+
</form>
74+
<div class="feedback-extw__foot">
75+
<p class="mt-30 mb-0" style="text-align: right;">
76+
<button class="button ghost dialog-hide">Cancel</button>
77+
<button class="button dialog-hide" type="submit">Submit</button>
78+
</p>
79+
</div>
80+
</div>
81+
</div>
82+
</div>
83+
</div>
84+
</div>
85+
86+
<script>
87+
$(document).ready(function() {
88+
initFeedbackForm({
89+
dialog: ".dialog-overlay",
90+
closeButtons: ".dialog-hide",
91+
container: ".feedback"
92+
});
93+
});
94+
</script>
95+
96+
<script>
97+
$(".read-prev").hover(function() {
98+
$(".title-prev").show();
99+
}, function() {
100+
$(".title-prev").hide();
101+
});
102+
103+
$(".read-next").hover(function() {
104+
$(".title-next").show();
105+
}, function() {
106+
$(".title-next").hide();
107+
});
108+
109+
$(".all-components").click(function() {
110+
$(".all-components").toggleClass("show-components");
111+
$('.sidetoggle').toggleClass("collapse");
112+
$('.sidetoc').toggleClass("show-components");
113+
$(".sidefilter").toggleClass("show-components");
114+
});
115+
</script>
116+
117+
118+
<div class="row">
119+
<div class="col-lg-8 col-lg-offset-2">
120+
<div class="row">
121+
<div class="col-md-12 col-lg-10 col-lg-offset-1">
122+
<div class="row">
123+
124+
125+
<div class="col-sm-4 mb-20">
126+
<h6 class="mt-0 mb-10">Getting Started</h6>
127+
<ul class="list-unstyled">
128+
129+
<li>
130+
<a href="https://docs.telerik.com/devtools/document-processing/getting-started" target="_blank">Getting Started</a>
131+
</li>
132+
133+
</ul>
134+
</div>
135+
136+
<div class="col-sm-4 mb-20">
137+
<h6 class="mt-0 mb-10">Support Resources</h6>
138+
<ul class="list-unstyled">
139+
140+
<li>
141+
<a href="https://docs.telerik.com/devtools/document-processing/introduction" target="_blank">Documentation</a>
142+
</li>
143+
144+
</ul>
145+
</div>
146+
147+
<div class="col-sm-4 mb-20">
148+
<h6 class="mt-0 mb-10">Community</h6>
149+
<ul class="list-unstyled">
150+
151+
<li>
152+
<a href="https://www.telerik.com/forums/telerik-document-processing" target="_blank">Forums</a>
153+
</li>
154+
155+
<li>
156+
<a href="https://www.telerik.com/blogs/.net" target="_blank">Blogs</a>
157+
</li>
158+
159+
<li>
160+
<a href="https://feedback.telerik.com/Project/184" target="_blank">Document Processing Feedback Portal</a>
161+
</li>
162+
163+
</ul>
164+
</div>
165+
166+
167+
</div>
168+
<div class="row copyright">
169+
<div class="col-sm-4 social-icons">
170+
<span class="sticky">
171+
<a class="social-icon" href="https://www.facebook.com/Telerik/" title=""><?xml version="1.0" encoding="utf-8"?>
172+
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
173+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
174+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
175+
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
176+
<path d="M13.766,32.155V17.559H8.854V11.87h4.912V7.675c0-4.869,2.973-7.52,7.316-7.52c2.08,0,3.868,0.155,4.39,0.224v5.088
177+
l-3.013,0.001c-2.362,0-2.819,1.122-2.819,2.769v3.632h5.634l-0.734,5.688H19.64v14.597H13.766z"/>
178+
</svg>
179+
</a>
180+
<a class="social-icon" href="https://twitter.com/Telerik/" title=""><?xml version="1.0" encoding="utf-8"?>
181+
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
182+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
183+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
184+
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
185+
<path fill="#231F20" d="M32,6.076c-1.178,0.522-2.442,0.875-3.771,1.034c1.355-0.813,2.396-2.1,2.887-3.632
186+
c-1.269,0.752-2.674,1.298-4.169,1.593c-1.198-1.276-2.904-2.073-4.792-2.073c-3.626,0-6.566,2.939-6.566,6.565
187+
c0,0.515,0.058,1.016,0.17,1.496C10.303,10.785,5.466,8.171,2.228,4.199c-0.565,0.97-0.889,2.097-0.889,3.3
188+
c0,2.278,1.159,4.287,2.92,5.464c-1.076-0.034-2.088-0.329-2.974-0.821c0,0.027,0,0.055,0,0.083c0,3.181,2.263,5.834,5.267,6.438
189+
c-0.551,0.15-1.131,0.23-1.73,0.23c-0.423,0-0.834-0.041-1.235-0.118c0.835,2.608,3.26,4.507,6.133,4.56
190+
c-2.247,1.761-5.078,2.811-8.154,2.811c-0.53,0-1.052-0.031-1.566-0.092c2.905,1.862,6.356,2.949,10.064,2.949
191+
c12.076,0,18.679-10.004,18.679-18.679c0-0.285-0.007-0.568-0.02-0.849C30.007,8.549,31.12,7.393,32,6.076"/>
192+
</svg>
193+
</a>
194+
<a class="social-icon" href="https://www.youtube.com/user/TelerikInc" title=""><?xml version="1.0" encoding="utf-8"?>
195+
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
196+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
197+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve">
198+
<path d="M506.887,153.632c0,0-5.003-35.283-20.354-50.82c-19.469-20.393-41.293-20.494-51.301-21.687
199+
c-71.647-5.179-179.121-5.179-179.121-5.179h-0.223c0,0-107.472,0-179.121,5.179c-10.008,1.194-31.824,1.295-51.301,21.687
200+
c-15.351,15.537-20.346,50.82-20.346,50.82S0,195.065,0,236.497v38.843c0,41.433,5.12,82.865,5.12,82.865
201+
s4.995,35.283,20.346,50.82c19.476,20.393,45.06,19.748,56.455,21.885C122.883,434.839,256,436.054,256,436.054
202+
s107.585-0.162,179.232-5.341c10.008-1.194,31.831-1.295,51.301-21.687c15.351-15.537,20.354-50.82,20.354-50.82
203+
S512,316.773,512,275.341v-38.843C512,195.065,506.887,153.632,506.887,153.632z M203.87,322.913v-144.36l137.342,72.18 L203.87,322.913z"/>
204+
</svg>
205+
</a>
206+
<a class="social-icon" href="https://www.linkedin.com/showcase/telerik/" title=""><?xml version="1.0" encoding="utf-8"?>
207+
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
208+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
209+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
210+
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
211+
<path d="M7.81,29V9.652H1.379V29H7.81z M4.596,7.009c2.243,0,3.638-1.486,3.638-3.342C8.192,1.768,6.838,0.324,4.638,0.324
212+
C2.438,0.324,1,1.768,1,3.667c0,1.856,1.396,3.342,3.554,3.342H4.596L4.596,7.009z M11.37,29h6.43V18.195
213+
c0-0.579,0.042-1.156,0.213-1.569c0.465-1.155,1.521-2.352,3.3-2.352c2.325,0,3.257,1.774,3.257,4.375v10.35H31V17.906
214+
c0-5.943-3.173-8.708-7.404-8.708c-3.469,0-4.992,1.939-5.838,3.259H17.8V9.651h-6.43C11.454,11.467,11.37,28.999,11.37,29L11.37,29
215+
z"/>
216+
</svg>
217+
</a>
218+
</span>
219+
</div>
220+
<div class="col-sm-8">
221+
<p>
222+
Copyright &copy; 2018 Progress Software Corporation and/or its subsidiaries or affiliates.<br /> All Rights Reserved.
223+
</p>
224+
225+
<p>
226+
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See <a href="https://www.progress.com/legal/trademarks">Trademarks</a> for appropriate markings.
227+
</p>
228+
</div>
229+
</div>
230+
</div>
231+
</div>
232+
</div>
233+
</div>
234+
235+
</div>

0 commit comments

Comments
 (0)