Add MiniWordTableBorder for dynamic table border control#115
Draft
Add MiniWordTableBorder for dynamic table border control#115
Conversation
Co-authored-by: shps951023 <12729184+shps951023@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add word border standard documentation
Add MiniWordTableBorder for dynamic table border control
Mar 7, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No way existed to programmatically set table borders via the MiniWord template system. Users had to pre-style tables in the template and had no runtime control over border style, color, or width.
Changes
MiniWordTableBorder/MiniWordBorderclasses (MiniWordTableBorder.cs) — new public API.MiniWordBorderrepresents a single edge (style, color, size, space);MiniWordTableBorderholds six optional edges (top, bottom, left, right, insideH, insideV) plus aCreate(color, size)factory for uniform all-edge borders.MiniWord.Implment.cs) —ReplaceTextdetects aMiniWordTableBordervalue, walks up the XML tree to the parent<Table>, upserts a<w:tblBorders>element into<w:tblPr>, and clears the placeholder text. Empty<w:tblBorders>is never written (skipped when no edges are set).MiniWordTests.csproj) — target updated fromnet6.0→net8.0.TestTableBorder_AllBordersandTestTableBorder_CustomEdgescover uniform and per-edge scenarios.Usage
Place
{{TableBorder}}in any cell of the target table:💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.