Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract snippets #313

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Conversation

mikeebowen
Copy link
Collaborator

@mikeebowen mikeebowen commented Sep 12, 2024

Copy link
Contributor

Learn Build status updates of commit 4b78beb:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/word/how-to-add-tables-to-word-processing-documents.md ⚠️Warning Details
docs/word/how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md ⚠️Warning Details
docs/general/how-to-add-a-new-document-part-to-a-package.md ✅Succeeded
docs/general/how-to-copy-the-contents-of-an-open-xml-package-part-to-a-document-part-in-a-dif.md ✅Succeeded
docs/general/how-to-create-a-package.md ✅Succeeded
docs/general/how-to-get-the-contents-of-a-document-part-from-a-package.md ✅Succeeded
docs/general/how-to-remove-a-document-part-from-a-package.md ✅Succeeded
docs/general/how-to-replace-the-theme-part-in-a-word-processing-document.md ✅Succeeded
docs/general/how-to-search-and-replace-text-in-a-document-part.md ✅Succeeded
docs/includes/using-statement.md ✅Succeeded
docs/presentation/how-to-apply-a-theme-to-a-presentation.md ✅Succeeded
docs/presentation/how-to-change-the-fill-color-of-a-shape-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-delete-a-slide-from-a-presentation.md ✅Succeeded
docs/presentation/how-to-delete-all-the-comments-by-an-author-from-all-the-slides-in-a-presentatio.md ✅Succeeded
docs/presentation/how-to-get-all-the-external-hyperlinks-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-get-all-the-text-in-a-slide-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-get-all-the-text-in-all-slides-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-get-the-titles-of-all-the-slides-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-insert-a-new-slide-into-a-presentation.md ✅Succeeded
docs/presentation/how-to-move-a-paragraph-from-one-presentation-to-another.md ✅Succeeded
docs/presentation/how-to-move-a-slide-to-a-new-position-in-a-presentation.md ✅Succeeded
docs/word/how-to-accept-all-revisions-in-a-word-processing-document.md ✅Succeeded
docs/word/how-to-change-text-in-a-table-in-a-word-processing-document.md ✅Succeeded
docs/word/how-to-change-the-print-orientation-of-a-word-processing-document.md ✅Succeeded
docs/word/how-to-convert-a-word-processing-document-from-the-docm-to-the-docx-file-format.md ✅Succeeded

This comment lists only the first 25 files in the pull request.

docs/word/how-to-add-tables-to-word-processing-documents.md

  • Line 52, Column 62: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open'.
  • Line 63, Column 577: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellProperties'.
  • Line 72, Column 313: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Wordprocessing.LeftBoarder'.
  • Line 72, Column 1262: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.OpenXmlElement.AppendChild'.
  • Line 83, Column 83: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.OpenXmlElement.Append'.

docs/word/how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md

  • Line 34, Column 185: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#sample-code' in 'word/how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md'.
  • Line 40, Column 64: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open'.
  • Line 40, Column 187: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open'.
  • Line 53, Column 263: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Linq.Enumerable.ElementAtOrDefault'.
  • Line 63, Column 54: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Linq.Enumerable.ElementAtOrDefault'.
  • Line 111, Column 80: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.OpenXmlElement.PrependChild'.
  • Line 146, Column 31: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.WordProcessing.Styles'.
  • Line 193, Column 5: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Linq.Enumerable.FirstOrDefault'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit 5764348:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/word/how-to-add-tables-to-word-processing-documents.md ⚠️Warning Details
docs/word/how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md ⚠️Warning Details
docs/general/how-to-add-a-new-document-part-to-a-package.md ✅Succeeded
docs/general/how-to-copy-the-contents-of-an-open-xml-package-part-to-a-document-part-in-a-dif.md ✅Succeeded
docs/general/how-to-create-a-package.md ✅Succeeded
docs/general/how-to-get-the-contents-of-a-document-part-from-a-package.md ✅Succeeded
docs/general/how-to-remove-a-document-part-from-a-package.md ✅Succeeded
docs/general/how-to-replace-the-theme-part-in-a-word-processing-document.md ✅Succeeded
docs/general/how-to-search-and-replace-text-in-a-document-part.md ✅Succeeded
docs/includes/using-statement.md ✅Succeeded
docs/presentation/how-to-apply-a-theme-to-a-presentation.md ✅Succeeded
docs/presentation/how-to-change-the-fill-color-of-a-shape-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-delete-a-slide-from-a-presentation.md ✅Succeeded
docs/presentation/how-to-delete-all-the-comments-by-an-author-from-all-the-slides-in-a-presentatio.md ✅Succeeded
docs/presentation/how-to-get-all-the-external-hyperlinks-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-get-all-the-text-in-a-slide-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-get-all-the-text-in-all-slides-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-get-the-titles-of-all-the-slides-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-insert-a-new-slide-into-a-presentation.md ✅Succeeded
docs/presentation/how-to-move-a-paragraph-from-one-presentation-to-another.md ✅Succeeded
docs/presentation/how-to-move-a-slide-to-a-new-position-in-a-presentation.md ✅Succeeded
docs/word/how-to-accept-all-revisions-in-a-word-processing-document.md ✅Succeeded
docs/word/how-to-change-text-in-a-table-in-a-word-processing-document.md ✅Succeeded
docs/word/how-to-change-the-print-orientation-of-a-word-processing-document.md ✅Succeeded
docs/word/how-to-convert-a-word-processing-document-from-the-docm-to-the-docx-file-format.md ✅Succeeded

This comment lists only the first 25 files in the pull request.

docs/word/how-to-add-tables-to-word-processing-documents.md

  • Line 52, Column 62: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open'.
  • Line 63, Column 577: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellProperties'.
  • Line 72, Column 313: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Wordprocessing.LeftBoarder'.
  • Line 72, Column 1262: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.OpenXmlElement.AppendChild'.
  • Line 83, Column 83: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.OpenXmlElement.Append'.

docs/word/how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md

  • Line 34, Column 185: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#sample-code' in 'word/how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md'.
  • Line 40, Column 64: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open'.
  • Line 40, Column 187: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open'.
  • Line 53, Column 263: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Linq.Enumerable.ElementAtOrDefault'.
  • Line 63, Column 54: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Linq.Enumerable.ElementAtOrDefault'.
  • Line 111, Column 80: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.OpenXmlElement.PrependChild'.
  • Line 146, Column 31: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.WordProcessing.Styles'.
  • Line 193, Column 5: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Linq.Enumerable.FirstOrDefault'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit c2bb069:

✅ Validation status: passed

File Status Preview URL Details
docs/general/how-to-add-a-new-document-part-to-a-package.md ✅Succeeded
docs/general/how-to-copy-the-contents-of-an-open-xml-package-part-to-a-document-part-in-a-dif.md ✅Succeeded
docs/general/how-to-create-a-package.md ✅Succeeded
docs/general/how-to-get-the-contents-of-a-document-part-from-a-package.md ✅Succeeded
docs/general/how-to-remove-a-document-part-from-a-package.md ✅Succeeded
docs/general/how-to-replace-the-theme-part-in-a-word-processing-document.md ✅Succeeded
docs/general/how-to-search-and-replace-text-in-a-document-part.md ✅Succeeded
docs/includes/using-statement.md ✅Succeeded
docs/presentation/how-to-apply-a-theme-to-a-presentation.md ✅Succeeded
docs/presentation/how-to-change-the-fill-color-of-a-shape-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-delete-a-slide-from-a-presentation.md ✅Succeeded
docs/presentation/how-to-delete-all-the-comments-by-an-author-from-all-the-slides-in-a-presentatio.md ✅Succeeded
docs/presentation/how-to-get-all-the-external-hyperlinks-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-get-all-the-text-in-a-slide-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-get-all-the-text-in-all-slides-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-get-the-titles-of-all-the-slides-in-a-presentation.md ✅Succeeded
docs/presentation/how-to-insert-a-new-slide-into-a-presentation.md ✅Succeeded
docs/presentation/how-to-move-a-paragraph-from-one-presentation-to-another.md ✅Succeeded
docs/presentation/how-to-move-a-slide-to-a-new-position-in-a-presentation.md ✅Succeeded
docs/word/how-to-accept-all-revisions-in-a-word-processing-document.md ✅Succeeded
docs/word/how-to-add-tables-to-word-processing-documents.md ✅Succeeded
docs/word/how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md ✅Succeeded
docs/word/how-to-change-text-in-a-table-in-a-word-processing-document.md ✅Succeeded
docs/word/how-to-change-the-print-orientation-of-a-word-processing-document.md ✅Succeeded
docs/word/how-to-convert-a-word-processing-document-from-the-docm-to-the-docx-file-format.md ✅Succeeded

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

For any questions, please:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment